Configuring sizing and scaling for Azure container instances
Azure container instances cannot be resized after deployment; you will notice there are no options to do so in the Azure portal. The only way to resize a container instance is to redeploy the solution with the required size. If you are looking to scale horizontally (multiple instances), you can achieve this through the container group or by deploying several instances. To configure sizing for your container instance, you will recall that on the instance setup, there is a Change size sizing option, as illustrated in the following screenshot:
The following screen will pop up for you to configure the desired size for your container instance:
For Number of CPU cores, you can select a value between 1
and 4
. You can select from between 1
and 16
for Memory (GiB). Where you have GPU-based applications or requirements...