Skip to content

Commit b2db06a

Browse files
Freshness.
1 parent a7dc0c4 commit b2db06a

File tree

1 file changed

+33
-29
lines changed

1 file changed

+33
-29
lines changed

articles/app-service/app-service-configure-premium-tier.md

Lines changed: 33 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,32 @@ description: Learn how to better performance for your web, mobile, and API app i
44
keywords: app service, azure app service, scale, scalable, app service plan, app service cost
55
ms.assetid: ff00902b-9858-4bee-ab95-d3406018c688
66
ms.topic: article
7-
ms.date: 08/29/2023
7+
ms.date: 02/21/2025
88
ms.author: msangapu
99
author: msangapu-msft
1010
ms.custom: devx-track-azurecli, devx-track-azurepowershell
11+
#customer intent: As a deployment engineer, I want to understand the process and the benefits of scaling up apps to the Premium V3 pricing tier in Azure App Service.
1112
---
1213

1314
# Configure Premium V3 tier for Azure App Service
1415

15-
The new Premium V3 pricing tier gives you faster processors, SSD storage, memory-optimized options, and quadruple the memory-to-core ratio of the existing pricing tiers (double the Premium V2 tier). With the performance advantage, you could save money by running your apps on fewer instances. In this article, you learn how to create an app in Premium V3 tier or scale up an app to Premium V3 tier.
16+
The new Premium V3 pricing tier gives you faster processors, SSD storage, and memory-optimized options. It offers to quadruple the memory-to-core ratio of the existing pricing tiers. The memory-to-core ratio is double the Premium V2 tier. With the performance advantage, you could save money by running your apps on fewer instances. In this article, you learn how to create an app in Premium V3 tier or scale up an app to Premium V3 tier.
1617

1718
## Prerequisites
1819

19-
To scale-up an app to Premium V3, you need to have an Azure App Service app that runs in a pricing tier lower than Premium V3. The app must be running in an App Service deployment that supports Premium V3. The App Service deployment must support the desired SKU in Premium V3.
20+
To scale-up an app to Premium V3:
21+
22+
- An Azure App Service app that runs in a pricing tier lower than Premium V3.
23+
- The app must run in an App Service deployment that supports Premium V3.
24+
- The App Service deployment must support the desired SKU in Premium V3.
2025

2126
<a name="availability"></a>
2227

2328
## Premium V3 availability
2429

2530
The Premium V3 tier is available for both native and custom containers, including both Windows containers and Linux containers.
2631

27-
Premium V3 and specific Premium V3 SKUs are available in some Azure regions. Availability in other regions is being added continually. To see if a specific PremiumV3 offering is available in your region, run the following Azure CLI command in the [Azure Cloud Shell](../cloud-shell/overview.md) (substitute _P1v3_ with the desired SKU):
32+
Premium V3 and specific Premium V3 SKUs are available in some Azure regions. Microsoft is adding availability in other regions continually. To see if a specific PremiumV3 offering is available in your region, run the following Azure CLI command in the [Azure Cloud Shell](../cloud-shell/overview.md). Substitute *P1v3* with the desired SKU:
2833

