You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-wan/quickstart-any-to-any-template.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: 'Quickstart: Create an any-to-any configuration using an ARM template'
3
3
titleSuffix: Azure Virtual WAN
4
-
description: This quickstart shows you how to create an any-to-any configuration using an Azure Resource Manager template (ARM template).
4
+
description: Learn how to create an any-to-any configuration using an Azure Resource Manager template (ARM template).
5
5
services: virtual-wan
6
6
author: cherylmc
7
7
ms.service: virtual-wan
@@ -24,7 +24,7 @@ If your environment meets the prerequisites and you're familiar with using ARM t
24
24
## Prerequisites
25
25
26
26
* If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
27
-
* Public key certificate data is required for this configuration. Sample data is provided in the article. However, the sample data is provided only to satisfy the template requirements in order to create a P2S gateway. After the template completes and the resources are deployed, you must update this field with your own certificate data in order for the configuration to work. See [Generate and export certificates](certificates-point-to-site.md#cer) for information and steps.
27
+
* Public key certificate data is required for this configuration. See [Generate and export certificates](certificates-point-to-site.md#cer) for steps to generate and export the required certificates. Sample certificate data is provided in the article only to satisfy the template requirements in order to create a P2S gateway.
28
28
29
29
## <aname="review"></a>Review the template
30
30
@@ -57,7 +57,6 @@ Multiple Azure resources are defined in the template:
57
57
> [!NOTE]
58
58
> This ARM template doesn't create the customer-side resources required for hybrid connectivity. After you deploy the template, you still need to create and configure the P2S VPN clients, the VPN branches (Local Sites), and connect the ExpressRoute circuits.
59
59
60
-
61
60
To find more templates, see [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Network&pageNumber=1&sort=Popular).
62
61
63
62
## <aname="deploy"></a>Deploy the template
@@ -72,11 +71,10 @@ To deploy this template properly, you must use **Deploy to Azure** button in the
72
71
73
72
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fAzure%2fazure-quickstart-templates%2fmaster%2fquickstarts%2fmicrosoft.network%2fvirtual-wan-with-all-gateways%2fazuredeploy.json)
74
73
1. To view the template, click **Edit template**. On this page, you can adjust some of the values such as address space or the name of certain resources. **Save** to save your changes, or **Discard**.
75
-
1. On the template page, enter the values. For this template, the P2Spublic certificate data is required. If you are using this article as an exercise, you can use the following example data from this .cer file as sample data for both hubs. Once the template runs and deployment is complete, in order to use the P2S configuration, you must replace this information with the public key certificate data for your own deployment. For more information, see [Generate and export certificates](certificates-point-to-site.md#cer).
74
+
1. On the template page, enter the values. For the **Hub_Public Certificate Data for P2S** fields, you need to input the public key certificate data from the root certificate that you want to use (as mentioned in the prerequisites). If you haven't generated a root certificate and you are using these steps as only an exercise to run the template and observe the results, you can use the following example certificate data for both hubs. If you choose to use this example data and later want P2S clients to connect, you must replace this information with the certificate data from your own environment.
76
75
77
76
> [!NOTE]
78
-
> The certificate data in example below is supplied for demonstration purposes only. You must replace this information with the public key [certificate data](certificates-point-to-site.md#cer) for your own deployment if you want this configuration to work properly.
79
-
>
77
+
> This certificate data is supplied for example purposes only. Replace this example data with the public key [certificate data](certificates-point-to-site.md#cer) from your own certificate if you want P2S clients to connect.
@@ -115,7 +113,7 @@ To deploy this template properly, you must use **Deploy to Azure** button in the
115
113
116
114
## <aname="complete"></a>Complete the hybrid configuration
117
115
118
-
The template does not configure all of the settings necessary for a hybrid network. You need to complete the following configurations and settings, depending on your requirements.
116
+
The template does not configure all of the settings necessary for a hybrid network. Complete the following configurations and settings, depending on your requirements:
119
117
120
118
*[Configure the VPN branches - local sites](virtual-wan-site-to-site-portal.md#site)
121
119
*[Complete the P2S VPN configuration](virtual-wan-point-to-site-portal.md)
0 commit comments