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
In this article, you create, view, and delete [**Azure Machine Learning workspaces**](concept-workspace.md) for [Azure Machine Learning](overview-what-is-azure-machine-learning.md), using the [Azure portal](https://portal.azure.com) or the [SDK for Python](https://aka.ms/sdk-v2-install).
20
+
In this article, you create, view, and delete [**Azure Machine Learning workspaces**](concept-workspace.md) for [Azure Machine Learning](overview-what-is-azure-machine-learning.md), using the [Azure portal](https://portal.azure.com) or the [SDK for Python](https://aka.ms/sdk-v2-install).
21
21
22
22
As your needs change or requirements for automation increase you can also manage workspaces [using the CLI](how-to-manage-workspace-cli.md), [Azure PowerShell](how-to-manage-workspace-powershell.md), or [via the VS Code extension](how-to-setup-vs-code.md).
23
23
24
24
## Prerequisites
25
25
26
26
* An Azure subscription. 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.
27
-
* If using the Python SDK:
27
+
* If using the Python SDK:
28
28
1.[Install the SDK v2](https://aka.ms/sdk-v2-install).
29
29
1. Install azure-identity: `pip install azure-identity`. If in a notebook cell, use `%pip install azure-identity`.
30
30
1. Provide your subscription details
@@ -84,7 +84,7 @@ If you have problems in accessing your subscription, see [Set up authentication
84
84
85
85
# [Portal](#tab/azure-portal)
86
86
87
-
1. Sign in to the [Azure portal](https://portal.azure.com/) by using the credentials for your Azure subscription.
87
+
1. Sign in to the [Azure portal](https://portal.azure.com/) by using the credentials for your Azure subscription.
88
88
89
89
1. In the upper-left corner of Azure portal, select **+ Create a resource**.
90
90
@@ -131,25 +131,24 @@ If you have problems in accessing your subscription, see [Set up authentication
131
131
> [!IMPORTANT]
132
132
> For more information on using a private endpoint and virtual network with your workspace, see [Network isolation and privacy](how-to-network-security-overview.md).
1. The default network configuration is to use a **Public endpoint**, which is accessible on the public internet. To limit access to your workspace to an Azure Virtual Network you've created, under **Networking** you can instead select **Private with Internet Outbound** or **Private with Approved Outbound**. Then scroll down to configure the settings.
1. Under **Workspace Inbound access** select **Add** to open the **Create private endpoint** form.
150
149
1. On the **Create private endpoint** form, set the location, name, and virtual network to use. If you'd like 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.
1. If you selected **Private with Internet Outbound**, use the **Workspace Outbound access** section to configure the network and outbound rules.
155
154
@@ -163,8 +162,6 @@ This class requires an existing virtual network.
163
162
164
163
By default, metadata for the workspace is stored in an Azure Cosmos DB instance that Microsoft maintains. This data is encrypted using Microsoft-managed keys.
165
164
166
-
167
-
168
165
#### Use your own data encryption key
169
166
170
167
You can provide your own key for data encryption. Doing so creates the Azure Cosmos DB instance that stores metadata in your Azure subscription. For more information, see [Customer-managed keys](concept-customer-managed-keys.md).
@@ -254,7 +251,7 @@ You can turn off all feedback opportunities for a workspace. When off, users of
254
251
1. Go to workspace resource in the Azure portal
255
252
1. Open **Tags**from left navigation panel
256
253
1. Add the key value pair "ADMIN_HIDE_SURVEY: TRUE"
257
-
1. Select **Apply**.
254
+
1. Select **Apply**.
258
255
259
256
:::image type="content"source="media/how-to-manage-workspace/tags.png" alt-text="Screenshot shows setting tags to prevent feedback in the workspace.":::
260
257
@@ -283,7 +280,7 @@ When running machine learning tasks using the SDK, you require a MLClient object
***From parameters**: There's no need to have a config.json file available if you use this approach.
289
286
@@ -293,9 +290,7 @@ If you have problems in accessing your subscription, see [Set up authentication
293
290
294
291
## Find a workspace
295
292
296
-
See a list of all the workspaces you can use.
297
-
You can also search for workspace inside studio. See [Search for Azure Machine Learning assets (preview)](how-to-search-assets.md).
298
-
293
+
See a list of all the workspaces you can use. You can also search for workspace inside studio. See [Search for Azure Machine Learning assets (preview)](how-to-search-assets.md).
299
294
300
295
# [Python SDK](#tab/python)
301
296
@@ -308,27 +303,25 @@ To get details of a specific workspace:
@@ -365,7 +358,7 @@ In the [Azure portal](https://portal.azure.com/), select **Delete** at the top
365
358
* Chrome (latest version)
366
359
* Firefox (latest version)
367
360
368
-
***Azure portal**:
361
+
***Azure portal**:
369
362
* If you go directly to your workspace from a share link from the SDKor the Azure portal, you can't view the standard **Overview** page that has subscription information in the extension. In this scenario, you also can't switch to another workspace. To view another workspace, go directly to [Azure Machine Learning studio](https://ml.azure.com) and search for the workspace name.
370
363
* All assets (Data, Experiments, Computes, and so on) are available only in [Azure Machine Learning studio](https://ml.azure.com). They're *not* available from the Azure portal.
371
364
* Attempting to export a template for a workspace from the Azure portal may return an error similar to the following text: `Could not get resource of the type<type>. Resources of this type will not be exported.` As a workaround, use one of the templates provided at [https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.machinelearningservices](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.machinelearningservices) as the basis for your template.
@@ -377,7 +370,6 @@ In the [Azure portal](https://portal.azure.com/), select **Delete** at the top
@@ -397,6 +389,4 @@ To learn more about planning a workspace for your organization's requirements, s
397
389
398
390
* If you need to move a workspace to another Azure subscription, see [How to move a workspace](how-to-move-workspace.md).
399
391
400
-
401
-
402
-
For information on how to keep your Azure Machine Learning up to date with the latest security updates, see [Vulnerability management](concept-vulnerability-management.md).
392
+
For information on how to keep your Azure Machine Learning up to date with the latest security updates, see [Vulnerability management](concept-vulnerability-management.md).
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-read-write-data-v2.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,13 @@ ms.topic: how-to
9
9
ms.author: yogipandey
10
10
author: ynpandey
11
11
ms.reviewer: franksolomon
12
-
ms.date: 06/20/2023
12
+
ms.date: 02/06/2024
13
13
ms.custom:
14
14
- devplatv2
15
15
- sdkv2
16
16
- cliv2
17
+
- event-tier1-build-2022
18
+
- ignite-2022
17
19
- build-2023
18
20
- ignite-2023
19
21
#Customer intent: As an experienced Python developer, I need to read my data, to make it available to a remote compute resource, to train my machine learning models.
@@ -985,6 +986,8 @@ In the `Input` object, specify the `type` as `AssetTypes.MLTABLE` and `mode` as
985
986
> [!NOTE]
986
987
> To use [serverless compute](how-to-use-serverless-compute.md), delete `compute="cpu-cluster",` in this code.
987
988
989
+
For more information about the MLClient object, MLClient object initialization options, and how to connect to a workspace, visit [Connect to a workspace](./how-to-manage-workspace.md#connect-to-a-workspace).
0 commit comments