Configuring container groups for Azure container instances
For this exercise, we are going to configure an Azure container group using an ARM template and Azure Cloud Shell using the following steps:
- Sign in to the Azure portal at https://portal.azure.com.
- On the top menu bar, click the Cloud Shell icon, as illustrated in the following screenshot:
- Type
code azuredeploy.json
and press Enter. You may resize the screen on the highlighted points shown in the following screenshot:
Alternatively, you could also select Open a new session, which will open a shell in a new browser tab. You can see the icon for this in the following screenshot:
- In the top section of the window, paste the following code and then click the ellipsis (…) on the top...