Skip to content

Commit d759df3

Browse files
authored
Update containertypes.md
1 parent 5fcefae commit d759df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/embedded/concepts/app-concepts/containertypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following restrictions are applied to container type in the trial status:
4444

4545
## Standard/Non-trial use
4646

47-
A standard container type, by definition, has a billing profile associated with it and can be either regular billed or direct to consumer billed. A standard container type is created using the [New-SPOContainerType]([./New-SPOContainerType.md](https://github.com/ShreyasSar26/OfficeDocs-SharePoint-PowerShell/blob/patch-1/sharepoint/sharepoint-ps/sharepoint-online/New-SPOContainerType.md)) cmdlet . In case of regular billing, the next step after creation is the addition of a billing profile using the [Add-SPOContainerTypeBilling]([./Add-SPOContainerTypeBilling.md](https://learn.microsoft.com/en-us/powershell/module/sharepoint-online/add-spocontainertypebilling?view=sharepoint-ps)) cmdlet. With the use of `-IsPassThroughBilling`, you can create a direct to customer billed container type. There is no need to attach a billing profile in case this case. You need the following to create a container type in the standard status:
47+
A standard container type, by definition, has a billing profile associated with it and can be either regular billed or direct to consumer billed. A standard container type is created using the [New-SPOContainerType]((https://github.com/ShreyasSar26/OfficeDocs-SharePoint-PowerShell/blob/patch-1/sharepoint/sharepoint-ps/sharepoint-online/New-SPOContainerType.md)) cmdlet . In case of regular billing, the next step after creation is the addition of a billing profile using the [Add-SPOContainerTypeBilling]((https://learn.microsoft.com/en-us/powershell/module/sharepoint-online/add-spocontainertypebilling?view=sharepoint-ps)) cmdlet. With the use of `-IsPassThroughBilling`, you can create a direct to customer billed container type. There is no need to attach a billing profile in case this case. You need the following to create a container type in the standard status:
4848

4949
- An Azure subscription and Resource Group must be present in the Azure portal, in case of regular billed.
5050
- An App registration must be created in Microsoft Entra ID

0 commit comments

Comments
 (0)