-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Describe the bug
Failed to az blob delete policy and create file share. Had issue with most of storage account releated commands.
Related command
az storage blob service-properties delete-policy update --account-name $app_storage_account --enable true --days-retained 7 --account-key $app_account_key
Also for az storage share create --name $share --account-name $app_storage_account --account-key $app_account_key
Errors
The specified resource does not exist.
RequestId:62e2d98d-d01e-002c-1b03-87397c000000
Time:2026-01-16T16:13:46.6566053Z
ErrorCode:ResourceNotFound
Issue script & Debug output
Expected behavior
it should delete policy and proceed further
Environment Summary
azure-cli 2.82.0
core 2.82.0
telemetry 1.1.0
Dependencies:
msal 1.34.0b1
azure-mgmt-resource 23.3.0
Python location 'C:\Program Files\Microsoft SDKs\Azure\CLI2\python.exe'
Config directory 'C:\Users\vummidi.azure'
Extensions directory 'C:\Users\vummidi.azure\cliextensions'
Python (Windows) 3.13.9 (tags/v3.13.9:8183fa5, Oct 14 2025, 14:09:13) [MSC v.1944 64 bit (AMD64)]
Legal docs and information: aka.ms/AzureCliLegal
Your CLI is up-to-date.
Additional context
No response