Skip to content

Commit f30ada4

Browse files
authored
Merge pull request #79690 from DCtheGeek/dmc-bp-identbubble
Updating MI bubble
2 parents 018a854 + c92a851 commit f30ada4

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

articles/governance/blueprints/overview.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,23 +139,30 @@ To delete blueprints, your account needs the following permissions:
139139
- `Microsoft.Blueprint/blueprints/versions/delete`
140140

141141
> [!NOTE]
142-
> The blueprint definition permissions must be granted or inherited on the management group or subscription scope where it is saved.
142+
> The blueprint definition permissions must be granted or inherited on the management group or
143+
> subscription scope where it is saved.
143144
144145
To assign or unassign a blueprint, your account needs the following permissions:
145146

146147
- `Microsoft.Blueprint/blueprintAssignments/write` - Assign a blueprint
147148
- `Microsoft.Blueprint/blueprintAssignments/delete` - Unassign a blueprint
148149

149150
> [!NOTE]
150-
> As blueprint assignments are created on a subscription, the blueprint assign and unassign permissions must be granted on a subscription scope or be inherited onto a subscription scope.
151+
> As blueprint assignments are created on a subscription, the blueprint assign and unassign
152+
> permissions must be granted on a subscription scope or be inherited onto a subscription scope.
151153
152154
All of the above permissions are included in the **Owner** role. The **Contributor** role has
153155
create blueprint and delete blueprint permissions, but does not have blueprint assignment
154156
permissions. If these built-in roles don't fit your security needs, consider creating a [custom
155157
role](../../role-based-access-control/custom-roles.md).
156158

157159
> [!NOTE]
158-
> The service principal for Azure Blueprint requires the **Owner** role on the assigned subscription in order to enable deployment. If using the portal, this role is automatically granted and revoked for the deployment. If using the REST API, this role must be manually granted, but is still automatically revoked after the deployment completes.
160+
> If using a system-assigned managed identity, the service principal for Azure Blueprint requires
161+
> the **Owner** role on the assigned subscription in order to enable deployment. If using the
162+
> portal, this role is automatically granted and revoked for the deployment. If using the REST API,
163+
> this role must be manually granted, but is still automatically revoked after the deployment
164+
> completes. If using a user-assigned managed identity, only the user creating the blueprint
165+
> assignment needs **Owner** permissions.
159166
160167
## Video overview
161168

0 commit comments

Comments
 (0)