Skip to content

Commit fae0993

Browse files
authored
Merge pull request #322 from MicrosoftDocs/main
9/17/2024 AM Publish
2 parents 90befd6 + ec85c8e commit fae0993

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+116
-110
lines changed

articles/ai-studio/how-to/quota.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,25 @@ Azure Storage has a limit of 250 storage accounts per region, per subscription.
9393

9494
Use quotas to manage compute target allocation between multiple Azure AI Studio hubs in the same subscription.
9595

96-
By default, all hubs share the same quota as the subscription-level quota for VM families. However, you can set a maximum quota for individual VM families for more granular cost control and governance on hubs in a subscription. Quotas for individual VM families let you share capacity and avoid resource contention issues.
96+
By default, all hubs share the same quota as the subscription-level quota for VM families. However, you can set a maximum quota for individual VM families for more granular cost control and governance on hubs in a subscription. Quotas for individual VM families let you share capacity and avoid resource contention issues.
9797

98-
1. In Azure AI Studio, go to the **Home** page and select **Quota**.
98+
1. In Azure AI Studio, go to the **Home** page and select either **Model quota** or **VM quota** from the **Management** section.
9999

100-
1. Select the **Azure ML** tab to view the quota for the VM families. The quota is displayed at the subscription level in the selected Azure region. To request more quota, select the VM family and then select **Request quota**.
100+
:::image type="content" source="../media/cost-management/select-model-vm-quota.png" alt-text="Screenshot of the Model and VM quota entries in the management section." lightbox="../media/cost-management/select-model-vm-quota.png":::
101101

102-
:::image type="content" source="../media/cost-management/quota-manage.png" alt-text="Screenshot of the page to view and request quota for VM families in Azure AI Studio." lightbox="../media/cost-management/quota-manage.png":::
102+
1. When you select **Model quota**, you can view the quota for the models in the selected Azure region. To request more quota, select the model and then select **Request quota**.
103+
104+
- Use the **Show all quota** toggle to display all quota or only the currently allocated quota.
105+
- Use the **Group by** dropdown to group the list by **Quota type, Region & Model**, **Quota type, Model & Region**, or **None**. The **None** grouping displays a list of model deployments.
106+
- Expand the groupings to view information on specific model deployments. While viewing a model deployment, select the **pencil icon** in the **Quota allocation** column to edit the quota allocation for the model deployment.
107+
- Use the **charts** along the side of the page to view more details about quota usage. The charts are interactive; hovering over a section of the chart displays more information, and selecting the chart filters the list of models. Selecting the chart legend filters the data displayed in the chart.
108+
- Use the **Azure OpenAI Provisioned** link to view information about provisioned models, including a **Capacity calculator**.
109+
110+
:::image type="content" source="../media/cost-management/model-quota.png" alt-text="Screenshot of the Model quota page in Azure AI Studio." lightbox="../media/cost-management/model-quota.png":::
111+
112+
1. When you select **VM quota**, you can view the quota and usage for the virtual machine families in the selected Azure region. To request more quota, select the VM family and then select **Request quota**.
113+
114+
:::image type="content" source="../media/cost-management/vm-quota.png" alt-text="Screenshot of the VM quota page in Azure AI Studio." lightbox="../media/cost-management/vm-quota.png":::
103115

104116
## Next steps
105117

208 KB
Loading
28.4 KB
Loading
117 KB
Loading

articles/machine-learning/how-to-create-attach-compute-studio.md

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,25 @@ ms.author: sgilley
88
ms.reviewer: vijetaj
99
ms.service: azure-machine-learning
1010
ms.subservice: compute
11-
ms.date: 03/04/2024
11+
ms.date: 09/17/2024
1212
ms.topic: how-to
1313
ms.custom: build-2023
14+
# customer intent: As a professional data scientist, I want to manage compute resources for model training and deployment in Azure Machine Learning studio.
1415
---
1516

1617
# Manage compute resources for model training and deployment in studio
1718

