You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am trying to add fileshare to vault backup policy through azure cli. but its says the following error
ERROR: Storage account not found or not supported
az cli command:
az backup protection enable-for-azurefileshare --resource-group vaultrg --vault-name vault1 --policy-name FileShare-Backup --storage-account storageaccount name --azure-file-share fileshare1.
i am executing this command through azure devops pipeline(yml) in storage account resource group.
here storage account and Recovery service vault is in different resource group
Repro steps (if necessary, delete otherwise)
1.create RS vault in one resource group
2. create storage account and fileshare in another resource group
3.Run the pipeline with above command . it will throw the same error
The text was updated successfully, but these errors were encountered:
Issue Details
i am trying to add fileshare to vault backup policy through azure cli. but its says the following error
ERROR: Storage account not found or not supported
az cli command:
az backup protection enable-for-azurefileshare --resource-group vaultrg --vault-name vault1 --policy-name FileShare-Backup --storage-account storageaccount name --azure-file-share fileshare1.
i am executing this command through azure devops pipeline(yml) in storage account resource group.
here storage account and Recovery service vault is in different resource group
Repro steps (if necessary, delete otherwise)
1.create RS vault in one resource group
2. create storage account and fileshare in another resource group
3.Run the pipeline with above command . it will throw the same error
The text was updated successfully, but these errors were encountered: