Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scaling up a Azure WebApp from S3 to Premium V2

I've read that the Premium plan includes SSD disks for improved performance.
https://azure.microsoft.com/en-us/pricing/details/app-service/windows/

Does anyone know if i'm currently on the S3 Plan (using traditional HDD) and scale up to P2V2 will my app automatically get deployed to the SSD?

Thanks

like image 433
Fixer Avatar asked Oct 27 '25 03:10

Fixer


1 Answers

If you are on Premium v1 (using A series machines), the upgrade to Premium v2 does not happen automatically. You'll need to go to the "scale up" option in your App Service Plan and select Pv2 by the size you need (1, 2 or 3).

like image 86
Oded Dvoskin Avatar answered Oct 28 '25 17:10

Oded Dvoskin