Skip to content

Commit 9903fe8

Browse files
Merge pull request #18282 from ronmiab/rb-do-minor-fin
Updated tile and text
2 parents a488c7f + a6ced0a commit 9903fe8

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

azure-local/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ landingContent:
112112
linkLists:
113113
- linkListType: overview
114114
links:
115-
- text: Plan your network for disconnected operations on Azure Local (preview)
115+
- text: Plan your network for disconnected operations (preview)
116116
url: manage/disconnected-operations-network.md
117-
- text: Deploy disconnected operations for Azure Local (preview)
117+
- text: Deploy disconnected operations (preview)
118118
url: manage/disconnected-operations-deploy.md
119119
- text: Deploy Arc gateway (preview)
120120
url: deploy/deployment-azure-arc-gateway-overview.md

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ Here's the flow to deploy and manage Azure Local with disconnected operations:
103103
| Review [Azure Key Vault for disconnected operations](/azure/key-vault/general/quick-create-cli#create-a-key-vault). | Use the CLI to create an Azure Key Vault. |
104104
| Review [Monitor disconnected operations for Azure Local](disconnected-operations-monitoring.md). | Monitor infrastructure and workloads running on Azure Local with disconnected operations. |
105105
| **Troubleshoot** | |
106-
| Review [On-demand log collection](../index.yml). | Collect logs on demand for troubleshooting. |
107-
| Review [Fallback log collection](../index.yml). | Use fallback log collection for troubleshooting. |
106+
| Review [On-demand log collection](disconnected-operations-on-demand-logs.md). | Collect logs on demand for troubleshooting. |
107+
| Review [Fallback log collection](disconnected-operations-fallback.md). | Use fallback log collection for troubleshooting. |
108108

109109
## Related content
110110

0 commit comments

Comments
 (0)