Skip to content

Commit 16a05af

Browse files
Merge pull request #15862 from PhilKang0704/broken-link-fix-alkohli
Broken links fixing - alkohli
2 parents 41cef11 + ee64896 commit 16a05af

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

azure-stack/hci/deploy/deployment-azure-resource-manager-template.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,6 @@ With all the prerequisite and preparation steps complete, you're ready to deploy
130130
131131
:::image type="content" source="./media/deployment-azure-resource-manager-template/deploy-arm-template-5.png" alt-text="Screenshot showing parameters filled out for the template." lightbox="./media/deployment-azure-resource-manager-template/deploy-arm-template-5.png":::
132132
133-
> [!TIP]
134-
> [Download a sample parameters file](https://databoxupdatepackages.blob.core.windows.net/documentation/EXAMPLE-cl-Parameters-2Node-Switchless-Compute_Management_withAdapterOverride.json) to understand the format in which you must provide the inputs.
135-
136133
1. Select the appropriate resource group for your environment.
137134
138135
1. Scroll to the bottom, and confirm that **Deployment Mode = Validate**.

azure-stack/hci/hci-known-issues-2306.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,3 @@ Here are the known issues that have carried over from the previous releases in A
5252
|7|Environment Checker| If SSL inspection is turned on in your Azure Stack HCI system, the connectivity validator fails with the certificate validation error message. | For information about the error and how to troubleshoot it, see [Potential failure scenario for connectivity validator](./manage/use-environment-checker.md#potential-failure-scenario-for-connectivity-validator).|
5353
|8|Diagnostics | Deployment was configured with **Diagnostic data** set to ON in the deployment tool. However during the deployment and after the deployment is complete, the diagnostic data isn't collected.|You can run the `Send-DiagnosticsData`command on Azure Stack HCI cluster node to collect diagnostic logs. |
5454
|9|Host networking |Defining overrides for Network ATC intents fail due to Constrained Language mode. |Make sure to configure overrides to default values during the network intent creation. After your cluster is deployed, you can create a network intent that uses a customized value for the property. <br><br> If the cluster is in Windows Defender Application Control (WDAC) enforcement mode, switch the node from where you set the override in `Audit` mode. To switch the local node to audit, run the following command: <br> `Enable-ASLocalWDACPolicy -Mode Audit` <br>For more information, see [Enable WDAC policy modes](./concepts/security-windows-defender-application-control.md#enable-wdac-policy-modes). <br/><br>You can now modify an existing compute intent with a customized value for any object property. For example, to modify a compute intent on adapters that use `JumboPacket` property as **9014**, run the following commands:<br/><br> `$adapterOverrides = New-NetIntentAdapterPropertyOverrides`<br><br>`$adapterOverrides.JumboPacket = 9014`<br><br>`Set-NetIntent -Name ExistingIntentName -AdapterPropertyOverrides $adapterOverrides`<br> |
55-
56-
## Next steps
57-
58-
- Read the [Deployment and management guide](https://databoxupdatepackages.blob.core.windows.net/documentation/AzureStackHCI-22H2-Supplemental-Package-deployment-and-management-guide.pdf).

azure-stack/hci/manage/whats-new-2306-preview.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ This article describes the new features or enhancements that are currently avail
1818
- [What's in the preview channel](#azure-stack-hci-preview-channel).
1919
- [What's in the Azure Stack HCI, Supplemental Package](#azure-stack-hci-2306-supplemental-package-preview).
2020

21-
To plan, deploy, and manage your Azure Stack HCI, Supplemental Package, see [Deployment and management guide](https://databoxupdatepackages.blob.core.windows.net/documentation/AzureStackHCI-22H2-Supplemental-Package-deployment-and-management-guide.pdf).
22-
2321
## Azure Stack HCI preview channel
2422

2523
The Azure Stack HCI preview channel features preview versions of Azure Stack HCI OS release. For more information, see [Join the preview channel](./preview-channel.md).
@@ -48,7 +46,3 @@ The following new features are available in the 2306 preview release of Suppleme
4846
## Known issues
4947

5048
To review a list of the known issues for this release, see [View known issues in Azure Stack HCI, 2306 Supplemental Package release (preview)](../hci-known-issues-2306.md).
51-
52-
## Next steps
53-
54-
- For new Azure Stack HCI deployments via supplemental package read the [Deployment and management guide](https://databoxupdatepackages.blob.core.windows.net/documentation/AzureStackHCI-22H2-Supplemental-Package-deployment-and-management-guide.pdf).

0 commit comments

Comments
 (0)