You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-local/manage/disconnected-operations-fallback.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Use these parameters with the `Copy-DiagnosticData` cmdlet.
60
60
> [!NOTE]
61
61
> The BitLocker recovery key set is required to unlock the mounted VHDs used for log collection. These keys should be retrieved and saved upon successful deployment of the appliance using the BitlockerRecoveryKeys endpoint.
62
62
63
-
Here's an example:
63
+
Example:
64
64
65
65
```console
66
66
#ClientAuth certificate location and password may be for your environment
@@ -126,13 +126,13 @@ To copy diagnostic logs from the mounted VHDs to a folder location you specify i
@@ -144,7 +144,7 @@ To copy diagnostic logs from the mounted VHDs to a folder location you specify i
144
144
VERBOSE: [2025-03-26 22:11:55Z] [Invoke-StopIRVMAndMountVHDs] Attempting to mount VHD 'C:\ClusterStorage\UserStorage_1\InfraVms\IRVM01\Virtual Hard Disks\OSAndDocker_A.vhdx'...
145
145
```
146
146
147
-
Here's an example of the copy output with the StampId, if it exists:
147
+
Example of the copy output with the StampId, if it exists:
148
148
149
149
```output
150
150
| DiagnosticLogPath | StampId |
@@ -189,7 +189,7 @@ Optional parameters:
189
189
> [!NOTE]
190
190
> The `RegistrationRegion` is equivalent to `Location` with reference to the ObservabilityConfiguration endpoint's $arcContext JSON.
191
191
192
-
Here's an example using the **Interactive registration with device code**:
192
+
Example using the **Interactive registration with device code**:
193
193
194
194
```powershell
195
195
Send-DiagnosticData
@@ -203,7 +203,7 @@ Send-DiagnosticData
203
203
204
204
The **-RegistrationWithDeviceCode** switch is optional. If you don't use **-RegistrationWithCredential**, interactive registration is used.
205
205
206
-
Here's an example using **Registration with Service Principal Credential**:
206
+
Example using **Registration with Service Principal Credential**:
207
207
208
208
```powershell
209
209
$spId = "{...}"
@@ -223,7 +223,7 @@ Send-DiagnosticData
223
223
224
224
The cmdlet returns the stamp ID, also called the **AEOStampId**. It also shows any errors and the location of the send activity logs.
0 commit comments