How to Disable Auto-provisioning in Azure AD and what are the best Practices of it?

test A 86 Reputation points
2022-11-10T03:06:41.383+00:00

Need to disable the auto provisioning in Azure AD .. what are the best practices to disable?

Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
14,907 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Danny Zollner 7,016 Reputation points Microsoft Employee
    2022-11-10T03:37:21.467+00:00

    There aren't really any needed best practices here - as our documentation says, it's as simple as turning the status to Off. Turning the provisioning job off will not cause any cascading effects like deleting/disabling users, the provisioning service will just stop. If you're looking to ensure the job does not turn back on, you can revoke the token/credentials being used for provisioning so that even if it were re-enabled by some chance, the job would no longer have any access to perform actions.