Skip to content

Commit 70c051e

Browse files
committed
fixing blockers
1 parent d07c172 commit 70c051e

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

articles/machine-learning/concept-hub-workspace.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ monikerRange: 'azureml-api-2 || azureml-api-1'
1717

1818
# What is an Azure Machine Learning hub workspace? (Preview)
1919

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 setup requirements. Sharing and reuse of configurations through a hub workspace yields better cost efficiency when deploying Azure Machine Learning at scale.
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.
2121

2222
Workspaces that are created using a hub, referred to as 'project workspaces,' obtain the same security settings and shared resource access. They don't require their own security settings or Azure [associated resources](concept-workspace.md#associated-resources). Create as many project workspaces as you need to organize your work, isolate data, or restrict access.
2323

2424
Create a hub workspace if you or your team are planning for multiple machine learning projects. Use a hub to organize your work in the same data or business domain.
2525

26-
![Diagram showing hub and project workspace relation](media/concept-hub-workspace/hub-workspace-relation.png)
26+
:::image type="content" source="media/concept-hub-workspace/hub-workspace-relation.png alt-text="Screenshot of the hub and project workspace relationship.":::
2727

2828
## Fast, but secure, AI exploration without bottleneck on IT
2929

@@ -76,7 +76,7 @@ Once a hub is created, there are multiple ways to create a project workspace usi
7676
> [!NOTE]
7777
> 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.
7878
79-
![Create workspace using hub in ML studio](media/concept-hub-workspace/project-workspace-create.png)
79+
:::image type="content" source="media/concept-hub-workspace/project-workspace-create.png" alt-text="Screenshot of creating a workspace hub in Azure Machine Learning studio.":::
8080

8181
## Default project resource group
8282

articles/machine-learning/how-to-manage-hub-workspace-portal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,12 @@ This class requires an existing virtual network.
142142

143143
1. The default network configuration uses a **Public endpoint**, which is accessible on the public internet. However, you can select **Private with Internet Outbound** or **Private with Approved Outbound** to limit access to your workspace to an Azure Virtual Network you created. Then scroll down to configure the settings.
144144

145-
:::image type="content" source="media/how-to-manage-workspace/select-private-endpoint.png" alt-text="Private endpoint selection":::
145+
:::image type="content" source="media/how-to-manage-workspace/select-private-endpoint.png" alt-text="Screenshot of the private endpoint selection.":::
146146

147147
1. Under **Workspace Inbound access** select **Add** to open the **Create private endpoint** form.
148148
1. On the **Create private endpoint** form, set the location, name, and virtual network to use. To use the endpoint with a Private DNS Zone, select **Integrate with private DNS zone** and select the zone using the **Private DNS Zone** field. Select **OK** to create the endpoint.
149149

150-
:::image type="content" source="media/how-to-manage-workspace/create-private-endpoint.png" alt-text="Private endpoint creation":::
150+
:::image type="content" source="media/how-to-manage-workspace/create-private-endpoint.png" alt-text="Screenshot of the private endpoint creation.":::
151151

152152
1. If you selected **Private with Internet Outbound**, use the **Workspace Outbound access** section to configure the network and outbound rules.
153153

@@ -204,11 +204,11 @@ ml_client.workspaces.begin_create(ws)
204204

205205
1. Select **Customer-managed keys**, and then select **Click to select key**.
206206

207-
:::image type="content" source="media/how-to-manage-workspace/advanced-workspace.png" alt-text="Customer-managed keys":::
207+
:::image type="content" source="media/how-to-manage-workspace/advanced-workspace.png" alt-text="Screenshot of the customer-managed keys.":::
208208

209209
1. On the **Select key from Azure Key Vault** form, select an existing Azure Key Vault, a key that it contains, and the key version. This key encrypts the data stored in Azure Cosmos DB. Finally, use the **Select** button to use this key.
210210

211-
:::image type="content" source="media/how-to-manage-workspace/select-key-vault.png" alt-text="Select the key":::
211+
:::image type="content" source="media/how-to-manage-workspace/select-key-vault.png" alt-text="Screenshot of the selecting a key from a key vault.":::
212212

213213
---
214214

@@ -332,7 +332,7 @@ To obtain specific workspace details:
332332

333333
1. Select **Machine Learning**.
334334

335-
![Search for Azure Machine Learning workspace](./media/how-to-manage-workspace/find-workspaces.png)
335+
:::image type="content" source="./media/how-to-manage-workspace/find-workspaces.png" alt-text="Screenshot of searching for an Azure Machine Learning workspace.":::
336336

