-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
WebApp:az webapp config appsettings fails when using az-cli docker container alias #18820
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 bugI used this alias to provide the az environment Oddly enough this does not happen when using the bash terminal the container provides or system installed zsh on MacOS 11 , but duplicates the bug my associate runs into from their linux terminal. Command Name flag that triggered error --settings ENVIRONMENT_VARIABLE=ARelativelyLongSecret33824842 Errors:
To Reproduce:Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
Expected BehaviorSet an environment setting on webapp Environment Summary
Additional Context
|
route to service team |
looking in to it. |
I am having a similar error, except I am running
info:
|
Unable to repro. Closing for now. Please let us know if this is still an issue for you and we can reopen and investigate further. |
This is autogenerated. Please review and update as needed.
Describe the bug
I used this alias to provide the az environment
alias az='docker run -it --entrypoint /usr/local/bin/az -v /Users/eseyden/.azure:/root/.azure -v /Users/eseyden/.ssh:/root/.ssh mcr.microsoft.com/azure-cli'
Oddly enough this does not happen when using the bash terminal the container provides or system installed zsh on MacOS 11 , but duplicates the bug my associate runs into from their linux terminal.
Command Name
az webapp config appsettings set
flag that triggered error --settings ENVIRONMENT_VARIABLE=ARelativelyLongSecret33824842
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az webapp config appsettings set --name {} --resource-group {} --settings {}
Expected Behavior
Set an environment setting on webapp
Environment Summary
Additional Context
The text was updated successfully, but these errors were encountered: