ARM Template for Azure Active Directory

What should be the type under resources if I want to create an ARM template for Azure Active Directory?

Are there any resources for adding User / Group / Application functionality to Azure Active Directory using ARM templates?

+3


source to share


2 answers


There is currently no way to programmatically expose Azure Active Directory. So there are no ARM templates available for this.



You must use either the Graph API (REST) ​​or a PowerShell module like AzureAD to create a user / app for an existing AAD.

+3


source


I'm pretty sure there aren't, looking at the Azure ARM schematic. I don't see anything related to Azure AD. You can see the ARM Schema here .



+1


source







All Articles