Skip to content

Commit d6028d1

Browse files
committed
Updated text
1 parent 92c09d5 commit d6028d1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Use these parameters with the `Copy-DiagnosticData` cmdlet.
6060
> [!NOTE]
6161
> 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.
6262
63-
Here's an example:
63+
Example:
6464

6565
```console
6666
#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
126126
Copy-DiagnosticData [-DiagnosticLogPath] <String> [[-Roles] <String[]>] [[-FromDate] <Nullable`1>] [[-ToDate] <Nullable`1>] [[-RecoveryKeySet] <PSObject[]>] [<CommonParameters>]
127127
```
128128

129-
Here's an example:
129+
Example:
130130

131131
```powershell
132132
Copy-DiagnosticData -DiagnosticLogPath $diagnosticLogPath -Roles $role -FromDate $fromDate -ToDate $toDate -RecoveryKeySet $recoveryKeySet
133133
```
134134

135-
Here's the example output:
135+
Example output:
136136

137137
```PowerShell
138138
PS C:\Users\administrator.s46r2004\Documents> Copy-DiagnosticData -DiagnosticLogPath $diagnosticLogPath -RecoveryKeySet $recoveryKeySet
@@ -144,7 +144,7 @@ To copy diagnostic logs from the mounted VHDs to a folder location you specify i
144144
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'...
145145
```
146146

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:
148148

149149
```output
150150
| DiagnosticLogPath | StampId |
@@ -189,7 +189,7 @@ Optional parameters:
189189
> [!NOTE]
190190
> The `RegistrationRegion` is equivalent to `Location` with reference to the ObservabilityConfiguration endpoint's $arcContext JSON.
191191

192-
Here's an example using the **Interactive registration with device code**:
192+
Example using the **Interactive registration with device code**:
193193

194194
```powershell
195195
Send-DiagnosticData
@@ -203,7 +203,7 @@ Send-DiagnosticData
203203

204204
The **-RegistrationWithDeviceCode** switch is optional. If you don't use **-RegistrationWithCredential**, interactive registration is used.
205205

206-
Here's an example using **Registration with Service Principal Credential**:
206+
Example using **Registration with Service Principal Credential**:
207207

208208
```powershell
209209
$spId = "{...}"
@@ -223,7 +223,7 @@ Send-DiagnosticData
223223

224224
The cmdlet returns the stamp ID, also called the **AEOStampId**. It also shows any errors and the location of the send activity logs.
225225

226-
Here's an example of the output:
226+
Example output:
227227

228228
```console
229229
AEOStampID '<Stamp ID>' used for log tracking.

0 commit comments

Comments
 (0)