Skip to content

Commit 5204b9c

Browse files
committed
fix blocking issues
1 parent 3992706 commit 5204b9c

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

articles/storage/file-sync/file-sync-extension.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,6 @@ Get-AzConnectedMachineExtension `
316316
-Name <EXTENSION_NAME>
317317
```
318318

319-
Here is sample output.
320-
321-
:::image type="content" source="media/file-sync-extension/file-sync-extension-powershell.png" alt-text="Screenshot showing how to validate the Azure File Sync agent extension for Windows through PowerShell.":::
322-
323319
# [Azure CLI](#tab/azure-cli)
324320

325321
You can use Azure CLI to confirm that the extension is installed and in a succeeded state.
@@ -333,10 +329,6 @@ az connectedmachine extension show \
333329
--name "<EXTENSION_NAME>"
334330
```
335331

336-
Here is sample output.
337-
338-
:::image type="content" source="media/file-sync-extension/file-sync-extension-azure-cli.png" alt-text="Screenshot showing how to validate the Azure File Sync agent extension for Windows through Azure CLI.":::
339-
340332
---
341333

342334
The output will include information about the extension, such as its **provisioningState** (which should be *Succeeded* if the agent installed correctly), the **Type** (extension type name), and the **typeHandlerVersion** (which indicates the version of the Azure File Sync agent that was installed). Verify that the provisioning state is successful and that the reported version matches the expected agent version. If the extension isn't listed or the status isn't successful, review error details in the output or in the Azure portal for troubleshooting.
59.7 KB
Loading

0 commit comments

Comments
 (0)