Skip to content

Commit 0750fdf

Browse files
authored
Merge pull request #294917 from TimShererWithAquent/us345675-15
Freshness Edit: Azure App Service (15 of several)
2 parents 026e0e2 + e9c8ded commit 0750fdf

File tree

4 files changed

+36
-30
lines changed

4 files changed

+36
-30
lines changed

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

Lines changed: 36 additions & 30 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, and the app must be running in an App Service deployment that supports Premium V3. Additionally the App Service deployment must support the desired SKU within 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 as well as specific Premium V3 SKUs are available in some Azure regions and availability in additional 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
**Windows** SKU availability
3035

@@ -43,61 +48,62 @@ az appservice list-locations --linux-workers-enabled --sku P1V3
4348

4449
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.
4550

46-
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.
51+
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.
4752

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

5055
:::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.":::
5156

52-
> [!IMPORTANT]
53-
> 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 within **Premium V3** isn't available in the underlying App Service deployment that contains the App Service plan. See [Scale up from an unsupported resource group and region combination](#unsupported) for more details.
54-
>
57+
> [!IMPORTANT]
58+
> 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).
5559
5660
## Scale up an existing app to Premium V3 tier
5761

58-
Before scaling an existing app to Premium V3 tier, make sure that both Premium V3 as well as the specific SKU within 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).
62+
Before you scale 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).
5963

60-
Depending on your hosting environment, scaling up may require extra steps.
64+
Depending on your hosting environment, scaling up can require extra steps.
6165

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

64-
In the left navigation of your App Service app page, select **Scale up (App Service plan)**.
68+
1. In the left navigation of your App Service app page, select **Settings** > **Scale up (App Service plan)**.
6569

66-
![Screenshot showing how to scale up your app service plan.](media/app-service-configure-premium-tier/scale-up-tier-portal.png)
70+
:::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.":::
6771

68-
Select one of the Premium V3 plans and select **Select**.
72+
1. Select one of the Premium V3 plans and select **Select**.
6973

70-
:::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.":::
74+
:::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.":::
7175

72-
If your operation finishes successfully, your app's overview page shows that it's now in a Premium V3 tier.
76+
If your operation finishes successfully, your app's overview page shows that it's now in a Premium V3 tier.
7377

74-
![Screenshot showing the Premium V3 pricing tier on your app's overview page.](media/app-service-configure-premium-tier/finished.png)
78+
:::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.":::
7579

7680
### If you get an error
7781

78-
Some App Service plans can't scale up to the Premium V3 tier, or to a newer SKU within Premium V3, if the underlying App Service deployment doesn’t support the requested Premium V3 SKU. See [Scale up from an unsupported resource group and region combination](#unsupported) for more details.
82+
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).
7983

8084
<a name="unsupported"></a>
8185

8286
## Scale up from an unsupported resource group and region combination
8387

84-
If your app runs in an App Service deployment where Premium V3 isn't available, or if your app runs in a region that currently does not support Premium V3, you need to re-deploy your app to take advantage of Premium V3. Alternatively newer Premium V3 SKUs may not be available, in which case you also need to re-deploy your app to take advantage of newer SKUs within Premium V3. You have two options:
88+
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:
89+
90+
- Create an app in a new resource group and with a new App Service plan.
8591

86-
- 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 as well as the specific SKU within 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 within Premium V3 because the deployment unit supports it.
92+
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.
8793

88-
![Screenshot showing how to clone your app.](media/app-service-configure-premium-tier/clone-app.png)
94+
- In the **Development tools** > **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.
95+
96+
:::image type="content" source="media/app-service-configure-premium-tier/clone-app.png" alt-text="Screenshot showing how to clone your app.":::
8997

90-
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.
91-
9298
## Automate with scripts
9399

94100
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/).
95101

96102
### Azure CLI
97103

98-
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_.
104+
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*.
99105

100-
```azurecli-interactive
106+
```azurecli
101107
az appservice plan create \
102108
--resource-group <resource_group_name> \
103109
--name <app_service_plan_name> \
@@ -108,7 +114,7 @@ az appservice plan create \
108114

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

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

113119
```powershell
114120
New-AzAppServicePlan -ResourceGroupName <resource_group_name> `
@@ -118,8 +124,8 @@ New-AzAppServicePlan -ResourceGroupName <resource_group_name> `
118124
-WorkerSize "Small"
119125
```
120126

121-
## More resources
127+
## Related content
122128

123-
* [Scale up an app in Azure](manage-scale-up.md)
124-
* [Scale instance count manually or automatically](/azure/azure-monitor/autoscale/autoscale-get-started)
125-
* [Tutorial: Run a load test to identify performance bottlenecks in a web app](../load-testing/tutorial-identify-bottlenecks-azure-portal.md)
129+
- [Scale up an app in Azure App Service](manage-scale-up.md)
130+
- [Get started with autoscale in Azure](/azure/azure-monitor/autoscale/autoscale-get-started)
131+
- [Run a load test to identify performance bottlenecks in a web app](../load-testing/tutorial-identify-bottlenecks-azure-portal.md)
-2.53 KB
Loading
-13.5 KB
Loading
-10.1 KB
Loading

0 commit comments

Comments
 (0)