Skip to content

Commit a7dc0c4

Browse files
Freshness, in progress.
1 parent 2f34299 commit a7dc0c4

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ The new Premium V3 pricing tier gives you faster processors, SSD storage, memory
1616

1717
## Prerequisites
1818

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.
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.
2020

2121
<a name="availability"></a>
2222

2323
## Premium V3 availability
2424

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

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):
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):
2828

2929
```azurecli-interactive
3030
az appservice list-locations --sku P1V3
@@ -43,45 +43,45 @@ To see all the Premium V3 options, select **Explore pricing plans**, then select
4343
:::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.":::
4444

4545
> [!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 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.
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).
4747
>
4848
4949
## Scale up an existing app to Premium V3 tier
5050

51-
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).
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).
5252

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

5555
In the <a href="https://portal.azure.com" target="_blank">Azure portal</a>, open your App Service app page.
5656

5757
In the left navigation of your App Service app page, select **Scale up (App Service plan)**.
5858

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

6161
Select one of the Premium V3 plans and select **Select**.
6262

6363
:::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.":::
6464

6565
If your operation finishes successfully, your app's overview page shows that it's now in a Premium V3 tier.
6666

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

6969
### If you get an error
7070

71-
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.
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).
7272

7373
<a name="unsupported"></a>
7474

7575
## Scale up from an unsupported resource group and region combination
7676

77-
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:
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:
7878

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 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.
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.
8080

81-
![Screenshot showing how to clone your app.](media/app-service-configure-premium-tier/clone-app.png)
81+
:::image type="content" source="media/app-service-configure-premium-tier/clone-app.png" alt-text="Screenshot showing how to clone your app.":::
8282

8383
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.
84-
84+
8585
## Automate with scripts
8686

8787
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/).
-2.53 KB
Loading
-13.5 KB
Loading
-10.1 KB
Loading

0 commit comments

Comments
 (0)