2024-11-26【Azure 环境】使用Azure bicep对多个ServicePrinciple 进行role assignment分配问题描述使用Azurebicep对多个ServicePrinciple 进行roleassignment分配 步骤如下第一步:定义传参,里面包括objectID和role的一个map如:paramservicePrincipalsarray=[ { objectId:'service-principal-object-id-1' roles:[ 'Contributor'