Skip to content

az webapp deployment container show-cd-url only shows redacted URL #32097

@pkludig

Description

@pkludig

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Auto-AssignAuto assign by botService AttentionThis issue is responsible by Azure service team.Web Appsaz webappapp-service-generalbugThis 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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions