问题描述
如果要为Azure Active Directory创建ARM模板,资源下的类型应该是什么?
What should be the type under resources, if I want to create an ARM template for Azure Active Directory?
是否有用于通过ARM模板在Azure Active Directory中添加用户/组/应用程序功能的资源?
Is there any resources for adding User/Group/Application features in Azure Active Directory through ARM templates?
推荐答案
当前,没有没有方式以编程方式 设置Azure Active Directory.因此,还没有没有的ARM模板.
Currently, there is no way to programmatically provision an Azure Active Directory. Thus, there is also no ARM templates available for that.
您必须使用 Graph API (REST)或PowerShell模块,例如 AzureAD 为现有 AAD创建用户/应用.
You have to use either, the Graph API (REST) or a PowerShell Module like AzureAD to create User / Application for an existing AAD.
这篇关于Azure Active Directory的ARM模板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!