Initialize-CafCsp
Initializes the tenant to be associated with a Cloud Solution Provider (CSP).
Syntax
Initialize-CafCsp
[-CspAppId <string>]
[-WhatIf]
Description
Retrieves all subscriptions in the tenant and deploys the CSP's foreign app registration with the necessary role assignments.
Example
Initialize-CafCsp -WhatIf
Parameter
-CspAppId The application ID of the CSP's foreign app registration.
| Property | Value |
|---|---|
| Type: | string |
| Default value: | None |
| Required: | False |
-WhatIf
If specified, only simulates the actions without making any changes.
| Property | Value |
|---|---|
| Type: | SwitchParameter |
| Default value: | False |
| Required: | False |