Skip to content

Commit ad84543

Browse files
Merge pull request #272713 from cloga/lochen-automatic-runtime-update
Lochen automatic runtime update
2 parents 1d491d0 + dbe98ec commit ad84543

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/machine-learning/prompt-flow/how-to-create-manage-runtime.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Automatic is the default option for a runtime. You can start an automatic runtim
6565

6666
- Select compute type. You can choose between serverless compute and compute instance.
6767
- If you choose serverless compute, you can set following settings:
68-
- Customize the VM size that the runtime uses.
68+
- Customize the VM size that the runtime uses. Please opt for VM series D and above. For additional information, refer to the section on [Supported VM series and sizes](../concept-compute-target.md#supported-vm-series-and-sizes)
6969
- Customize the idle time, which saves code by deleting the runtime automatically if it isn't in use.
7070
- Set the user-assigned managed identity. The automatic runtime uses this identity to pull a base image, auth with connection and install packages. Make sure that the user-assigned managed identity has Azure Container Registry `acrpull` permission. If you don't set this identity, we use the user identity by default.
7171

@@ -86,7 +86,6 @@ Automatic is the default option for a runtime. You can start an automatic runtim
8686
user_assigned_identities:
8787
'/subscriptions/<subscription_id>/resourcegroups/<resource_group_name>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/<uai_name>': {}
8888
'<UAI resource ID 2>': {}
89-
primary_user_assigned_identity: <one of the UAI resource IDs in the above list>
9089
```
9190
9291
> [!TIP]
@@ -182,7 +181,7 @@ data: <path_to_flow>/data.jsonl
182181
# identity:
183182
# type: user_identity
184183
185-
# use workspace primary UAI
184+
# use workspace first UAI
186185
# identity:
187186
# type: managed
188187

0 commit comments

Comments
 (0)