Skip to content

Commit 36dfcbb

Browse files
authored
Merge pull request #194416 from dksimpson/1912257-RBAC-fix-18
Update RBAC role assignment steps - batch 18
2 parents a20dfe9 + 7ad8daa commit 36dfcbb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

articles/azure-resource-manager/managed-applications/publish-managed-identity.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ms.topic: conceptual
55
ms.author: jobreen
66
author: jjbfour
77
ms.date: 05/13/2019
8+
ms.custom: subject-rbac-steps
89
---
910
# Azure Managed Application with Managed Identity
1011

@@ -191,9 +192,9 @@ A basic Azure Resource Manager template that deploys a Managed Application with
191192

192193
## Granting access to Azure resources
193194

194-
Once a Managed Application is granted an identity, it can be granted access to existing Azure resources. This process can be done through the Access control (IAM) interface in the Azure portal. The name of the Managed Application or **user-assigned identity** can be searched to add a role assignment.
195+
Once a Managed Application is granted an identity, it can be granted access to existing Azure resources by creating a role assignment.
195196

196-
![Add role assignment for Managed Application](./media/publish-managed-identity/identity-role-assignment.png)
197+
To do so, search for and select the name of the Managed Application or **user-assigned identity**, and then select **Access control (IAM)**. For detailed steps, see [Assign Azure roles using the Azure portal](../../role-based-access-control/role-assignments-portal.md).
197198

198199
## Linking existing Azure resources
199200

@@ -306,7 +307,7 @@ Once the Managed Application package is created, the Managed Application can be
306307

307308
The token of the Managed Application can now be accessed through the `listTokens` api from the publisher tenant. An example request might look like:
308309

309-
``` HTTP
310+
```http
310311
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Solutions/applications/{applicationName}/listTokens?api-version=2018-09-01-preview HTTP/1.1
311312

312313
{
@@ -327,7 +328,7 @@ userAssignedIdentities | *no* | The list of user-assigned managed identities to
327328

328329
A sample response might look like:
329330

330-
``` HTTP
331+
```http
331332
HTTP/1.1 200 OK
332333
Content-Type: application/json
333334

0 commit comments

Comments
 (0)