Azure-docs: update command is not recognized

Created on 13 Sep 2018  Â·  3Comments  Â·  Source: MicrosoftDocs/azure-docs

I'm using:
azure-cli (2.0.45)
storage (2.2.1)

I get the following error:
az storage blob service-properties: 'update' is not in the 'az storage blob service-properties' command group.


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

cxp product-question storagsvc triaged

Most helpful comment

@kingpintech You have not added the storage-preview extension.

As indicated by the docs, you need to install the extension using the following command if you have not already: az extension add --name storage-preview

All 3 comments

@kingpintech You have not added the storage-preview extension.

As indicated by the docs, you need to install the extension using the following command if you have not already: az extension add --name storage-preview

@williexu Thank you, I missed that. After installing the extension it worked for me when running it from my local shell. Now I just need to get it working from within an azure cli pipeline task of azure devops...

@williex Thanks Willie !

Was this page helpful?
0 / 5 - 0 ratings

Related issues

andersgidlund picture andersgidlund  Â·  45Comments

smcd253 picture smcd253  Â·  44Comments

m-andersen picture m-andersen  Â·  65Comments

Sudharma picture Sudharma  Â·  48Comments

tvperez76 picture tvperez76  Â·  55Comments