Skip to content

Commit 1fdfa48

Browse files
authored
Add example for regional VNet integration
1 parent 418cd3c commit 1fdfa48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags: azure-service-management
77
ms.topic: sample
88
ms.date: 01/04/2019
99
ms.author: tomfitz
10-
ms.custom: mvc
10+
ms.custom: mvc, fasttrack-edit
1111
---
1212
# Azure Resource Manager templates for App Service
1313

@@ -28,6 +28,7 @@ To learn about the JSON syntax and properties for App Services resources, see [M
2828
| [App with a custom domain and SSL](https://github.com/Azure/azure-quickstart-templates/tree/master/201-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 SSL binding. |
2929
| [App with a GoLang extension](https://github.com/Azure/azure-quickstart-templates/tree/master/101-webapp-with-golang)| Deploys an App Service app with the Golang site extension. You can then run web applications developed on Golang on Azure. |
3030
| [App with Java 8 and Tomcat 8](https://github.com/Azure/azure-quickstart-templates/tree/master/201-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 regional VNet integration](https://github.com/Azure/azure-quickstart-templates/tree/master/101-app-service-regional-vnet-integration)| Deploys an App Service app with regional VNet integration enabled. |
3132
|**Protecting an app**||
3233
| [App integrated with Azure Application Gateway](https://github.com/Azure/azure-quickstart-templates/tree/master/201-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. |
3334
|**Linux app with connected resources**||

0 commit comments

Comments
 (0)