Prevent Trial Subscriptions Being Created in Tenant

William Fairbrother 1 Reputation point
2021-01-08T12:44:32.66+00:00

Hi - some users in my organization have been creating trial subscriptions in our tenant. Is there anyway to ban this via policy ? I can remove them but dont think it's desirable that this can happen. Thanks,William

Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
1,020 questions
Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Vasil Michev 119.8K Reputation points MVP Volunteer Moderator
    2021-01-08T15:29:23.017+00:00

    Yes, there are few places you will need to adjust this at. The generic setting can be found in the Azure AD portal or toggled with:

    Set-MsolCompanySettings -AllowAdhocSubscriptions $false

    In addition, there is some new bs covering self-service purchase of things like Project/Visio/Power platform, you can disable it as detailed here:

    https://learn.microsoft.com/en-us/microsoft-365/commerce/subscriptions/allowselfservicepurchase-powershell?view=o365-worldwide#example-script-to-disable-allowselfservicepurchase

    4 people found this answer helpful.
    0 comments No comments

  2. Mukesh Bhakar 36 Reputation points
    2022-02-22T16:13:00.157+00:00

    There is no such way as of now to do this. I was following up with MS and nothing was available. Only O365 is possible.

    2 people found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.