Azure-cli: Error az deployment: 'group' is not in the 'az deployment' command group.

Created on 6 May 2020  Â·  4Comments  Â·  Source: Azure/azure-cli

What is the reason for this error?

I test using this command
az deployment group create --name "folding" --resource-group "Folding-COVID19" --template-uri https://raw.githubusercontent.com/likamrat/foldingathome/master/deploy/azure/azuredeploy.json

I get this error:

az deployment: 'group' is not in the 'az deployment' command group. See 'az deployment --help'. If the command is from an extension, please make sure the corresponding extension is installed. To learn more about extensions, please visit https://docs.microsoft.com/en-us/cli/azure/azure-cli-extensions-overview

Document Details

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

ARM customer-reported question

Most helpful comment

Hi @zhoxing-ms thanks for the replay sorry for the delay.

This is a non-issue I had an older version of the CLI on my system.

az deployment group was added in azure-cli 2.2.0.
ensure you If you upgrade to latest az cli and the command will work as expected

All 4 comments

add to S170

@gregdegruy Hi, may I ask which version of CLI did you use?

Because there is no reply to this question for a long time, I will close it temporarily. If you have any questions, please feel free to let us know.

Hi @zhoxing-ms thanks for the replay sorry for the delay.

This is a non-issue I had an older version of the CLI on my system.

az deployment group was added in azure-cli 2.2.0.
ensure you If you upgrade to latest az cli and the command will work as expected

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Kannaj picture Kannaj  Â·  3Comments

williexu picture williexu  Â·  3Comments

oakeyc picture oakeyc  Â·  3Comments

amarzavery picture amarzavery  Â·  3Comments

derekperkins picture derekperkins  Â·  3Comments