Skip to content

Commit fcea982

Browse files
authored
Apply suggestions from code review
1 parent 8f9dc12 commit fcea982

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/machine-learning/how-to-create-manage-compute-instance.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,15 @@ This setting can be configured during CI creation or for existing CIs via the fo
213213
### Azure policy support
214214
Administrators can use a built-in [Azure Policy](./../governance/policy/overview.md) definition to enfore auto-stop on all compute instances in a given subscription/resource-group.
215215
216-
1. Navigate to Azure Policy in the Azure Portal
217-
2. Under "Definitions", look for the idle shutdown policy
218-
:::image type="content" source="media/how-to-create-attach-studio/idle-shutdown-policy.png" alt-text="Screenshot for the idle shutdown policy in Azure Portal.":::
216+
1. Navigate to Azure Policy in the Azure portal.
217+
2. Under "Definitions", look for the idle shutdown policy.
219218
220-
3. Assign policy to the necessary scope
219+
:::image type="content" source="media/how-to-create-attach-studio/idle-shutdown-policy.png" alt-text="Screenshot for the idle shutdown policy in Azure Portal.":::
220+
221+
3. Assign policy to the necessary scope.
221222
222223
You can also create your own custom Azure policy. For example, if the below policy is assigned, all new compute instances will have auto-stop configured with a 60 minute inactivity period.
224+
223225
```json
224226
{
225227
"mode": "All",

0 commit comments

Comments
 (0)