Currently users from our organization able to create free Azure trial, pay as you go and Azure student subscription, which makes a lot subscriptions in our tenant.
We want to disable the users from creating these subscriptions
Currently users from our organization able to create free Azure trial, pay as you go and Azure student subscription, which makes a lot subscriptions in our tenant.
We want to disable the users from creating these subscriptions
If you want to prevent a user from creating an
Azure subscription
inAzure AD
tenant, you can use belowPowerShell
script to disable AllowSelfServicePurchase for all products. but users won't be able to renew their trial accounts when AllowSelfServicePurchase is $false.Response:
Refer Disable AllowSelfServicePurchase on Q&A by @
LeonPavesic
Prevent standard users from creating subscriptions in Azure by
Marilee Turscak-MSFT