-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az webapp deployment container show-cd-url only shows redacted URL #32097
Copy link
Copy link
Closed
Labels
Auto-AssignAuto assign by botAuto assign by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Web Appsaz webappaz webappapp-service-generalbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Web Appsaz webappaz webappapp-service-generalbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
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:
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-urlErrors
Everythings redacted.
Issue script & Debug output
az webapp deployment container show-cd-url --name <name> --resource-group <rg>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