You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/quota.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,13 +93,25 @@ Azure Storage has a limit of 250 storage accounts per region, per subscription.
93
93
94
94
Use quotas to manage compute target allocation between multiple Azure AI Studio hubs in the same subscription.
95
95
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.
97
97
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.
99
99
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":::
101
101
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":::
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-create-attach-compute-studio.md
+14-18Lines changed: 14 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,26 +8,25 @@ ms.author: sgilley
8
8
ms.reviewer: vijetaj
9
9
ms.service: azure-machine-learning
10
10
ms.subservice: compute
11
-
ms.date: 03/04/2024
11
+
ms.date: 09/17/2024
12
12
ms.topic: how-to
13
13
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.
14
15
---
15
16
16
17
# Manage compute resources for model training and deployment in studio
17
18
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.
19
24
20
25
## Prerequisites
21
26
22
27
* 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
23
28
* An [Azure Machine Learning workspace](quickstart-create-resources.md)
24
29
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
-
31
30
## View compute targets
32
31
33
32
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:
40
39
41
40
:::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":::
You can create compute instances and compute clusters in your workspace, using the Azure Machine Learning SDK, CLI, or studio:
48
45
@@ -51,19 +48,19 @@ You can create compute instances and compute clusters in your workspace, using t
51
48
52
49
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.
53
50
54
-
## Kubernetes clusters
51
+
## Attach Kubernetes clusters
55
52
56
53
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).
57
54
58
-
## Other compute targets
55
+
## <aname="other-compute-targets"></a>Attach other compute targets
59
56
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.
61
58
62
59
1. Navigate to [Azure Machine Learning studio](https://ml.azure.com).
63
60
64
61
1. Under __Manage__, select __Compute__.
65
62
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**.
67
64
68
65
1. Select +New, then select the type of compute to attach. Not all compute types can be attached from Azure Machine Learning studio.
69
66
@@ -78,7 +75,7 @@ To use VMs created outside the Azure Machine Learning workspace, you must first
78
75
1. Select __Attach__.
79
76
80
77
81
-
To detach your compute use the following steps:
78
+
Detach your compute with the following steps:
82
79
83
80
1. In Azure Machine Learning studio, select __Compute__, __Attached compute__, and the compute you wish to remove.
84
81
1. Use the __Detach__ link to detach your compute.
@@ -87,9 +84,8 @@ To detach your compute use the following steps:
0 commit comments