Skip to content

Commit 15795a3

Browse files
Merge pull request #213607 from johnmarco/jm-update-disconnect-procedure
Updated procedure for server/agent disconnect
2 parents 58e52c2 + 07effe0 commit 15795a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/servers/manage-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This parameter specifies a resource in Azure Resource Manager to delete from Azu
6666
> [!NOTE]
6767
> If you have deployed one or more Azure VM extensions to your Azure Arc-enabled server and you delete its registration in Azure, the extensions remain installed and may continue performing their functions. Any machine intended to be retired or no longer managed by Azure Arc-enabled servers should first have its [extensions removed](#step-1-remove-vm-extensions) before removing its registration from Azure.
6868
69-
To disconnect using a service principal, run the following command:
69+
To disconnect using a service principal, run the command below. Be sure to specify a service principal that has the required roles for disconnecting servers; this will not be the same service principal that was used to onboard the server:
7070

7171
`azcmagent disconnect --service-principal-id <serviceprincipalAppID> --service-principal-secret <serviceprincipalPassword>`
7272

0 commit comments

Comments
 (0)