Hi,
If the load/needs of your app requires it, you can have it running on multiple instances (Scale out). The incoming requests will be balanced across all running instances.
For Standard tier plan and higher you can configure autoscale, which allows the number of instances to scale out and in automatically. For example, with autoscale you could configure it to increase the number of running instances by 1 if CPU is greater than 70% for 10 minutes, and decrease the number of instances by 1 if CPU is less than 50% for 15 minutes.
For Basic tier plans only manual scale is supported, which is what you see in your screen shot.
Get started with autoscale in Azure
https://learn.microsoft.com/en-us/azure/azure-monitor/autoscale/autoscale-get-started
If the above is helpful please click Accept Answer.
Thanks.
-TP