Skip to content

Commit 90860d9

Browse files
authored
Merge pull request #785 from MiYanni/patch-2
CSP sign-in documentation
2 parents 6f454c8 + 4ad9922 commit 90860d9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs-conceptual/azurermps-6.11.0/authenticate-azureps.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ virtual machines running in an Azure cloud.
5151
For more information about managed identities for Azure resources, see
5252
[How to use managed identities for Azure resources on an Azure VM to acquire an access token](/azure/active-directory/managed-identities-azure-resources/how-to-use-vm-token).
5353

54+
## Sign in as a Cloud Solution Provider (CSP)
55+
56+
A [Cloud Solution Provider (CSP)](https://azure.microsoft.com/en-us/offers/ms-azr-0145p/) sign-in requires the use of `-TenantId`. Normally, this parameter can be provided as either a tenant ID or a domain name. However, for CSP sign-in, it must be provided a **tenant ID**.
57+
58+
```azurepowershell-interactive
59+
Connect-AzureRmAccount -TenantId 'xxxx-xxxx-xxxx-xxxx'
60+
```
61+
5462
## Sign in to another Cloud
5563

5664
Azure cloud services offer environments compliant with regional data-handling regulations.

0 commit comments

Comments
 (0)