-
Notifications
You must be signed in to change notification settings - Fork 540
Fix env var typo in Python web deployment tutorial with Container Apps #1463
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
Conversation
@sudormrfbin : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit dc7db20: ✅ Validation status: passed
For more details, please refer to the build report. |
… Apps - Changed `RESOURCE_GROUP` -> `RESOURCE_GROUP_NAME`: Without this change, the resource group will be empty, triggering a misleading [InvalidApiVersionParameter][1] error. - Dedented code block backticks to fix markdown rendering [1]: Azure/azure-cli#28038
Learn Build status updates of commit d40c1cc: ✅ Validation status: passed
For more details, please refer to the build report. |
Learn Build status updates of commit ef7a0f5: ✅ Validation status: passed
For more details, please refer to the build report. |
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
#sign-off |
@sudormrfbin Thanks for your contribution! Much appreciated! |
RESOURCE_GROUP
->RESOURCE_GROUP_NAME
: Without this change, the resource group will be empty, triggering a misleading InvalidApiVersionParameter error.APP_ENV_NAME
variable when creating Container Apps environment