Skip to content

Commit 27ad768

Browse files
committed
freshness
1 parent 6495b41 commit 27ad768

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ description: Learn how to manage Azure Machine Learning workspaces in the Azure
55
services: machine-learning
66
ms.service: azure-machine-learning
77
ms.subservice: core
8-
ms.author: deeikele
9-
author: deeikele
8+
ms.author: larryfr
9+
author: Blackmist
1010
ms.reviewer: fsolomon
11-
ms.date: 02/06/2024
11+
ms.date: 03/05/2025
1212
ms.topic: how-to
1313
ms.custom: fasttrack-edit, FY21Q4-aml-seo-hack, contperf-fy21q4, sdkv2, event-tier1-build-2022, ignite-2022, devx-track-python
1414
---
@@ -78,7 +78,7 @@ You can create a workspace [directly in Azure Machine Learning studio](./quickst
7878

7979
[!notebook-python[](~/azureml-examples-main/sdk/python/resources/workspace/workspace.ipynb?name=basic_ex_workspace_name)]
8080

81-
* **(Preview) Use existing hub workspace**. Instead of creating a default workspace with its own security settings and [associated resources](concept-workspace.md#associated-resources), you can reuse a [hub workspace](concept-hub-workspace.md)'s shared environment. Your new 'project' workspace will obtain security settings and shared configurations from the hub including compute and connections. This example assumes that the hub workspace already exists.
81+
* **(Preview) Use existing hub workspace**. Instead of creating a default workspace with its own security settings and [associated resources](concept-workspace.md#associated-resources), you can reuse a [hub workspace](concept-hub-workspace.md)'s shared environment. Your new 'project' workspace obtains security settings and shared configurations from the hub including compute and connections. This example assumes that the hub workspace already exists.
8282

8383
```python
8484
from azure.ai.ml.entities import Project
@@ -238,7 +238,7 @@ ml_client.workspaces.begin_create(ws)
238238

239239
# [Portal](#tab/azure-portal)
240240

241-
1. Select **Customer-managed keys**, and then select **Click to select key**.
241+
1. Select **Encrypt data using a ustomer-managed key**, and then select **Click to select key**. This configuration creates Azure resources used to encrypt data in your Azure subscription. Alternatively, select **Use service-side encryption (preview)** to use service-side resources for encryption. For more information, see [Customer-managed keys](concept-customer-managed-keys.md).
242242

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

@@ -394,7 +394,7 @@ When you no longer need a workspace, delete it.
394394
[!INCLUDE [machine-learning-delete-workspace](includes/machine-learning-delete-workspace.md)]
395395

396396
> [!TIP]
397-
> The default behavior for Azure Machine Learning is to _soft delete_ the workspace. This means that the workspace is not immediately deleted, but instead is marked for deletion. For more information, see [Soft delete](./concept-soft-delete.md).
397+
> The default behavior for Azure Machine Learning is to _soft delete_ the workspace. This means that the workspace isn't immediately deleted, but instead is marked for deletion. For more information, see [Soft delete](./concept-soft-delete.md).
398398

399399
# [Python SDK](#tab/python)
400400

-1.75 KB
Loading

0 commit comments

Comments
 (0)