2934
```azurecli-interactive
3035
az appservice list-locations --sku P1V3
@@ -36,61 +41,60 @@ az appservice list-locations --sku P1V3
3641

3742
The pricing tier of an App Service app is defined in the [App Service plan](overview-hosting-plans.md) that it runs on. You can create an App Service plan by itself or create it as part of app creation.
3843

39-
When configuring the new App Service plan in the <a href="https://portal.azure.com" target="_blank">Azure portal</a>, select **Pricing plan** and pick one of the **Premium V3** tiers.
44+
When you configure the new App Service plan in the <a href="https://portal.azure.com" target="_blank">Azure portal</a>, select **Pricing plan** and choose one of the **Premium V3** tiers.
4045

4146
To see all the Premium V3 options, select **Explore pricing plans**, then select one of the Premium V3 plans and select **Select**.
4247

4348
:::image type="content" source="media/app-service-configure-premium-tier/explore-pricing-plans.png" alt-text="Screenshot showing the Explore pricing plans page with a Premium V3 plan selected.":::
4449

45-
> [!IMPORTANT]
46-
> If you don't see **P0V3**, **P1V3**, **P2V3**, **P3V3**, **P1mV3**, **P2mV3**, **P3mV3**, **P4mV3**, and **P5mV3** as options, or if some options are greyed out, then either **Premium V3** or an individual SKU in **Premium V3** isn't available in the underlying App Service deployment that contains the App Service plan. For more information, see [Scale up from an unsupported resource group and region combination](#unsupported).
47-
>
50+
> [!IMPORTANT]
51+
> You might not see **P0V3**, **P1V3**, **P2V3**, **P3V3**, **P1mV3**, **P2mV3**, **P3mV3**, **P4mV3**, and **P5mV3** as options or some options might be grayed out. If so, either **Premium V3** or an individual SKU in **Premium V3** isn't available in the underlying App Service deployment. For more information, see [Scale up from an unsupported resource group and region combination](#unsupported).
4852
4953
## Scale up an existing app to Premium V3 tier
5054

51-
Before scaling an existing app to Premium V3 tier, make sure that both Premium V3 and the specific SKU in Premium V3 are available. For information, see [PremiumV3 availability](#availability). If it's not available, see [Scale up from an unsupported resource group and region combination](#unsupported).
55+
Before scaling an existing app to Premium V3 tier, make sure that both Premium V3 and the specific SKU in Premium V3 are available. For more information, see [PremiumV3 availability](#availability). If it's not available, see [Scale up from an unsupported resource group and region combination](#unsupported).
5256

53-
Depending on your hosting environment, scaling up can require extra steps.
57+
Depending on your hosting environment, scaling up can require extra steps.
5458

55-
In the <a href="https://portal.azure.com" target="_blank">Azure portal</a>, open your App Service app page.
59+
1. In the <a href="https://portal.azure.com" target="_blank">Azure portal</a>, open your App Service app page.
5660

57-
In the left navigation of your App Service app page, select **Scale up (App Service plan)**.
61+
1. In the left navigation of your App Service app page, select **Scale up (App Service plan)**.
5862

59-
:::image type="content" source="media/app-service-configure-premium-tier/scale-up-tier-portal.png" alt-text="Screenshot showing how to scale up your app service plan.":::
63+
:::image type="content" source="media/app-service-configure-premium-tier/scale-up-tier-portal.png" alt-text="Screenshot showing how to scale up your app service plan.":::
6064

61-
Select one of the Premium V3 plans and select **Select**.
65+
1. Select one of the Premium V3 plans and select **Select**.
6266

63-
:::image type="content" source="media/app-service-configure-premium-tier/explore-pricing-plans.png" alt-text="Screenshot showing the Explore pricing plans page with a Premium V3 plan selected.":::
67+
:::image type="content" source="media/app-service-configure-premium-tier/explore-pricing-plans.png" alt-text="Screenshot showing the Explore pricing plans page with a Premium V3 plan selected.":::
6468

65-
If your operation finishes successfully, your app's overview page shows that it's now in a Premium V3 tier.
69+
If your operation finishes successfully, your app's overview page shows that it's now in a Premium V3 tier.
6670

67-
:::image type="content" source="media/app-service-configure-premium-tier/finished.png" alt-text="Screenshot showing the Premium V3 pricing tier on your app's overview page.":::
71+
:::image type="content" source="media/app-service-configure-premium-tier/finished.png" alt-text="Screenshot showing the Premium V3 pricing tier on your app's overview page.":::
6872

6973
### If you get an error
7074

71-
Some App Service plans can't scale up to the Premium V3 tier, or to a newer SKU in Premium V3, if the underlying App Service deployment doesn’t support the requested Premium V3 SKU. For more information, see [Scale up from an unsupported resource group and region combination](#unsupported).
75+
If the underlying App Service deployment doesn't support the requested Premium V3 SKU, some App Service plans can't scale up to the Premium V3 tier, or to a newer SKU in Premium V3. For more information, see [Scale up from an unsupported resource group and region combination](#unsupported).
7276

7377
<a name="unsupported"></a>
7478

7579
## Scale up from an unsupported resource group and region combination
7680

77-
If your app runs in an App Service deployment where Premium V3 isn't available or in a region that doesn't support Premium V3, redeploy your app to take advantage of Premium V3. If newer Premium V3 SKUs aren't available, you also need to redeploy your app to use newer SKUs in Premium V3. You have two options:
81+
If your app runs in an App Service deployment where Premium V3 isn't available or in a region that doesn't support Premium V3, redeploy your app to take advantage of Premium V3. If newer Premium V3 SKUs aren't available, you also need to redeploy your app to use newer SKUs in Premium V3.
7882

79-
- Create an app in a new resource group and with a new App Service plan. When creating the App Service plan, select the desired Premium V3 tier. This step ensures that the App Service plan is deployed into a deployment unit that supports Premium V3 and the specific SKU in Premium V3. Then, redeploy your application code into the newly created app. Even if you scale the new App Service plan down to a lower tier to save costs, you can always scale back up to Premium V3 and the desired SKU in Premium V3 because the deployment unit supports it.
83+
Create an app in a new resource group and with a new App Service plan. When creating the App Service plan, select the desired Premium V3 tier. This step ensures that the App Service plan is deployed into a deployment unit that supports Premium V3 and the specific SKU in Premium V3. Then, redeploy your application code into the newly created app. Even if you scale the new App Service plan down to a lower tier to save costs, you can always scale up again to Premium V3 and the desired SKU in Premium V3 because the deployment unit supports it.
8084

81-
:::image type="content" source="media/app-service-configure-premium-tier/clone-app.png" alt-text="Screenshot showing how to clone your app.":::
85+
:::image type="content" source="media/app-service-configure-premium-tier/clone-app.png" alt-text="Screenshot showing how to clone your app.":::
8286

83-
In the **Clone app** page, you can create an App Service plan using Premium V3 in the region you want, and specify the app settings and configuration that you want to clone.
87+
In the **Clone app** page, you can create an App Service plan using Premium V3 in the region you want, and specify the app settings and configuration that you want to clone.
8488

8589
## Automate with scripts
8690

8791
You can automate app creation in the Premium V3 tier with scripts, using the [Azure CLI](/cli/azure/install-azure-cli) or [Azure PowerShell](/powershell/azure/).
8892

8993
### Azure CLI
9094

91-
The following command creates an App Service plan in _P1V3_. You can run it in the Cloud Shell. The options for `--sku` are _P0V3_, _P1V3_, _P2V3_, _P3V3_, _P1mV3_, _P2mV3_, _P3mV3_, _P4mV3_, and _P5mV3_.
95+
The following command creates an App Service plan in *P1V3*. You can run it in the Cloud Shell. The options for `--sku` are *P0V3*, *P1V3*, *P2V3*, *P3V3*, *P1mV3*, *P2mV3*, *P3mV3*, *P4mV3*, and *P5mV3*.
9296

93-
```azurecli-interactive
97+
```azurecli
9498
az appservice plan create \
9599
--resource-group <resource_group_name> \
96100
--name <app_service_plan_name> \
@@ -101,7 +105,7 @@ az appservice plan create \
101105

102106
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
103107

104-
The following command creates an App Service plan in _P1V3_. The options for `-WorkerSize` are _Small_, _Medium_, and _Large_.
108+
The following command creates an App Service plan in _P1V3_. The options for `-WorkerSize` are *Small*, *Medium*, and *Large*.
105109

106110
```powershell
107111
New-AzAppServicePlan -ResourceGroupName <resource_group_name> `
@@ -111,8 +115,8 @@ New-AzAppServicePlan -ResourceGroupName <resource_group_name> `
111115
-WorkerSize "Small"
112116
```
113117

114-
## More resources
118+
## Related content
115119

116-
* [Scale up an app in Azure](manage-scale-up.md)
117-
* [Scale instance count manually or automatically](/azure/azure-monitor/autoscale/autoscale-get-started)
118-
* [Tutorial: Run a load test to identify performance bottlenecks in a web app](../load-testing/tutorial-identify-bottlenecks-azure-portal.md)
120+
- [Scale up an app in Azure App Service](manage-scale-up.md)
121+
- [Get started with autoscale in Azure](/azure/azure-monitor/autoscale/autoscale-get-started)
122+
- [Run a load test to identify performance bottlenecks in a web app](../load-testing/tutorial-identify-bottlenecks-azure-portal.md)

0 commit comments

Comments
 (0)