Skip to content

Commit 4f239ec

Browse files
committed
version updates
1 parent 879b9b3 commit 4f239ec

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

articles/app-service/quickstart-arm-template.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ To complete this quickstart, you need an Azure account with an active subscripti
2525

2626
If you're familiar with using ARM templates, you can skip to the end by selecting this :::image type="content" source="~/reusable-content/ce-skilling/azure/media/template-deployments/deploy-to-azure-button.svg" alt-text="Button to deploy the Resource Manager template to Azure." border="false" link="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.web%2Fapp-service-docs-windows%2Fazuredeploy.json"::: button. This button opens the ARM template in the Azure portal.
2727

28-
:::image type="content" source="media/quickstart-arm/create-windows-code.png" alt-text="Screenshot of the ARM Template in the Azure portal.":::
29-
3028
In the Azure portal, select **Create new** to create a new Resource Group and then select the **Review + create** button to deploy the app.
3129

3230
::: zone-end
@@ -39,8 +37,6 @@ To complete this quickstart, you need an Azure account with an active subscripti
3937

4038
If you're familiar with using ARM templates, you can skip to the end by selecting this :::image type="content" source="~/reusable-content/ce-skilling/azure/media/template-deployments/deploy-to-azure-button.svg" alt-text="Button to deploy the Resource Manager template to Azure." border="false" link="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.web%2Fapp-service-docs-linux%2Fazuredeploy.json"::: button. This button opens the ARM template in the Azure portal.
4139

42-
:::image type="content" source="media/quickstart-arm/create-linux.png" alt-text="Screenshot of the ARM Template in the Azure portal.":::
43-
4440
In the Azure portal, select **Create new** to create a new Resource Group and then select the **Review + create** button to deploy the app.
4541
::: zone-end
4642
::: zone pivot="platform-windows-container"
@@ -50,8 +46,6 @@ Get started with [Azure App Service](overview.md) by deploying an app to the clo
5046

5147
If you're familiar with using ARM templates, you can skip to the end by selecting this :::image type="content" source="~/reusable-content/ce-skilling/azure/media/template-deployments/deploy-to-azure-button.svg" alt-text="Button to deploy the Resource Manager template to Azure." border="false" link="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.web%2Fapp-service-docs-windows-container%2Fazuredeploy.json"::: button. This button opens the ARM template in the Azure portal.
5248

53-
:::image type="content" source="media/quickstart-arm/create-windows-container.png" alt-text="Screenshot of the ARM Template in the Azure portal.":::
54-
5549
In the Azure portal, select **Create new** to create a new Resource Group and then select the **Review + create** button to deploy the app.
5650
::: zone-end
5751

@@ -97,7 +91,7 @@ This template contains several parameters that are predefined for your convenien
9791
| appServicePlanName | string | `webAppPlan-<uniqueString>` | App Service Plan name based on a [unique string value](../azure-resource-manager/templates/template-functions-string.md#uniquestring) |
9892
| location | string | `[resourceGroup().location]` | [App region](../azure-resource-manager/templates/template-functions-resource.md#resourcegroup)
9993
| sku | string | `F1` | Instance size (F1 = Free Tier) |
100-
| linuxFxVersion | string | `DOTNETCORE|3.0` | "Programming language stack &#124; Version" |
94+
| linuxFxVersion | string | `DOTNETCORE|8.0` | "Programming language stack &#124; Version" |
10195
| repoUrl | string | ` ` | External Git repo (optional) |
10296

10397
---
@@ -162,11 +156,11 @@ az webapp config show --resource-group myResourceGroup --name <app-name> --query
162156

163157
| Language | Example |
164158
|-------------|------------------------------------------------------------------------------------|
165-
| **.NET** | linuxFxVersion="DOTNETCORE&#124;3.0" |
166-
| **Java** | linuxFxVersion="JAVA&#124;21-java21 TOMCAT&#124;10.1-java21 JBOSSEAP&#124;8-java17"|
167-
| **Node.js** | linuxFxVersion="NODE&#124;10.15" |
168-
| **Python** | linuxFxVersion="PYTHON&#124;3.7" |
169-
| **PHP** | linuxFxVersion="PHP&#124;7.4" |
159+
| **.NET** | linuxFxVersion="DOTNETCORE&#124;9.0" |
160+
| **Java** | linuxFxVersion="JAVA&#124;21-java21 TOMCAT&#124;11.0-java21 JBOSSEAP&#124;8-java17"|
161+
| **Node.js** | linuxFxVersion="NODE&#124;22-lts |
162+
| **Python** | linuxFxVersion="PYTHON&#124;3.13" |
163+
| **PHP** | linuxFxVersion="PHP&#124;8.4" |
170164

171165
---
172166
::: zone-end

0 commit comments

Comments
 (0)