Skip to content

Commit cc3c44d

Browse files
committed
Link to Users bicep type reference docs
1 parent 754ef9b commit cc3c44d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • quickstart-templates/security-group-add-user-members

quickstart-templates/security-group-add-user-members/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
fetch `user` resources by their user principal name (UPN).
55

66
This 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

0 commit comments

Comments
 (0)