Skip to content

Commit bb72c31

Browse files
Merge branch 'main' into docs-editor/manage-self-service-purchases-1738025080
2 parents 7bc5918 + e52b99e commit bb72c31

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

microsoft-365/commerce/subscriptions/allowselfservicepurchase-powershell.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ You can use the **MSCommerce** PowerShell module to:
4040
- View or modify the current setting for a specific product to either enable or disable it
4141
- For Microsoft products only: view or modify the setting for trials without payment methods
4242

43+
> [!IMPORTANT]
44+
> Self-service purchases and trials can't be completely turned off at the tenant level with a single command. The **AllowSelfServicePurchase** policy is managed on a per-product basis. You can only turn off self-services purchases and trials for the entire tenant by turning off each product individually. By default, all new products are set to allow users to make a self-service purchase.
45+
4346
## Requirements
4447

4548
To use the **MSCommerce** PowerShell module, you need:
@@ -171,6 +174,9 @@ Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId <Pr
171174

172175
This section contains information about how to view a list of self-service purchase for third-party offer types and their status, and how to set the status.
173176

177+
> [!NOTE]
178+
> Software as a subscription (SaaS) products and services subscribed to in the Azure portal aren’t blocked by the **AllowSelfServicePurchase** policy.
179+
174180
### View a list of self-service purchase third-party offer types and their status
175181

176182
To view a list of all available self-service purchase third-party offer types and the status of each, run the following command:

0 commit comments

Comments
 (0)