Skip to content

Commit 9d95fcc

Browse files
authored
Update network-requirements.md
1 parent beffbd6 commit 9d95fcc

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

articles/azure-arc/resource-bridge/network-requirements.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,22 @@ DNS Server must have internal and external endpoint resolution. The appliance VM
2727

2828
The example below highlights a couple key requirements for Arc resource bridge when creating the configuration files. The IPs for `k8snodeippoolstart` and `k8snodeippoolend` reside in the subnet range designated in `ipaddressprefix`. The `ipaddressprefix` is provided in the format of the subnet's IP address range for the virtual network and subnet mask (IP Mask) in CIDR notation.
2929

30+
```
3031
azurestackhciprovider:
31-
<br> virtualnetwork:
32-
<br>        name: "mgmtvnet"
33-
<br>        vswitchname: "Default Switch"
34-
<br>        type: "Transparent"
35-
<br>        macpoolname: 
36-
<br>        vlanid: 0
37-
<br>        ipaddressprefix: 172.16.0.0/16
38-
<br>        gateway: 17.16.1.1
39-
<br>        dnsservers: 17.16.0.1
40-
<br>        vippoolstart: 172.16.250.0
41-
<br>        vippoolend: 172.16.250.254
42-
<br>        k8snodeippoolstart: 172.16.30.0
43-
<br>        k8snodeippoolend: 172.16.30.254
32+
virtualnetwork:
33+
name: "mgmtvnet
34+
vswitchname: "Default Switch
35+
type: "Transparent"
36+
macpoolname
37+
vlanid: 0
38+
ipaddressprefix: 172.16.0.0/16
39+
gateway: 17.16.1.1
40+
dnsservers: 17.16.0.1
41+
vippoolstart: 172.16.250.0
42+
vippoolend: 172.16.250.254
43+
k8snodeippoolstart: 172.16.30.0
44+
k8snodeippoolend: 172.16.30.254
45+
```
4446

4547
## General network requirements
4648

0 commit comments

Comments
 (0)