7

Do i need to pay twice the monthly charges (56$/month) if I "scale out" my basic service plan to 2 instances ? Or price is inclusive up to 3 instances ?

Houssam Hamdan
  • 888
  • 6
  • 15
  • 1
    Please check if this [link](http://stackoverflow.com/questions/40579661/how-scale-out-work-in-azure-app-services) answers your question – Nikhil Mathew Apr 12 '17 at 11:49

3 Answers3

9

You'll be charged per instance when you scale out. So two instances will be $112/month, and three will be $168/month.

Rob Reagan
  • 7,313
  • 3
  • 20
  • 49
7

As Rob Reagan mentioned that it will be charged per instance. We can get the price via azure pricing calculator. More details please refer to the screenshot.

enter image description here

Tom Sun - MSFT
  • 24,161
  • 3
  • 30
  • 47
1

If you are not going to use the 3 capabilities full time, program the horizontal scale of your service to use at least 1 to 3 instances when you reach a certain parameter you can choose. This way you will pay for the additional machines only for as long as they are needed.