File tree Expand file tree Collapse file tree
quickstart-templates/security-group-add-user-members Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Configure a security group's user members, referencing users by UPN
22
3- This sample demonstrates use of the read-only ` Microsoft.Graph/Users ` bicep type which allows you to
3+ This sample demonstrates use of the read-only [ ` Microsoft.Graph/Users ` bicep type] [ users-ref ] which allows you to
44fetch ` user ` resources by their user principal name (UPN).
55
66This quickstart creates a security group and adds users, referenced via their UPNs, as members.
@@ -43,4 +43,5 @@ New-AzResourceGroupDeployment -ResourceGroupName <resource-group> -TemplateFile
4343
4444[ update-only ] :https://learn.microsoft.com/graph/templates/known-issues-graph-bicep#deployment-behavior-group-members-and-owners-are-append-only
4545[ 20-members ] :https://learn.microsoft.com/graph/templates/limitations#no-more-than-20-members-andor-owners-can-be-declared-for-a-groups-resource
46- [ no-azure-sub ] :https://learn.microsoft.com/graph/templates/how-to-deploy-without-azure-sub?view=graph-bicep-1.0&tabs=CLI
46+ [ no-azure-sub ] :https://learn.microsoft.com/graph/templates/how-to-deploy-without-azure-sub?view=graph-bicep-1.0&tabs=CLI
47+ [ users-ref ] :https://learn.microsoft.com/graph/templates/reference/users?view=graph-bicep-1.0
You can’t perform that action at this time.
0 commit comments