We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a27d6 commit 1ec1842Copy full SHA for 1ec1842
articles/machine-learning/prompt-flow/how-to-create-manage-runtime.md
@@ -84,7 +84,7 @@ Automatic is the default option for a runtime. You can start an automatic runtim
84
identity:
85
type: system_assigned, user_assigned
86
user_assigned_identities:
87
- '<UAI resource ID 1>': {}
+ '/subscriptions/<subscription_id>/resourcegroups/<resource_group_name>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/<uai_name>': {}
88
'<UAI resource ID 2>': {}
89
primary_user_assigned_identity: <one of the UAI resource IDs in the above list>
90
```
0 commit comments