Skip to content

Commit 72f5911

Browse files
PR review resolutions (#1)
Generally, Next Step links shouldn't have ending punctuation if the entire line is the link. These are typically the title or heading of the linked article not a complete sentence so they shouldn't have periods.
1 parent a4a3d64 commit 72f5911

7 files changed

+15
-15
lines changed

AKS-Arc/aks-create-clusters-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ This article describes how to create Kubernetes clusters in Azure Local using th
8282

8383
## Next steps
8484

85-
- [Review AKS on Azure Local prerequisites](aks-hci-network-system-requirements.md).
86-
- [What's new in AKS on Azure Local](aks-whats-new-local.md).
85+
- [Review AKS on Azure Local prerequisites](aks-hci-network-system-requirements.md)
86+
- [What's new in AKS on Azure Local](aks-whats-new-local.md)

azure-local/deploy/deployment-azure-arc-gateway-configure-manually.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ To view gateway router logs on Windows, run the `azcmagent logs` command in Powe
143143

144144
## Next steps
145145

146-
- [Get support for deployment issues](../manage/get-support-for-deployment-issues.md).
147-
- [Get support for Azure Local](../manage/get-support.md).
146+
- [Get support for deployment issues](../manage/get-support-for-deployment-issues.md)
147+
- [Get support for Azure Local](../manage/get-support.md)
148148

149149
::: moniker-end
150150

azure-local/deploy/deployment-azure-arc-gateway-configure-via-script.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ To view gateway router logs on Windows, run the `azcmagent logs` command in Powe
125125

126126
## Next steps
127127

128-
- [Get support for deployment issues](../manage/get-support-for-deployment-issues.md).
129-
- [Get support for Azure Local](../manage/get-support.md).
128+
- [Get support for deployment issues](../manage/get-support-for-deployment-issues.md)
129+
- [Get support for Azure Local](../manage/get-support.md)
130130

131131
::: moniker-end
132132

azure-local/deploy/deployment-azure-arc-gateway-use-without-proxy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ To view gateway router logs on Windows, run the `azcmagent logs` command in Powe
119119

120120
## Next steps
121121

122-
- [Get support for deployment issues](../manage/get-support-for-deployment-issues.md).
123-
- [Get support for Azure Local](../manage/get-support.md).
122+
- [Get support for deployment issues](../manage/get-support-for-deployment-issues.md)
123+
- [Get support for Azure Local](../manage/get-support.md)
124124

125125
::: moniker-end
126126

azure-local/deploy/deployment-azure-resource-manager-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ This section contains known issues and workarounds for ARM template deployment.
165165
166166
:::image type="content" source="./media/deployment-azure-resource-manager-template/error-tenantid-applicationid-principalid-not-allowed-to-update-1.png" alt-text="Screenshot showing the tenant ID, application ID, principal ID, and scope can't be updated message in the Errors blade." lightbox="./media/deployment-azure-resource-manager-template/error-tenantid-applicationid-principalid-not-allowed-to-update-1.png":::
167167
168-
**Workaround**: To identify the zombie role assignments, go to **Access control (IAM) > Role assignments > Type : Unknown** tab. These assignments are listed as **Identity not found. Unable to find identity.* Delete such role assignments and then retry ARM template deployment.
168+
**Workaround**: To identify the zombie role assignments, go to **Access control (IAM) > Role assignments > Type : Unknown** tab. These assignments are listed as *Identity not found. Unable to find identity.* Delete such role assignments and then retry ARM template deployment.
169169
170170
:::image type="content" source="./media/deployment-azure-resource-manager-template/error-identity-not-found-1.png" alt-text="Screenshot showing the identity not found message in the Errors blade." lightbox="./media/deployment-azure-resource-manager-template/error-identity-not-found-1.png":::
171171
@@ -177,5 +177,5 @@ This section contains known issues and workarounds for ARM template deployment.
177177
178178
## Next steps
179179
180-
- [About Azure Local VM management](../manage/azure-arc-vm-management-overview.md).
181-
- [Create Azure Local VMs enabled by Azure Arc](../manage/create-arc-virtual-machines.md).
180+
- [About Azure Local VM management](../manage/azure-arc-vm-management-overview.md)
181+
- [Create Azure Local VMs enabled by Azure Arc](../manage/create-arc-virtual-machines.md)

azure-local/deploy/deployment-local-identity-with-key-vault.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The general deployment steps are the same as those outlined in [Deploy an Azure
107107
108108
### Networking tab
109109
110-
1. Provide the DNS server details configured in the [Configure DNS for Azure Local](#configure-dns-server-for-azure-local) section.
110+
- Provide the DNS server details configured in the [Configure DNS for Azure Local](#configure-dns-server-for-azure-local) section.
111111
112112
:::image type="content" source="media/deployment-local-identity-with-key-vault/provide-dns-server.png" alt-text="Screenshot of the Networking tab showing the DNS Server field." lightbox="media/deployment-local-identity-with-key-vault/provide-dns-server.png":::
113113
@@ -224,12 +224,12 @@ To address and resolve the issue of the failed extension and restore normal back
224224
## Next steps
225225
226226
- If you didn't create workload volumes during deployment, create workload volumes and storage paths for each volume. For details, see [Create volumes on Azure Local and Windows Server clusters](/windows-server/storage/storage-spaces/create-volumes) and [Create storage path for Azure Local](../manage/create-storage-path.md).
227-
- [Get support for Azure Local deployment issues](../manage/get-support-for-deployment-issues.md).
227+
- [Get support for Azure Local deployment issues](../manage/get-support-for-deployment-issues.md)
228228
229229
::: moniker-end
230230
231231
::: moniker range="<=azloc-2411"
232232
233233
This feature is available only in Azure Local 2411 or later.
234234
235-
::: moniker-end
235+
::: moniker-end

azure-local/deploy/sdn-express-23h2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@ The following configuration sample files for deploying SDN are available in the
206206
207207
## Next steps
208208
209-
- [Manage VMs](../manage/vm.md).
209+
- [Manage VMs](../manage/vm.md)

0 commit comments

Comments
 (0)