337337
1. Look through the list of workspaces. You can filter based on subscription, resource groups, and locations.
338338

@@ -368,7 +368,7 @@ The default action doesn't automatically delete resources associated with the wo
368368

369369
In the [Azure portal](https://portal.azure.com/), select **Delete** at the top of the workspace you want to delete.
370370

371-
:::image type="content" source="./media/how-to-manage-workspace/delete-workspace.png" alt-text="Delete workspace":::
371+
:::image type="content" source="./media/how-to-manage-workspace/delete-workspace.png" alt-text="Screenshot of deleting a workspace.":::
372372

373373
---
374374

articles/machine-learning/how-to-manage-hub-workspace-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 02/29/2024
1515

1616
# Create an Azure Machine Learning hub workspace using a Bicep template
1717

18-
Use a [Microsoft Bicep](/azure/azure-resource-manager/bicep/overview) template to create an a [hub workspace](concept-hub-workspace.md) for use in ML Studio and [AI Studio](../ai-studio/what-is-ai-studio.md). A template makes it easy to create resources as a single, coordinated operation. A Bicep template is a text document that defines the resources that are needed for a deployment. It might also specify deployment parameters. Parameters are used to provide input values when using the template.
18+
Use a [Microsoft Bicep](/azure/azure-resource-manager/bicep/overview) template to create a [hub workspace](concept-hub-workspace.md) for use in ML Studio and [AI Studio](../ai-studio/what-is-ai-studio.md). A template makes it easy to create resources as a single, coordinated operation. A Bicep template is a text document that defines the resources that are needed for a deployment. It might also specify deployment parameters. Parameters are used to provide input values when using the template.
1919

2020
The template used in this article can be found at [https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.machinelearningservices/aistudio-basics](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.machinelearningservices/aistudio-basics). Both the source `main.bicep` file and the compiled Azure Resource Manager template (`main.json`) file are available. This template creates the following resources:
2121

articles/machine-learning/how-to-manage-workspace.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ If you have problems in accessing your subscription, see [Set up authentication
105105

106106
1. In the upper-left corner of Azure portal, select **+ Create a resource**.
107107

108-
:::image type="content" source="media/how-to-manage-workspace/create-workspace.gif" alt-text="Screenshot show how to create a workspace in Azure portal.":::
108+
:::image type="content" source="media/how-to-manage-workspace/create-workspace.gif" alt-text="Screenshot show how to create a workspace in Azure portal.":::
109109

110110
1. Use the search bar to find **Machine Learning**.
111111

@@ -126,7 +126,7 @@ If you have problems in accessing your subscription, see [Set up authentication
126126
| Application Insights | The application insights instance for the workspace. By default, a new one is created. |
127127
| Container Registry | The Azure Container Registry for the workspace. By default, a new one isn't initially created for the workspace. Instead, creation of a Docker image during training or deployment additionally creates that Azure Container Registry for the workspace once you need it. |
128128

129-
:::image type="content" source="media/how-to-manage-workspace/create-workspace-form.png" alt-text="Configure your workspace.":::
129+
:::image type="content" source="media/how-to-manage-workspace/create-workspace-form.png" alt-text="Screenshot of configuring your workspace.":::
130130

131131
1. When you finish the workspace configuration, select **Review + Create**. Optionally, use the [Networking](#networking), [Encryption](#encryption), [Identity](#identity), and [Tags](#tags) sections to configure more workspace settings.
132132

@@ -149,7 +149,7 @@ If you have problems in accessing your subscription, see [Set up authentication
149149

150150
1. (Preview) Optionally, select a [hub workspace](concept-hub-workspace.md), to host your workspace in a shared environment for your team, with preconfigured security, access to company resources, and shared compute.
151151

152-
:::image type="content" source="media/concept-hub-workspace/project-workspace-create.png" alt-text="Create workspace using hub in ML studio.":::
152+
:::image type="content" source="media/concept-hub-workspace/project-workspace-create.png" alt-text="Screenshot of creating a workspace using hub in Azure Machine Learning studio.":::
153153

154154
---
155155

@@ -170,12 +170,12 @@ This class requires an existing virtual network.
170170

171171
1. The default network configuration uses a **Public endpoint**, which is accessible on the public internet. However, you can select **Private with Internet Outbound** or **Private with Approved Outbound** to limit access to your workspace to an Azure Virtual Network you created. Then scroll down to configure the settings.
172172

173-
:::image type="content" source="media/how-to-manage-workspace/select-private-endpoint.png" alt-text="Private endpoint selection":::
173+
:::image type="content" source="media/how-to-manage-workspace/select-private-endpoint.png" alt-text="Screenshot of the private endpoint selection.":::
174174

175175
1. Under **Workspace Inbound access** select **Add** to open the **Create private endpoint** form.
176176
1. On the **Create private endpoint** form, set the location, name, and virtual network to use. To use the endpoint with a Private DNS Zone, select **Integrate with private DNS zone** and select the zone using the **Private DNS Zone** field. Select **OK** to create the endpoint.
177177

178-
:::image type="content" source="media/how-to-manage-workspace/create-private-endpoint.png" alt-text="Private endpoint creation":::
178+
:::image type="content" source="media/how-to-manage-workspace/create-private-endpoint.png" alt-text="Screenshot of the private endpoint creation.":::
179179

180180
1. If you selected **Private with Internet Outbound**, use the **Workspace Outbound access** section to configure the network and outbound rules.
181181

@@ -187,7 +187,7 @@ This class requires an existing virtual network.
187187

188188
1. To create a workspace with disabled internet connectivity via Studio, you should specify a hub workspace that has public network access disabled. Workspaces created without a hub in AI studio, have public internet access enabled. A private hub has a 'lock' icon.
189189

190-
:::image type="content" source="media/how-to-manage-workspace/studio-private-hub-selection.png" alt-text="A private hub has the 'lock' icon.":::
190+
:::image type="content" source="media/how-to-manage-workspace/studio-private-hub-selection.png" alt-text="Screenshot of the private hub with the 'lock' icon.":::
191191

192192
1. If you don't select a hub workspace at time of creation, the default network configuration uses a **Public endpoint**, which is accessible on the public internet.
193193

@@ -240,11 +240,11 @@ ml_client.workspaces.begin_create(ws)
240240

241241
1. Select **Customer-managed keys**, and then select **Click to select key**.
242242

243-
:::image type="content" source="media/how-to-manage-workspace/advanced-workspace.png" alt-text="Customer-managed keys":::
243+
:::image type="content" source="media/how-to-manage-workspace/advanced-workspace.png" alt-text="Screenshot of the customer-managed keys.":::
244244

245245
1. On the **Select key from Azure Key Vault** form, select an existing Azure Key Vault, a key that it contains, and the key version. This key encrypts the data stored in Azure Cosmos DB. Finally, use the **Select** button to use this key.
246246

247-
:::image type="content" source="media/how-to-manage-workspace/select-key-vault.png" alt-text="Select the key":::
247+
:::image type="content" source="media/how-to-manage-workspace/select-key-vault.png" alt-text="Screenshot of selecting a key from the key vault.":::
248248

249249
# [Studio](#tab/studio)
250250

@@ -292,7 +292,7 @@ To use code on your local environment that references this workspace, download t
292292
1. Select your workspace in [Azure studio](https://ml.azure.com)
293293
1. At the top right, select the workspace name, then select **Download config.json**
294294

295-
![Download config.json](./media/how-to-manage-workspace/configure.png)
295+
:::image type="content" source="./media/how-to-manage-workspace/configure.png" alt-text="Screenshot of the 'download config.json' option.":::
296296

297297
Place the file in the directory structure that holds your Python scripts or Jupyter Notebooks. The same directory, a subdirectory named *.azureml*, or a parent directory can hold this file. When you create a compute instance, this file is added to the correct directory on the VM for you.
298298

@@ -374,7 +374,7 @@ To obtain specific workspace details:
374374

375375
1. Select **Machine Learning**.
376376

377-
![Search for Azure Machine Learning workspace](./media/how-to-manage-workspace/find-workspaces.png)
377+
:::image type="content" source="./media/how-to-manage-workspace/find-workspaces.png" alt-text="Screenshot of searching for an Azure Machine Learning workspace.":::
378378

379379
1. Look through the list of the workspaces. You can filter based on subscription, resource groups, and locations.
380380

@@ -416,7 +416,7 @@ The default action doesn't automatically delete resources associated with the wo
416416

417417
In the [Azure portal](https://portal.azure.com/), select **Delete** at the top of the workspace you want to delete.
418418

419-
:::image type="content" source="./media/how-to-manage-workspace/delete-workspace.png" alt-text="Delete workspace":::
419+
:::image type="content" source="./media/how-to-manage-workspace/delete-workspace.png" alt-text="Screenshot of deleting a workspace.":::
420420

421421
# [Studio](#tab/studio)
422422

0 commit comments

Comments
 (0)