You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A basic CreateUIDefinition that takes a **user-assigned identity** resource as input and enables the UserAssigned identity for the Managed Application.
The CreateUIDefinition.json above generates a create user experience that has a textbox for a consumer to enter the **user-assigned identity** Azure resource ID. The generated experience would look like:
@@ -197,7 +191,7 @@ A basic Azure Resource Manager template that deploys a Managed Application with
197
191
198
192
## Granting access to Azure resources
199
193
200
-
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.
201
195
202
196

203
197
@@ -212,7 +206,7 @@ Managed Identity can also be used to deploy a Managed Application that requires
212
206
213
207
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.
214
208
215
-
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.
0 commit comments