Skip to content

Commit 8858432

Browse files
Merge pull request #285177 from sdgilley/sdg-uuf
uuf & linter updates how-to-create-compute-instance
2 parents 75d106e + 77ce422 commit 8858432

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ description: Learn how to create an Azure Machine Learning compute instance. Use
55
services: machine-learning
66
ms.service: azure-machine-learning
77
ms.subservice: compute
8-
ms.custom: devx-track-azurecli
8+
ms.custom: devx-track-azurecli, FY25Q1-Linter
99
ms.topic: how-to
1010
ms.author: sgilley
1111
author: sdgilley
1212
ms.reviewer: vijetaj
13-
ms.date: 06/10/2024
13+
ms.date: 08/21/2024
14+
# customer intent: To create a compute instance in Azure Machine Learning for development and testing purposes.
1415
---
1516

1617
# Create an Azure Machine Learning compute instance
@@ -73,10 +74,11 @@ Or use the following examples to create a compute instance with more options:
7374

7475
[!notebook-python[](~/azureml-examples-main/sdk/python/resources/compute/compute.ipynb?name=ci_basic)]
7576

76-
For more information on the classes, methods, and parameters used in this example, see the following reference documents:
77+
For more information on the classes, methods, and parameters for creating a compute instance, see the following reference documents:
7778

7879
* [`AmlCompute` class](/python/api/azure-ai-ml/azure.ai.ml.entities.amlcompute)
79-
* [`ComputeInstance` class](/python/api/azure-ai-ml/azure.ai.ml.entities.computeinstance)
80+
* [`ComputeInstance` class](/python/api/azure-ai-ml/azure.ai.ml.entities.computeinstance).
81+
* [`ComputeInstanceSshSettings` class](/python/api/azure-ai-ml/azure.ai.ml.entities.computeinstancesshsettings)
8082

8183
# [Azure CLI](#tab/azure-cli)
8284

@@ -649,9 +651,12 @@ Access the custom applications that you set up in studio:
649651
> It might take a few minutes after setting up a custom application until you can access it via the links. The amount of time taken will depend on the size of the image used for your custom application. If you see a 502 error message when trying to access the application, wait for some time for the application to be set up and try again.
650652
> If the custom image is pulled from an Azure Container Registry, you'll need a **Contributor** role for the workspace. For information on assigning roles, see [Manage access to an Azure Machine Learning workspace](how-to-assign-roles.md).
651653

652-
## Next steps
654+
## Related content
653655

654656
* [Manage an Azure Machine Learning compute instance](how-to-manage-compute-instance.md)
655657
* [Access the compute instance terminal](how-to-access-terminal.md)
656658
* [Create and manage files](how-to-manage-files.md)
657659
* [Update the compute instance to the latest VM image](concept-vulnerability-management.md#compute-instance)
660+
* Use the compute instance in VS Code:
661+
* [Tutorial: Model development on a cloud workstation](tutorial-cloud-workstation.md)
662+
* [Work in VS Code remotely connected to a compute instance (preview)](how-to-work-in-vs-code-remote.md)

0 commit comments

Comments
 (0)