-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Recent validation has broken the cli for mapping storage account to webapp #31231
Copy link
Copy link
Closed
Closed
Copy link
Labels
Auto-AssignAuto assign by botAuto assign by botPossible-SolutionService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Similar-IssueWeb 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 botPossible-SolutionService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Similar-IssueWeb 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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
Hi
Recent validation #30990 broken the cli.
Issues that I can think of are:
This is quite important as the Azure Pipeline task https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/azure-cli-v2?view=azure-pipelines fetches latest cli and introduces this bug to all customers who are mapping blob containers to webapp.
Related command
az webapp config storage-account add --storage-type AzureBlob .....
Errors
The share '*****' does not exist in the storage account '****'
Issue script & Debug output
N/A
Expected behavior
The command should mount a blob storage or azure file from a different resource group.
Environment Summary
Azure-CLI 2.71.0
Additional context
No response