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/machine-learning/concept-hub-workspace.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@ ms.subservice: core
8
8
ms.topic: conceptual
9
9
ms.author: larryfr
10
10
author: Blackmist
11
-
ms.reviewer: deeikele
12
-
ms.date: 05/09/2024
11
+
ms.reviewer: namanjoshi
12
+
ms.date: 04/14/2025
13
13
monikerRange: 'azureml-api-2 || azureml-api-1'
14
14
#Customer intent: As an IT administrator, I want to understand the purpose of a hub workspace for Azure Machine Learning.
15
15
---
16
16
17
17
18
-
# What is an Azure Machine Learning hub workspace? (Preview)
18
+
# What is an Azure Machine Learning hub workspace?
19
19
20
20
A hub is a kind of workspace that centrally manages security, connectivity, compute resources, and quota for a team. Once set up, a hub enables developers to create their own workspaces to organize their work while staying compliant with IT set up requirements. Sharing and reuse of configurations through a hub workspace yields better cost efficiency when deploying Azure Machine Learning at scale.
21
21
@@ -45,7 +45,7 @@ Hubs can be used as your team's collaboration environment for both ML studio and
45
45
46
46
## Set up and secure a hub for your team
47
47
48
-
Create a hub workspace in [Azure portal](how-to-manage-hub-workspace-portal.md), or using [Azure Resource Manager templates](how-to-manage-hub-workspace-template.md). You might customize networking, identity, encryption, monitoring, or tags, to meet compliance with your organization's requirements.
48
+
Create a hub workspace in [Azure portal](how-to-manage-hub-workspace-portal.md), with [Azure Resource Manager templates](how-to-manage-hub-workspace-template.md), or via [Azure Machine Learning SDK/CLI](/azure/ai-foundry/how-to/develop/create-hub-project-sdk). You might customize networking, identity, encryption, monitoring, or tags, to meet compliance with your organization's requirements.
49
49
50
50
Project workspaces that are created using a hub obtain the hub's security settings and shared resource configuration. Including the following configurations:
51
51
@@ -72,6 +72,7 @@ Once a hub is created, there are multiple ways to create a project workspace usi
72
72
1.[Using Azure AI Foundry](/azure/ai-studio/how-to/create-projects)
> When creating a workspace using a hub, there's no need to specify security settings or [associated resources](concept-workspace.md#associated-resources) because those are inherited from the hub. For example, if public network access is disabled on the hub, it is also disabled on new workspace that is created.
0 commit comments