Skip to content

Commit 203b682

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#121525
We made changes to the line no: 107 Note: 'of' should be 'if'
1 parent 09a9062 commit 203b682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Automatic is the default option for a runtime. You can start an automatic runtim
104104
- If you choose compute instance, you can only set idle shutdown time.
105105
- As it is running on an existing compute instance the VM size is fixed and cannot change in runtime side.
106106
- Identity used for this runtime also is defined in compute instance, by default it uses the user identity. [Learn more about how to assign identity to compute instance](../how-to-create-compute-instance.md#assign-managed-identity)
107-
- For the idle shutdown time it is used to define life cycle of the runtime, if the runtime is idle for the time you set, it will be deleted automatically. And of you have idle shut down enabled on compute instance, then it will continue
107+
- For the idle shutdown time it is used to define life cycle of the runtime, if the runtime is idle for the time you set, it will be deleted automatically. And if you have idle shut down enabled on compute instance, then it will continue
108108
109109
:::image type="content" source="./media/how-to-create-manage-runtime/runtime-creation-automatic-compute-instance-settings.png" alt-text="Screenshot of prompt flow with advanced settings using compute instance for starting an automatic runtime on a flow page." lightbox = "./media/how-to-create-manage-runtime/runtime-creation-automatic-compute-instance-settings.png":::
110110

0 commit comments

Comments
 (0)