Skip to content

Commit 5c8eb91

Browse files
billing.md
1 parent d42ee98 commit 5c8eb91

File tree

1 file changed

+7
-9
lines changed
  • docs/embedded/concepts/admin-exp/billing

1 file changed

+7
-9
lines changed

docs/embedded/concepts/admin-exp/billing/billing.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ To enable PAYG on SharePoint Embedded, you need:
2929

3030
### Roles and Permissions
3131

32-
- Admin who sets up billing relationship for SharePoint Embedded need to have owner or contributor permissions on Azure subscription.
33-
- Admin needs to have a SharePoint Embedded Administrator role to operate billing cmdlets.
32+
- Admin who sets up billing relationship for SharePoint Embedded needs to have owner or contributor permissions on Azure subscription.
33+
- Admin needs to have a SharePoint Embedded Administrator or Global Admin role to operate billing cmdlets.
3434

3535
## Set up a Standard Billing Container Type:
3636

37-
For standard billed container types, developer admin should set up billing in their tenant. Microsoft 365 SharePoint Embedded Administrator serves as the developer admin. Global Administrators in Microsoft 365 can assign users the SharePoint Embedded Administrator. The Global Administrator role already has all the permissions of the SharePoint Embedded Administrator role. A SharePoint Administrator can assign themselves the SharePoint Embedded Administrator role to act as a Developer admin for SharePoint Embedded. The SharePoint Embedded Role is available in Microsoft Entra and Microsoft 365 Admin Center.
37+
For standard billed container types, developer admin should set up billing in their tenant. Microsoft 365 SharePoint Embedded Administrator serves as the developer admin. Global Administrators in Microsoft 365 can assign users the SharePoint Embedded Administrator. The Global Administrator role already has all the permissions of the SharePoint Embedded Administrator role. A SharePoint Administrator can assign themselves the SharePoint Embedded Administrator role to act as a Developer Admin for SharePoint Embedded. The SharePoint Embedded Admin role is available in Microsoft Entra and Microsoft 365 Admin Center.
3838

3939
Here are the step-by-step instructions on how to create a standard billing container:
4040

@@ -60,9 +60,9 @@ New-SPOContainerType -ContainerTypeName <ContainerTypeName>
6060
>
6161
> An Azure subscription can be attached to any number of container types.
6262
63-
### View/Edit billing properties of Standard Container Type
63+
### View & Edit billing properties of Standard Container Type
6464

65-
View the properties of billing. You can view properties of a ContainerType and associated billing properties by using one of the two PowerShell cmdlets:
65+
You can view properties of a ContainerType and associated billing properties by using one of the two PowerShell cmdlets:
6666

6767
1. To see all Container Types and billing properties except associated region:
6868

@@ -76,14 +76,12 @@ View the properties of billing. You can view properties of a ContainerType and a
7676
Get-SPOContainerType -ContainerTypeId <ContainerTypeId>
7777
```
7878
79-
1. Update Azure subscription or resource group associated with a container type:
79+
1. To update Azure subscription or resource group associated with a container type:
8080
8181
```powershell
8282
Set-SPOContainerType -ContainerTypeId <ContainerTypeId> [-AzureSubscriptionId <AzureSubscriptionId>] [-ResourceGroup <ResourceGroup>]
8383
```
84-
## Set up a Pass-through Container Type
85-
Coming Soon
8684
87-
## SharePoint Embedded meters
85+
## SharePoint Embedded Meters
8886
Refer to the [SharePoint Embedded meters](docs/embedded/concepts/admin-exp/meters.md) article to learn more about the pay-as-you-go meters supported.
8987

0 commit comments

Comments
 (0)