BadRequest: Storage Account update is not supported yet in Azure Devops

Billy Odera 0 Reputation points
2023-07-27T12:36:58.72+00:00

There were errors in your deployment. Error code: DeploymentFailed.

##[error]At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.

##[error]Details:

##[error]BadRequest: Storage Account update is not supported yet

##[error]Check out the troubleshooting guide to see if your issue is addressed: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment?view=azure-devops#troubleshooting

##[error]Task failed while creating or updating the template deployment.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,134 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,376 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,309 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 47,491 Reputation points Microsoft Employee
    2023-07-28T09:22:14.4333333+00:00

    @Billy Odera Microsoft Q&A platform doesn't support Azure DevOps questions at this time.

    We have a dedicated forum for Azure DevOps questions, so to receive insights from the targetted audience, I would suggest you to just re-post the question here-  https://developercommunity.visualstudio.com/spaces/21/index.html , it would the better medium to get better help since the issue is related to Azure Devops

    Additional information: The error message you encountered during your deployment indicates that the operation to update the Storage Account failed. The specific error message "BadRequest: Storage Account update is not supported yet" suggests that the action you are trying to perform is not allowed or supported for the particular Storage Account at this time.

    To troubleshoot and resolve this issue, follow these steps:

    1. Verify Azure Storage Account Configuration: Ensure that you are attempting to perform a supported action on the Storage Account. Certain changes or updates to a Storage Account might not be allowed, depending on its configuration and existing resources. Refer to the Azure documentation for Storage Account features and limitations to understand what actions are permissible.

    Review Deployment Template: Review the ARM (Azure Resource Manager) template that you are using for the deployment. Ensure that the template is valid, and it does not contain any syntax errors or conflicting operations.

    Retry Deployment: Sometimes, deployment failures can be transient or caused by temporary issues. Retry the deployment after a short period and see if the issue persists.

    1. Check Azure DevOps Pipeline Configuration: If you are deploying through an Azure DevOps pipeline, verify that the pipeline configuration is correct and that it has the necessary permissions to perform the required actions on the Storage Account.

    Please let us know if you have any further queries. I’m happy to assist you further.


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.