Skip to content

Commit bbce921

Browse files
Merge pull request #301645 from khdownie/patch-5
Update file-sync-extension.md
2 parents 50fde70 + 18856b1 commit bbce921

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ Remove-AzConnectedMachineExtension `
369369
-Name <EXTENSION_NAME>
370370
```
371371

372+
This command will initiate the removal of the Azure File Sync agent extension. Upon success, the extension is unregistered in Azure, and you can no longer manage the Azure File Sync agent via the extension.
373+
372374
# [Azure CLI](#tab/azure-cli)
373375

374376
Use `az connectedmachine extension delete` to remove the extension from the Arc-enabled server:
@@ -380,6 +382,8 @@ az connectedmachine extension delete \
380382
--name "<EXTENSION_NAME>"
381383
```
382384

385+
This command will initiate the removal of the Azure File Sync agent extension. Upon success, the extension is unregistered in Azure, and you can no longer manage the Azure File Sync agent via the extension.
386+
383387
---
384388

385-
These commands will initiate the removal of the Azure File Sync agent extension. Upon success, the extension is unregistered in Azure and you can no longer manage the Azure File Sync agent via the extension. You can verify removal by checking the **Extensions** list in the Azure portal (the extension should no longer appear), or by running the validation commands above (which should no longer find the extension). If the extension fails to uninstall, check the Azure Activity Log or the extension instance view for error details.
389+
You can verify removal by checking the **Extensions** list in the Azure portal (the extension should no longer appear), or by running the validation commands above (which should no longer find the extension). If the extension fails to uninstall, check the Azure Activity Log or the extension instance view for error details.

0 commit comments

Comments
 (0)