Skip to content

Commit

Permalink
Correctly configure app insights for the web app (#592)
Browse files Browse the repository at this point in the history
Required by #585
  • Loading branch information
adamdougal authored Apr 5, 2024
1 parent b35fb0e commit 470a1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/app.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from azure.monitor.opentelemetry import configure_azure_monitor
from create_app import create_app

configure_azure_monitor()
app = create_app()

if __name__ == "__main__":
app.run()
configure_azure_monitor()

0 comments on commit 470a1d1

Please sign in to comment.