We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274382d commit 9054b8dCopy full SHA for 9054b8d
articles/active-directory/enterprise-users/directory-delete-howto.md
@@ -135,7 +135,9 @@ A few enterprise applications can't be deleted in the Azure portal and might blo
135
5. Run the following commands to set the tenant context. DO NOT skip these steps or you run the risk of deleting enterprise apps from the wrong teant.
136
137
`Clear-AzContext -Scope CurrentUser`
138
+
139
`Connect-AzAccount -Tenant \<object id of the tenant you are attempting to delete\>`
140
141
`Get-AzContext`
142
143
>[!WARNING]
0 commit comments