Skip to content

Commit 443f874

Browse files
committed
Updated text to pullback previous changes
1 parent 81fa706 commit 443f874

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

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

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -173,32 +173,7 @@ Azure Local VM running disconnected nested file structure:
173173

174174
### Send-DiagnosticData
175175

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.
202177

203178
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:
204179

0 commit comments

Comments
 (0)