-
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
WebApp:az webapp deployment source config-local-git #18179
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @AzureAppServiceCLI, @antcp. Issue DetailsTry this command: ##The webappName exist $webappname=mywebappName This is autogenerated. Please review and update as needed.Describe the bugCommand Name Errors:
To Reproduce:Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
Expected BehaviorEnvironment Summary
Additional Context
|
route to service team |
@panchagnula . looks like this is similar issue as #18075 . It is |
Try this command:
##The webappName exist
$webappname=mywebappName
echo Git deployment URL: $(az webapp deployment source config-local-git --name $webappname --resource-group AzureTutorial --slot staging --query url --output tsv)
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az webapp deployment source config-local-git
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az webapp deployment source config-local-git --name {} --resource-group {} --slot {} --query {} --output {}
Expected Behavior
Environment Summary
Additional Context
The text was updated successfully, but these errors were encountered: