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
+1-26Lines changed: 1 addition & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,32 +173,7 @@ Azure Local VM running disconnected nested file structure:
173
173
174
174
### Send-DiagnosticData
175
175
176
-
The `Send-DiagnosticData` command is a diagnostic utility designed to collect and optionally transmit logs from Azure Local environments to Microsoft. It plays an important role in enabling supportability, especially in disconnected or air-gapped environments where standard protocols aren't present.
177
-
178
-
The `Send-DiagnosticData` command:
179
-
180
-
- Collects logs from the local system, including role-specific and supplementary logs
181
-
- Supports filtering by role, date range, and log type.
182
-
- Allows saving logs locally using the `-SaveToPath` parameter which is ideal for environments without direct internet access.
183
-
- Supports secure, credentialed access when saving to a network share.
184
-
185
-
### Security considerations
186
-
187
-
There are a few security considerations for log sharing:
188
-
189
-
- In air-gapped environments, use the `Send-DiagnosticData` method to extract and share diagnostic logs with Microsoft.
190
-
- Logs aren't sent automatically unless you set them up to be transmitted. You can save logs locally and review them before sharing.
191
-
- Microsoft only has access to logs if you choose to share them.
192
-
193
-
If your organization restricts direct internet connectivity from affected nodes:
194
-
195
-
- Use the `-SaveToPath` option to save logs locally.
196
-
- Move the logs to a system or VM that can connect to the internet.
197
-
- Upload the logs to Microsoft using secure support channels.
198
-
199
-
### Send logs to Microsoft
200
-
201
-
After you collect logs into a directory, either with the `Copy-DiagnosticData` cmdlet or by copying them manually, send them to Microsoft using the standalone pipeline. The pipeline Arc-enables the host (the machine running the cmdlet) to perform the operation, targets all the logs in the file location you specify, and sends them for ingestion. If log ingestion fails, the cmdlet tries up to three times and then shows the results of the send activity when it's complete.
176
+
After you collect logs into a directory, either by using the `Copy-DiagnosticData` cmdlet or by copying them manually, send them to Microsoft with the standalone pipeline. This pipeline Arc-enables the host (the machine running the cmdlet) to perform the operation, targets all the logs in the file location you provide, and sends them for ingestion to Microsoft. If log ingestion fails, the cmdlet tries up to three times and then outputs the results of the send activity when it's complete.
202
177
203
178
The **Send-DiagnosticData** cmdlet downloads and runs the standalone observability pipeline. You need to enter the credentials required to connect to Azure for the pipeline. There are two options for providing these credentials:
0 commit comments