I am learning Azure and I have a question about App Service Plans. I understand that an App Service Plan has an amount of RAM memory for each virtual machine instance. However, when it comes to storage space, I have a doubt if every time we create a virtual machine instance it is consuming disk space in the plan. For example, I have an application that consumes 1GB with a VM instance. If we scale out this plan and create 3 VM instances, will it take up 3GB of disk space? I understand the instances as copies of the content of the Plan, therefore I understand that for each instance the disk space consumption is multiplied by two. Is that so?
Thank you very much for your responses,
All the best.