Configuring Container Groups for ACI
For this exercise, you 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.
- From the top menu bar, click the
Cloud Shell
icon, as shown in the following screenshot:
![Figure 14.27: Azure management icons](https://static.packt-cdn.com/products/9781805122852/graphics/image/B20834_14_(27).jpg)
Figure 14.27: Azure management icons
- Type
code azuredeploy.json
and press Enter. For better readability of your shell, you may resize the screen, as shown, by using the highlighted button in the following screenshot:
![Figure 14.28: Azure Cloud Shell](https://static.packt-cdn.com/products/9781805122852/graphics/image/B20834_14_(28).jpg)
Figure 14.28: Azure Cloud Shell
- Alternatively, you could also select the
Open a new session
icon, which will open a shell in a new browser tab. You can see the icon for this in the following screenshot:
![Figure 14.29: Azure Cloud Shell – new session](https://static.packt-cdn.com/products/9781805122852/graphics/image/B20834_14_(29).jpg)
Figure 14.29: Azure Cloud Shell – new session
- The following code snippet contains the ARM template code for deploying...