-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Describe the bug
az webapp deployment container show-cd-url --name --resource-group
only shows the following response, making it impossible to script something with this:
{
"CI_CD_URL": "https://REDACTED:REDACTED@<name>.scm.azurewebsites.net/docker/hook",
"DOCKER_ENABLE_CI": true
}
If we can't get the URL from the show-cd-url command, than the whole command is utterly useless ...
Related command
az webapp deployment container show-cd-url
Errors
Everythings redacted.
Issue script & Debug output
az webapp deployment container show-cd-url --name <name> --resource-group <rg>
{
"CI_CD_URL": "https://REDACTED:REDACTED@<name>.scm.azurewebsites.net/docker/hook",
"DOCKER_ENABLE_CI": true
}
Expected behavior
Get the URL
Environment Summary
azure-cli 2.77.0
core 2.77.0
telemetry 1.1.0
Extensions:
application-insights 1.2.3
azure-devops 1.0.2
rdbms-connect 1.0.7
Dependencies:
msal 1.34.0b1
azure-mgmt-resource 23.3.0
Python (Linux) 3.13.7 (main, Aug 26 2025, 08:47:19) [GCC 13.3.0]
Legal docs and information: aka.ms/AzureCliLegal
Your CLI is up-to-date.
Additional context
No response