18-
In this article, learn how to manage the compute resources you use for model training and deployment in Azure Machine studio.
19+
In this article, learn how to manage the compute resources you use for model training and deployment in Azure Machine studio.
20+
21+
With Azure Machine Learning, you can train your model on various resources or environments, collectively referred to as _compute targets_). A compute target can be a local machine or a cloud resource, such as an Azure Machine Learning Compute, Azure HDInsight, or a remote virtual machine.
22+
23+
You can also use [serverless compute](./how-to-use-serverless-compute.md) as a compute target. There's nothing for you to manage when you use serverless compute.
1924

2025
## Prerequisites
2126

2227
* If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://azure.microsoft.com/free/) today
2328
* An [Azure Machine Learning workspace](quickstart-create-resources.md)
2429

25-
## What's a compute target?
26-
27-
With Azure Machine Learning, you can train your model on a variety of resources or environments, collectively referred to as _compute targets_). A compute target can be a local machine or a cloud resource, such as an Azure Machine Learning Compute, Azure HDInsight, or a remote virtual machine.
28-
29-
You can also use [serverless compute](./how-to-use-serverless-compute.md) as a compute target. There's nothing for you to manage when you use serverless compute.
30-
3130
## View compute targets
3231

3332
To see all compute targets for your workspace, use the following steps:
@@ -40,9 +39,7 @@ To see all compute targets for your workspace, use the following steps:
4039

4140
:::image type="content" source="media/how-to-create-attach-studio/compute-targets.png" alt-text="Screenshot of view list of compute targets." lightbox="media/how-to-create-attach-studio/compute-targets.png":::
4241

43-
[!INCLUDE [retiring vms](./includes/retiring-vms.md)]
44-
45-
## Compute instance and clusters
42+
## Create compute instance and clusters
4643

4744
You can create compute instances and compute clusters in your workspace, using the Azure Machine Learning SDK, CLI, or studio:
4845

@@ -51,19 +48,19 @@ You can create compute instances and compute clusters in your workspace, using t
5148

5249
In addition, you can use the [VS Code extension](how-to-manage-resources-vscode.md#compute-clusters) to create compute instances and compute clusters in your workspace.
5350

54-
## Kubernetes clusters
51+
## Attach Kubernetes clusters
5552

5653
For information on configuring and attaching a Kubernetes cluster to your workspace, see [Configure Kubernetes cluster for Azure Machine Learning](how-to-attach-kubernetes-anywhere.md).
5754

58-
## Other compute targets
55+
## <a name="other-compute-targets"></a>Attach other compute targets
5956

60-
To use VMs created outside the Azure Machine Learning workspace, you must first attach them to your workspace. Attaching the compute resource makes it available to your workspace.
57+
To use VMs created outside the Azure Machine Learning workspace, you must first attach them to your workspace. Attaching the compute resource makes it available to your workspace.
6158

6259
1. Navigate to [Azure Machine Learning studio](https://ml.azure.com).
6360

6461
1. Under __Manage__, select __Compute__.
6562

66-
1. In the tabs at the top, select **Attached compute** to attach a compute target for **training**.
63+
1. In the tabs at the top, select **Attached compute** to attach a compute target for **training**.
6764

6865
1. Select +New, then select the type of compute to attach. Not all compute types can be attached from Azure Machine Learning studio.
6966

@@ -78,7 +75,7 @@ To use VMs created outside the Azure Machine Learning workspace, you must first
7875
1. Select __Attach__.
7976

8077

81-
To detach your compute use the following steps:
78+
Detach your compute with the following steps:
8279

8380
1. In Azure Machine Learning studio, select __Compute__, __Attached compute__, and the compute you wish to remove.
8481
1. Use the __Detach__ link to detach your compute.
@@ -87,9 +84,8 @@ To detach your compute use the following steps:
8784

8885
[!INCLUDE [ssh-access](includes/machine-learning-ssh-access.md)]
8986

90-
## Next steps
87+
## Related content
9188

9289
* Use the compute resource to [submit a training run](how-to-train-model.md).
93-
* Learn how to [efficiently tune hyperparameters](how-to-tune-hyperparameters.md) to build better models.
9490
* Once you have a trained model, learn [how and where to deploy models](how-to-deploy-online-endpoints.md).
9591
* [Use Azure Machine Learning with Azure Virtual Networks](./how-to-network-security-overview.md)

0 commit comments

Comments
 (0)