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
This sample deploys Azure virtual networks in a hub and spoke configuration, using Azure Virtual Network Manager to manage Virtual Network connectivity and implement sample Security Admin Rules. A VPN Gateway and test VMs are deployed to complete the hub and spoke features.
17
17
18
-
19
18
## Deploy sample
20
19
21
-
### Step 1: Create a Resource Group for the sample resources
22
-
23
-
Create a resource group for the deployment.
20
+
### Step 1: Clone repository and navigate to the correct folder
24
21
25
-
```azurecli-interactive
26
-
az group create --name hub-spoke --location eastus
22
+
```bash
23
+
git clone https://github.com/mspnp/samples.git
24
+
cd ./samples/solutions/avnm-secured-hub-and-spoke/bicep
27
25
```
28
26
29
27
### Step 2: Deploy infrastructure and Virtual Network Manager resources
|`adminUserName`| string | The admin user name for deployed VMs. |`admin-avnm`|
41
+
|`sshkey`| string | The user's public SSH key to be added to the Linux machines as part of the `ssh_authorized_keys` list ||
52
42
53
-
## Bicep implementation
43
+
## Step 4: Clean Up
54
44
55
-
The links above use JSON Azure Resource Manager (ARM) templates to support network referencing. The ARM templates were generated from the following [source bicep file](https://github.com/mspnp/samples/blob/main/solutions/avnm-secured-hub-and-spoke/bicep/main.bicep), which has additional comments and considerations.
0 commit comments