Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add needed env var for app insights #2083

Closed
wants to merge 2 commits into from

Conversation

pamelafox
Copy link
Collaborator

@pamelafox pamelafox commented Oct 25, 2024

Purpose

Fixes #2023
per documentation @ https://learn.microsoft.com/en-us/azure/azure-monitor/app/codeless-app-service?tabs=python#automate-monitoring

How it looks in Portal before deployed:
Screenshot 2024-10-25 at 3 45 44 PM

How it looks in Portal once deployed:
Screenshot 2024-10-25 at 3 44 16 PM

Does this introduce a breaking change?

When developers merge from main and run the server, azd up, or azd deploy, will this produce an error?
If you're not sure, try it out on an old environment.

[ ] Yes
[X] No

Does this require changes to learn.microsoft.com docs?

This repository is referenced by this tutorial
which includes deployment, settings and usage instructions. If text or screenshot need to change in the tutorial,
check the box below and notify the tutorial author. A Microsoft employee can do this for you if you're an external contributor.

[ ] Yes
[X] No

Type of change

[X] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

Code quality checklist

See CONTRIBUTING.md for more details.

N/A

@pamelafox
Copy link
Collaborator Author

I can't get this to deploy successfully, it keeps having Python import issues. I wonder if it brings in more packages when you enable this.

@pamelafox
Copy link
Collaborator Author

I'm going to close for now, since I couldn't get this to work successfully, and we now default to ACA.

@pamelafox pamelafox closed this Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

App Insights is not turned on by default
2 participants