Skip to content

Commit 52d74de

Browse files
committed
Updated text
1 parent 1920fdd commit 52d74de

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

azure-local/manage/disconnected-operations-network.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ Use this checklist to plan your network for disconnected operations on Azure Loc
5454

5555
## Virtual network interface cards and network integration
5656

57-
The disconnected operations VM appliance uses two different virtual network interface cards (vNICs) that plug into the network intent. These are:
57+
The disconnected operations VM appliance uses two different virtual network interface cards (vNICs) that plug into the network intent.
58+
59+
These vNICs are:
5860

5961
- **Management vNIC**
6062
- **Ingress vNIC**
@@ -82,14 +84,14 @@ Use this checklist to plan your IP addresses for the disconnected operations app
8284

8385
- **Ingress IP**:
8486
- Connects to the management intent.
85-
- Is part of the regular network path for the control plane and Azure Local capabilities.
86-
- Needs DNS resolution to the desired Fully Qualified Domain Name (FQDN).
87-
- Is in the same subnet as the Azure Local instance, but outside the reserved range used for the instance deployment.
87+
- Uses the standard network path for the control plane and Azure Local features.
88+
- Requires DNS resolution to the target fully qualified domain name (FQDN).
89+
- Must be in the same subnet as the Azure Local instance, but outside the reserved range used for the instance deployment.
8890

8991
- **Management IP**:
9092
- Connects to management intent.
91-
- Is any valid, unused IP on the local network.
92-
- Is reachability if you access lower management application programming interfaces (APIs) from outside the cluster.
93+
- Must be a valid, unused IP on the local network.
94+
- Must be reachable if you access lower management application programming interfaces (APIs) from outside the cluster.
9395

9496
### Plan DNS and public key infrastructure (PKI)
9597

@@ -104,9 +106,9 @@ If you plan to connect the appliance to Azure, make sure your DNS infrastructure
104106

105107
For more information, see [Firewall requirements for Azure Local](../concepts/firewall-requirements.md).
106108

107-
#### Configure your DNS server (if you are running Windows Server DNS role):
109+
#### Configure your DNS server (if you're running Windows Server DNS role):
108110

109-
Here is an example:
111+
Here's an example:
110112

111113
```powershell
112114
$externalFqdn = 'autonomous.cloud.private'
@@ -118,7 +120,7 @@ Add-DnsServerResourceRecordA -Name "*" -IPv4Address $IngressIpAddress -ZoneName
118120
```
119121
#### Verify your DNS setup
120122

121-
Here is an example:
123+
Here's an example:
122124

123125
```console
124126
nslookup portal.autonomous.cloud.private
@@ -148,7 +150,7 @@ Here are the endpoints that the appliance needs to resolve:
148150

149151
The following features aren't supported in this preview:
150152

151-
- Configurable Virtual Local Area Network (VLAN) for disconnected operations ingress network that let you add VLAN tags to ingress packets on a per-port basis.
153+
- Configurable Virtual Local Area Network (VLAN) for disconnected operations ingress network that lets you add VLAN tags to ingress packets on a per-port basis.
152154
- Configurable VLAN for disconnected operations management network that lets you isolate management traffic from other network traffic, enhance security, and reduce interference.
153155

154156
::: moniker-end

0 commit comments

Comments
 (0)