@@ -11,7 +11,7 @@ metadata:
11
11
author : rolyon
12
12
manager : amycolannino
13
13
ms.author : rolyon
14
- ms.date : 02/15/2021
14
+ ms.date : 03/24/2024
15
15
16
16
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
17
17
@@ -47,8 +47,23 @@ landingContent:
47
47
- text : Secure your Azure resources with Azure RBAC
48
48
url : /training/modules/secure-azure-resources-with-rbac/
49
49
# Card
50
+ - title : List role assignments
51
+ linkLists :
52
+ - linkListType : overview
53
+ links :
54
+ - text : Understand role assignments
55
+ url : role-assignments.md
56
+ - linkListType : how-to-guide
57
+ links :
58
+ - text : List role assignments
59
+ url : /azure/role-based-access-control/role-assignments-list-portal
60
+ # Card
50
61
- title : Assign roles
51
62
linkLists :
63
+ - linkListType : reference
64
+ links :
65
+ - text : Azure built-in roles
66
+ url : built-in-roles.md
52
67
- linkListType : how-to-guide
53
68
links :
54
69
- text : Portal
@@ -61,8 +76,8 @@ landingContent:
61
76
url : role-assignments-cli.md
62
77
- text : REST API
63
78
url : role-assignments-rest.md
64
- - text : Template
65
- url : role-assignments-template .md
79
+ - text : Bicep
80
+ url : quickstart- role-assignments-bicep .md
66
81
# Card
67
82
- title : Create or update custom roles
68
83
linkLists :
@@ -74,9 +89,18 @@ landingContent:
74
89
links :
75
90
- text : Create a custom role - Portal
76
91
url : custom-roles-portal.md
77
- - linkListType : tutorial
92
+ # Card
93
+ - title : Add ABAC conditions
94
+ linkLists :
95
+ - linkListType : overview
96
+ links :
97
+ - text : What is Azure ABAC?
98
+ url : conditions-overview.md
99
+ - linkListType : concept
100
+ links :
101
+ - text : Delegate role assignment management overview
102
+ url : delegate-role-assignments-overview.md
103
+ - linkListType : how-to-guide
78
104
links :
79
- - text : Create a custom role - PowerShell
80
- url : tutorial-custom-role-powershell.md
81
- - text : Create a custom role - CLI
82
- url : tutorial-custom-role-cli.md
105
+ - text : Delegate role assignment management
106
+ url : delegate-role-assignments-portal.md
0 commit comments