-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.json
More file actions
9 lines (9 loc) · 865 Bytes
/
metadata.json
File metadata and controls
9 lines (9 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
{
"$schema": "https://aka.ms/azure-quickstart-templates-metadata-schema#",
"type": "SubscriptionDeployment",
"itemDisplayName": "Create Virtual Network Gateway",
"summary": "This template creates an Virtual Network Gateway in Azure",
"description": "A VPN gateway is a specific type of virtual network gateway that is used to send encrypted traffic between an Azure virtual network and an on-premises location over the public Internet. You can also use a VPN gateway to send encrypted traffic between Azure virtual networks over the Microsoft network. Each virtual network can have only one VPN gateway. However, you can create multiple connections to the same VPN gateway. When you create multiple connections to the same VPN gateway, all VPN tunnels share the available gateway bandwidth.",
"githubUsername": "jeffpatton1971",
"dateUpdated": "2022-03-18"
}