Skip to content

Commit 0a80efc

Browse files
committed
Updated links to resolve warning due to text changes
1 parent 84dc76d commit 0a80efc

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

azure-local/manage/disconnected-operations-arc-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Follow these steps to create Azure Local VMs running disconnected operations.
7474

7575
1. [Review prerequisites](../manage/azure-arc-vm-management-prerequisites.md).
7676

77-
- [Install Azure CLI](disconnected-operations-cli.md#install-cli) version AzCLI 2.60.0.
77+
- [Install the Azure CLI](disconnected-operations-cli.md#install-azure-cli) version AzCLI 2.60.0.
7878
- Install the Azure Local extension **stack-hci-vm** version v1.3.0.
7979
- [Sign into Azure interactively using the Azure CLI](/cli/azure/authenticate-azure-cli-interactively).
8080

azure-local/manage/disconnected-operations-azure-container-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Key features of Azure Container Registry on disconnected operations include:
4545
- Make sure that the disconnected operations virtual machine is deployed.
4646
- Check that you can access the disconnected operations portal.
4747
- Register the *Microsoft.ContainerRegistry* resource provider with disconnected operations.
48-
- [Install the Azure CLI](disconnected-operations-cli.md#install-cli) (supported up to version 2.54.0.).
48+
- [Install the Azure CLI](disconnected-operations-cli.md#install-azure-cli) (supported up to version 2.54.0.).
4949
- (Optional) [Install Docker Desktop](https://www.docker.com/get-started/) on your disconnected operations host or client machine for testing.
5050

5151
## Deploy Azure Container Registry for disconnected operations

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ ai-usage: ai-assisted
1414

1515
This article explains how to install and configure the Azure Command-Line Interface (CLI) and its extensions for disconnected operations on Azure Local. It provides an overview of CLI, supported versions, installation steps, and how to set up the CLI for disconnected operations.
1616

17-
[!INCLUDE [Prerequisites](../includes/disconnected-operations-prerequisites.md)]
1817
[!INCLUDE [IMPORTANT](../includes/disconnected-operations-preview.md)]
1918

2019
## About Azure CLI

azure-local/manage/disconnected-operations-on-demand-logs.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,17 @@ This article explains how to collect logs on demand for Azure Local disconnected
2020

2121
On-demand log collection lets you collect logs from Azure Local disconnected operations for troubleshooting. Use this feature to provide logs to Microsoft support.
2222

23+
Log collection when the management endpoint is inaccessible
24+
2325
## Supported scenarios
2426

2527
The following on-demand scenarios are supported for log collection:
2628

2729
| Scenarios for log collection | How to collect logs |
2830
|------------------------------------------|----------------------------------------|
2931
| [Use on-demand direct log collection](#log-collection-when-connected-to-azure-with-an-accessible-management-endpoint) when an on-premises device with Azure Local disconnected operations is connected to Azure and the management endpoint for disconnected operations is accessible. | Trigger log collection with cmdlet `Invoke-ApplianceLogCollection`.<br></br>**Prerequisite**: Setup observability configuration using the cmdlet: `Set-ApplianceObservabilityConfiguration`. |
30-
| [Use on-demand indirect log collection](#log-collection-for-a-disconnected-environment-and-accessible-management-endpoint) when an on-premises device using Azure Local disconnected operations doesn't have a connection to Azure, but the management endpoint for disconnected operations is accessible. | Trigger log collection with cmdlet `Invoke-ApplianceLogCollectionAndSaveToShareFolder`.<br></br> After the `Invoke-ApplianceLogCollectionAndSaveToShareFolder` step, use the `Send-DiagnosticData` cmdlet to upload the copied data logs from the file share to Microsoft. |
31-
| [Use on-demand fallback log collection](#log-collection-with-an-inaccessible-management-endpoint) when the management endpoint for disconnected operations isn't accessible or the integrated runtime disconnected operations with Azure Local virtual machine (VM) is down. | Logs are collected after shutting down the disconnected operations with Azure Local VM, mounting and unlocking virtual hard disks (VHDs) and copying logs using the `Copy-DiagnosticData` cmdlet from mounted VHDs into a local, user-defined location.<br></br> Use the `Send-DiagnosticData` cmdlet to manually send diagnostic data to Microsoft. |
32+
| [Use on-demand indirect log collection](#log-collection-for-a-disconnected-environment-with-an-accessible-management-endpoint) when an on-premises device using Azure Local disconnected operations doesn't have a connection to Azure, but the management endpoint for disconnected operations is accessible. | Trigger log collection with cmdlet `Invoke-ApplianceLogCollectionAndSaveToShareFolder`.<br></br> After the `Invoke-ApplianceLogCollectionAndSaveToShareFolder` step, use the `Send-DiagnosticData` cmdlet to upload the copied data logs from the file share to Microsoft. |
33+
| [Use on-demand fallback log collection](#log-collection-when-the-management-endpoint-is-inaccessible) when the management endpoint for disconnected operations isn't accessible or the integrated runtime disconnected operations with Azure Local virtual machine (VM) is down. | Logs are collected after shutting down the disconnected operations with Azure Local VM, mounting and unlocking virtual hard disks (VHDs) and copying logs using the `Copy-DiagnosticData` cmdlet from mounted VHDs into a local, user-defined location.<br></br> Use the `Send-DiagnosticData` cmdlet to manually send diagnostic data to Microsoft. |
3234

3335
## Trigger on demand log collection
3436

0 commit comments

Comments
 (0)