OfficeDev/microsoft-teams-apps-requestateam

'group' is not in the 'az deployment' command group

Closed this issue · 0 comments

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

  1. install linux Ubuntu 20.04.6 LTS in Azure VM
  2. install azure-cli with version: 2.0.81
  3. 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

Solution component

Deployment Script

Operating system (environment)

Linux

Additional Info

No response