Power Platform based solution that allows users to request teams and automates team creation. NO LONGER MAINTAINED. Please use 'Provision Assist' - https://github.com/pnp/provision-assist-m365/ instead.
MIT License
236
stars
66
forks
source link
'group' is not in the 'az deployment' command group #398
I am trying to deploy Multi-container group in Azure container Instances through ARM templates in my azure VM linux-ubuntu terminal (specified the version below) with following command
sudo az deployment group create --resource-group seeds --template-file azuredeploy.json --parameters parameters.json
Steps to reproduce
install linux Ubuntu 20.04.6 LTS in Azure VM
install azure-cli with version: 2.0.81
try running " sudo az deployment group create" command
Expected results
Deploying Multi-container group in ACI
Actual Results
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
Description
I am trying to deploy Multi-container group in Azure container Instances through ARM templates in my azure VM linux-ubuntu terminal (specified the version below) with following command sudo az deployment group create --resource-group seeds --template-file azuredeploy.json --parameters parameters.json
Steps to reproduce
Expected results
Deploying Multi-container group in ACI
Actual Results
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
Solution component
Deployment Script
Operating system (environment)
Linux
Additional Info
No response