Skip to content

Commit f580b2f

Browse files
committed
Edits
1 parent ad07d03 commit f580b2f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@ A basic Azure Resource Manager template that deploys a Managed Application with
192192

193193
## Granting access to Azure resources
194194

195-
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. For detailed steps, see [Assign Azure roles using the Azure portal](../../role-based-access-control/role-assignments-portal.md).
195+
Once a Managed Application is granted an identity, it can be granted access to existing Azure resources by creating a role assignment.
196+
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).
196198

197199
## Linking existing Azure resources
198200

@@ -305,7 +307,7 @@ Once the Managed Application package is created, the Managed Application can be
305307

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

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

311313
{
@@ -326,7 +328,7 @@ userAssignedIdentities | *no* | The list of user-assigned managed identities to
326328

327329
A sample response might look like:
328330

329-
``` HTTP
331+
```http
330332
HTTP/1.1 200 OK
331333
Content-Type: application/json
332334

0 commit comments

Comments
 (0)