Install Docker on a Azure Linux VM, upload a docker image to Azure Container Registry and Deploy a Azure Container Instance Part 1 – Install Azure CLI and the VSCode extension
1 min read

Install Docker on a Azure Linux VM, upload a docker image to Azure Container Registry and Deploy a Azure Container Instance Part 1 – Install Azure CLI and the VSCode extension

Let’s go!

Before installing the CLI tools in VSCode make sure that you have installed the Azure CLI on your client here.

Now download and install the Azure CLI Tools so we get the Intellisense in VSCode. Search and install and restart VSCode.

Next create a file with the .azcli type so that the extension will recognize the file.

Now in the next part we will deploy the Linux VM in Azure using AZ Cli.

Leave a Reply