Skip to content

Commit 37f9f9f

Browse files
Merge pull request SharePoint#9937 from SharePoint/Billing-Update
Billing update
2 parents 961fb57 + 2b2e927 commit 37f9f9f

File tree

1 file changed

+18
-4
lines changed
  • docs/embedded/concepts/admin-exp/billing

1 file changed

+18
-4
lines changed

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

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
title: PAYG billing for SharePoint Embedded
33
description: This article explains the billing models and how to set up PAYG billing.
4-
ms.date: 05/21/2024
4+
ms.date: 08/26/2024
55
ms.localizationpriority: high
66
---
77

88
# SharePoint Embedded billing
99

10-
SharePoint Embedded is a consumption-based Pay-as-you-go (PAYG) offering meaning you pay only for what you use. SharePoint Embedded provides two billing models which the tenant developing the SharePoint Embedded application can select for respective container types, tailoring it to their unique business requirements. The two billing models are Standard and Pass-through billing.
10+
SharePoint Embedded is a consumption-based Pay-as-you-go (PAYG) offering meaning you pay only for what you use. SharePoint Embedded provides two billing models that the tenant developing the SharePoint Embedded application can select for respective container types, tailoring it to their unique business requirements. The two billing models are Standard and Pass-through billing.
1111

1212
### Standard
1313

14-
With the standard billing model, all consumption-based charges are directly billed to the tenant that owns/develops the application. The admin in the developer tenant must establish a valid billing profile when creating a standard container type.
14+
With the standard billing model, all consumption-based charges are directly billed to the tenant who owns or develops the application. The admin in the developer tenant must establish a valid billing profile when creating a standard container type.
1515

1616
![Standard](../../../images/1bill521.png)
1717

@@ -38,7 +38,7 @@ A new container type will be created using **SharePoint Online Management Shell*
3838

3939
### Azure Subscription
4040

41-
For Standard Billing container type, the developer admin needs to set up:
41+
For the Standard Billing container type, the developer admin needs to set up:
4242

4343
- An existing SharePoint tenancy
4444
- An Azure subscription in the tenancy
@@ -92,6 +92,7 @@ You can view the properties of a container type and associated billing propertie
9292
9393
9494
## Set up a Pass-through Billing container type
95+
9596
For Pass-through Billing container types, the developer admin doesn't have to set up billing in the developer tenant. SharePoint Embedded Admin can create container type using `New-SPOContainerType` cmdlet with `isPassThroughBilling` specified.
9697
9798
```powershell
@@ -100,6 +101,19 @@ New-SPOContainerType -ContainerTypeName <ContainerTypeName>
100101
-isPassThroughBilling
101102
```
102103

104+
### [Set Up Guide in Consuming Tenant Admin Center](../../admin-exp/consuming-tenant-admin/cta.md#set-up-billing-for-pass-through-app)
105+
106+
1. In [Microsoft 365 admin center](https://admin.microsoft.com/), select **Setup**, and the view the **Files and Content** section. Select **Automate Content with Microsoft Syntex.**
107+
108+
![Microsoft 365 admin center Files and Content](../../../images/DTCBilling1.png)
109+
110+
1. Select **Go to Syntex settings**.
111+
1. Select **Apps** under **Syntex services for**, select **SharePoint Embedded**
112+
113+
![Microsoft 365 admin center SharePoint Embedded Billing setting](../../../images/DTCBilling2.png)
114+
115+
1. Follow the instructions on the **SharePoint Embedded** flyer to turn on SharePoint Embedded apps.
116+
103117
## SharePoint Embedded meters
104118

105119
Refer to the [SharePoint Embedded meters](meters.md) article to learn more about the pay-as-you-go meters supported.

0 commit comments

Comments
 (0)