Open 0gust1 opened 2 years ago
route to CXP team
@0gust1 Apologies for the late reply. Thanks for sharing the feedback. We will involve the Service Team to look into this issue.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @antcp, @AzureAppServiceCLI.
Author: | 0gust1 |
---|---|
Assignees: | - |
Labels: | `Web Apps`, `Service Attention`, `App Services`, `customer-reported`, `CXP Attention`, `Auto-Assign` |
Milestone: | Backlog |
Describe the bug The following command should return an error when doesn't exist in the target storage account:
az webapp config storage-account add -g <RESSOURCE_GROUP_NAME> -n <APP_SERVICE_NAME> --custom-id "test-az-cli" --storage-type AzureFiles --account-name <STORAGE_ACCOUNT_NAME> --share-name <FILE_SHARE_NAME> --access-key <STORAGE_ACCOUNT_ACCESS_KEY> --mount-path <MOUNT_PATH_ON_APP_SERVICE_FS> --debug
When ran on an existing appService, the above command put the appService in a semi-broken state where Kudu become.unavailable and deployments are not working anymore
To Reproduce
https://<appServiceInstanceName>.scm.azurewebsites.net
) : everything should failExpected behavior
az webapp config storage-account add
should fail / return an error when specifying an inexistent File_share.https://management.azure.com/subscriptions/<subscriptionID>/resourceGroups/<RG_NAME>/providers/Microsoft.Web/sites/<APP_NAME>/config/azurestorageaccounts/add
should return an error as wellEnvironment summary
Additional context
N/A