Skip to content

Commit b523294

Browse files
fix "azure" and "id"
1 parent 158aa72 commit b523294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ A basic Azure Resource Manager template that deploys a Managed Application with
191191

192192
## Granting access to Azure resources
193193

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.
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.
195195

196196
![Add role assignment for Managed Application](./media/publish-managed-identity/identity-role-assignment.png)
197197

@@ -206,7 +206,7 @@ Managed Identity can also be used to deploy a Managed Application that requires
206206

207207
When linking the deployment of the Managed Application to existing resources, both the existing Azure resource and a **user-assigned identity** with the applicable role assignment on that resource must be provided.
208208

209-
A sample CreateUIDefinition that requires two inputs: a network interface resource ID and a user assigned identity resource id.
209+
A sample CreateUIDefinition that requires two inputs: a network interface resource ID and a user assigned identity resource ID.
210210

211211
```json
212212
{

0 commit comments

Comments
 (0)