Skip to content

Commit 4d777fa

Browse files
Merge pull request #313300 from v-thpra/tjp-fresh-appsrvc-008
Q&M Freshness - App Service - TJP008
2 parents c0bbbaf + 7ef75d6 commit 4d777fa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

articles/app-service/samples-resource-manager-templates.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ author: tfitzmac
55
tags: azure-service-management
66

77
ms.topic: sample
8-
ms.date: 08/26/2020
8+
ms.date: 03/17/2026
99
ms.author: tomfitz
1010
ms.custom: mvc, fasttrack-edit, devx-track-arm-template
1111
ms.service: azure-app-service
1212
---
13+
1314
# Azure Resource Manager templates for App Service
1415

1516
The following table includes links to Azure Resource Manager templates for Azure App Service. For recommendations about avoiding common errors when you're creating app templates, see [Guidance on deploying apps with Azure Resource Manager templates](deploy-resource-manager-template.md).
@@ -27,7 +28,7 @@ To learn about the JSON syntax and properties for App Services resources, see [M
2728
|**Configuring an app**| **Description** |
2829
| [App certificate from Key Vault](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/web-app-certificate-from-key-vault)| Deploys an App Service app certificate from an Azure Key Vault secret and uses it for TLS/SSL binding. |
2930
| [App with a custom domain and SSL](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/web-app-custom-domain-and-ssl)| Deploys an App Service app with a custom host name, and gets an app certificate from Key Vault for TLS/SSL binding. |
30-
| [App with Java 8 and Tomcat 8](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/web-app-java-tomcat)| Deploys an App Service app with Java 8 and Tomcat 8 enabled. You can then run Java applications in Azure. |
31+
| [App with Java 13 and Tomcat 9](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/web-app-java-tomcat)| Deploys an App Service app with Java 13 and Tomcat 9 enabled. You can then run Java applications in Azure. |
3132
| [App with regional VNet integration](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/app-service-regional-vnet-integration)| Deploys an App Service app with regional VNet integration enabled. |
3233
|**Protecting an app**| **Description** |
3334
| [App integrated with Azure Application Gateway](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/web-app-with-app-gateway-v2)| Deploys an App Service app and an Application Gateway, and isolates the traffic using service endpoint and access restrictions. |

0 commit comments

Comments
 (0)