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
Declare the variables that you want to use. Use the following sample, replacing the values for your own when necessary. If you close your PowerShell/Cloud Shell session at any point during the exercise, just copy and paste the values again to redeclare the variables.
31
+
1.Declare the variables that you want to use. Use the following sample, replacing the values for your own when necessary. If you close your PowerShell/Cloud Shell session at any point during the exercise, just copy and paste the values again to redeclare the variables.
32
32
33
-
```azurepowershell-interactive
34
-
$RG = "TestRG"
35
-
$GWName = "VNet1GW"
36
-
```
33
+
```azurepowershell-interactive
34
+
$RG = "TestRG"
35
+
$GWName = "VNet1GW"
36
+
```
37
37
38
-
## <aname="create"></a>2. Create policy object
38
+
1. Create a custom IPsec policy object. Adjust the values in the example to meet your requirements.
39
39
40
-
Create a custom IPsec policy object. You can adjust the values to meet the criteria you require.
0 commit comments