Skip to content

Commit 5e38cf5

Browse files
authored
Correctly configure app insights for the web app (Azure-Samples#592)
Required by Azure-Samples#585
1 parent 14ab925 commit 5e38cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from azure.monitor.opentelemetry import configure_azure_monitor
22
from create_app import create_app
33

4+
configure_azure_monitor()
45
app = create_app()
56

67
if __name__ == "__main__":
78
app.run()
8-
configure_azure_monitor()

0 commit comments

Comments
 (0)