-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Cannot create Web-APP according to exercise instructions #20938
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @AzureAppServiceCLI, @antcp. Issue DetailsThis is autogenerated. Please review and update as needed.Describe the bugExercise on https://docs.microsoft.com/en-us/learn/modules/secure-app-with-oidc-and-azure-ad/5-exercise-deploy-app-with-oidc-auth Command Name
Errors:
To Reproduce:Follow the steps according to the training documentation: Expected BehaviorThe app deployment will fail with "The webapp 'educationapp-nnnnn' doesn't exist" Environment Summary
Additional Context
|
route to service team |
@StrawnSC this is a slightly older version but can you check this logic - that could lead to this exception? asp_generic = plan_name[:-len(plan_name.split("")[4])] |
I'll double-check, but IIRC this was a known error with |
@buentead sorry you're running into this issue. Please upgrade your CLI with: Please reopen the issue if you're still encountering the same bug. |
That line was corrected to |
This is autogenerated. Please review and update as needed.
Describe the bug
Exercise on https://docs.microsoft.com/en-us/learn/modules/secure-app-with-oidc-and-azure-ad/5-exercise-deploy-app-with-oidc-auth
In section "Configure and deploy the application that uses OpenID Connect to authenticate users" cannot successfully execute step #6
Command Name
Errors:
To Reproduce:
Follow the steps according to the training documentation:
https://docs.microsoft.com/en-us/learn/modules/secure-app-with-oidc-and-azure-ad/5-exercise-deploy-app-with-oidc-auth
Expected Behavior
The app deployment will fail with "The webapp 'educationapp-nnnnn' doesn't exist"
Environment Summary
Additional Context
The text was updated successfully, but these errors were encountered: