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
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
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 groupwas added in azure-cli 2.2.0.
ensure you If you upgrade to latest az cli and the command will work as expected
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.