I have to deprovision users immediately from azure AD instead of 30 days soft delete, any fix on this issue.
CodePudding user response:
You can bypass the soft-delete mechanism by manually permanently deleting the users as stated in this official documentation.
Basically, you can do this from the Deleted users
blade of Active Directory
in Azure Portal. You need to be User Administrator
, Global Administrator
or Partner Tier1/2 Support
.