Skip to content

Instantly share code, notes, and snippets.

@tonesandtones
Last active February 8, 2021 04:18
Show Gist options
  • Save tonesandtones/d20abd349f4cc33f30424a308d78aa8f to your computer and use it in GitHub Desktop.
Save tonesandtones/d20abd349f4cc33f30424a308d78aa8f to your computer and use it in GitHub Desktop.
ARM snippet for defining an App Service Regional VNet Integration
{
"type": "Microsoft.Web/sites/networkConfig",
"name": "[concat(parameters('webAppName'),'/VirtualNetwork')]",
"apiVersion": "2016-08-01",
"properties":
{
"subnetResourceId": "[parameters('subnetResourceId')]",
"swiftSupported": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment