esemény
Microsoft 365 Közösségi konferencia
máj. 6. 14 - máj. 9. 0
Az AI korszakának elsajátítása a végső közösség által vezetett Microsoft 365-eseményen, május 6-8-án Las Vegasban.
További információEzt a böngészőt már nem támogatjuk.
Frissítsen a Microsoft Edge-re, hogy kihasználhassa a legújabb funkciókat, a biztonsági frissítéseket és a technikai támogatást.
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.
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.
With pass-through billing, consumption-based charges are billed directly to the tenant registered to use the SharePoint Embedded application. Admins in the developer tenant don't need to set up a billing profile when creating a pass-through SharePoint Embedded container type. Once the container type is registered in the consuming tenant, the consuming tenant admin (SharePoint Admin or Global Admin) needs to set up the billing profile in the consuming tenant to use the SharePoint Embedded application.
A new container type will be created using SharePoint Online Management Shell:
Connect-SPOService
cmdlet by providing admin credentials associated with tenancy. For information on how to use Connect-SPOService, refer the linked documentation.An active instance of SharePoint is required in your Microsoft 365 tenant.
Users who will be authenticating into SharePoint Embedded Container Types and Containers must be in Entra ID (Members and Guests)
Megjegyzés
An Office license is not required to collaborate on Microsoft Office documents stored in a container.
For the Standard Billing container type, the developer admin needs to set up:
For standard billed container types, developer admins should set up billing in their tenant. The Microsoft 365 SharePoint Embedded Administrator serves as the developer admin. Global Administrators in Microsoft 365 can assign users the SharePoint Embedded Administrator role, which already has all the permissions of the SharePoint Embedded Administrator role. The SharePoint Embedded Admin role is available in Microsoft Entra and Microsoft 365 Admin Center.
SharePoint Embedded Admin can create a container type using the New-SPOContainerType
cmdlet by providing an Azure subscription, the resource group associated with the subscription, and a region.
New-SPOContainerType -ContainerTypeName <ContainerTypeName>
-OwningApplicationId <OwningApplicationId>
-AzureSubscriptionId <AzureSubscriptionId>
-ResourceGroup <ResourceGroup>
-Region <Region>
Fontos
Every container type must have an owning application.
A single-owning app can only own one container type at a time.
An Azure subscription can be attached to any number of container types.
You can view the properties of a container type and associated billing properties by using one of the two PowerShell cmdlets:
See all container types and billing properties except associated region:
Get-SPOContainerType
See billing properties associated with a container type including region:
Get-SPOContainerType -ContainerTypeId <ContainerTypeId>
Update Azure subscription or resource group associated with a container type:
Set-SPOContainerType -ContainerTypeId <ContainerTypeId> [-AzureSubscriptionId <AzureSubscriptionId>] [-ResourceGroup <ResourceGroup>]
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.
New-SPOContainerType -ContainerTypeName <ContainerTypeName>
-OwningApplicationId <OwningApplicationId>
-isPassThroughBilling
In Microsoft 365 admin center, select Setup, and the view the Files and Content section. Select Automate Content with Microsoft Syntex.
Select Go to Syntex settings.
Select Apps under Syntex services for, select SharePoint Embedded
Follow the instructions on the SharePoint Embedded flyer to turn on SharePoint Embedded apps.
To learn more about the supported pay-as-you-go meters, refer to the SharePoint Embedded meters article.
esemény
Microsoft 365 Közösségi konferencia
máj. 6. 14 - máj. 9. 0
Az AI korszakának elsajátítása a végső közösség által vezetett Microsoft 365-eseményen, május 6-8-án Las Vegasban.
További információOktatás
Modul
SharePoint Embedded - overview & configuration - Training
Learn how to perform the necessary setup and configuration steps to create apps for SharePoint Embedded.
Tanúsítvány
Microsoft 365 Tanúsított: Végponti Adminisztrátor Társ - Certifications
Tervezze meg és hajtsa végre a végpontok üzembehelyezési stratégiáját a modern felügyelet, a társfelügyeleti megközelítések és a Microsoft Intune integrációjának alapvető elemeivel.
Dokumentáció
SharePoint Embedded Billing Meters
This article describes the meters in SharePoint Embedded.
SharePoint Embedded Billing Management
This article describes how to view SharePoint Embedded application consumption in Azure portal.
Scenarios and Use Cases for SharePoint Embedded