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/how-to-manage-hub-workspace-portal.md
+14-16Lines changed: 14 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ ms.topic: how-to
18
18
19
19
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), with the [Azure portal](https://portal.azure.com) or the [SDK for Python](https://aka.ms/sdk-v2-install).
20
20
21
-
As your needs change or your automation requirements increase, you can manage workspaces [with 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).
21
+
As your needs change or your automation requirements increase, you can manage workspaces [with the CLI](how-to-manage-workspace-cli.md), [Azure PowerShell](how-to-manage-workspace-powershell.md), or [via the Visual Studio Code extension](how-to-setup-vs-code.md).
22
22
23
23
## Prerequisites
24
24
@@ -42,7 +42,7 @@ As your needs change or your automation requirements increase, you can manage wo
* (Optional) If you're working on a [sovereign cloud](reference-machine-learning-cloud-parity.md), you need to specify the cloud into which you want to authenticate. Do this in `DefaultAzureCredential`.
45
+
* (Optional) If you're working in the [Azure Government - US](https://azure.microsoft.com/explore/global-infrastructure/government/) or [Azure China 21Vianet](/azure/china/overview-operations), you need to specify the cloud into which you want to authenticate. You can specify these regions in `DefaultAzureCredential`.
46
46
47
47
```python
48
48
from azure.identity import AzureAuthorityHosts
@@ -53,7 +53,7 @@ As your needs change or your automation requirements increase, you can manage wo
* For network isolation with online endpoints, you can use workspace-associated resources (Azure Container Registry (ACR), Storage account, Key Vault, and Application Insights) from a resource group different fromthat of your workspace. However, these resources must belong to the same subscription and tenant as your workspace. For information about the limitations that apply to securing managed online endpoints, using a workspace's managed virtual network, see [Network isolation with managed online endpoints](concept-secure-online-endpoint.md#limitations).
56
+
* For network isolation with online endpoints, you can use workspace-associated resources (Azure Container Registry (ACR), Storage account, Key Vault, and Application Insights) from a resource group different from your workspace. However, these resources must belong to the same subscription and tenant as your workspace. For information about the limitations that apply to securing managed online endpoints, using a workspace's managed virtual network, see [Network isolation with managed online endpoints](concept-secure-online-endpoint.md#limitations).
57
57
58
58
* Workspace creation also creates an Azure Container Registry (ACR) by default. Since ACR doesn't currently support unicode characters in resource group names, use a resource group that avoids these characters.
59
59
@@ -134,7 +134,7 @@ If you have problems in accessing your subscription, see [Set up authentication
@@ -163,7 +163,7 @@ By default, an Azure Cosmos DB instance stores the workspace metadata. Microsoft
163
163
164
164
#### Use your own data encryption key
165
165
166
-
You can provide your own key for data encryption. This 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).
166
+
You can provide your own key for data encryption. Using your own key 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).
167
167
168
168
Use these steps to provide your own key:
169
169
@@ -278,9 +278,9 @@ These features are on by default. To turn them off:
278
278
279
279
:::image type="content"source="media/how-to-manage-workspace/tags.png" alt-text="Screenshot shows setting tags to prevent feedback in the workspace.":::
280
280
281
-
You can turn off previews at a subscription level, ensuring that it's off for all workspace in the subscription. In this case, users in the subscription also cannot access the preview tool prior to selecting a workspace. This setting is useful for administrators who want to ensure that preview features are not used in their organization.
281
+
You can turn off previews at a subscription level, ensuring that it's off for all workspace in the subscription. In this case, users in the subscription also can't access the preview tool before selecting a workspace. This setting is useful for administrators who want to ensure that preview features aren't used in their organization.
282
282
283
-
The preview setting isignored on individual workspaces if it is turned off at the subscription level of that workspace.
283
+
If the preview setting isdisabled at the subscription level, setting it on individual workspaces is ignored.
284
284
285
285
To disable preview features at the subscription level:
286
286
@@ -317,12 +317,12 @@ See a list of all the workspaces you have available. You can also search for a w
The default action doesn't automatically delete resources
360
+
The default action doesn't automatically delete resources associated with the workspace. Set `delete_dependent_resources` to True to delete these resources as well.
361
361
362
362
- container registry
363
363
- storage account
364
364
- key vault
365
365
- application insights
366
366
367
-
associated with the workspace. Set `delete_dependent_resources` to True to delete these resources as well.
368
-
369
367
# [Portal](#tab/azure-portal)
370
368
371
369
In the [Azure portal](https://portal.azure.com/), select **Delete** at the top of the workspace you want to delete.
@@ -388,7 +386,7 @@ In the [Azure portal](https://portal.azure.com/), select **Delete** at the top
388
386
389
387
***Azure portal**:
390
388
* 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. Additionally, in this scenario, you 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.
391
-
* All assets (Data, Experiments, Computes, and so on) are only available in [Azure Machine Learning studio](https://ml.azure.com). The Azure portal does *not* offer them.
389
+
* All assets (Data, Experiments, Computes, and so on) are only available in [Azure Machine Learning studio](https://ml.azure.com). The Azure portal doesn't* offer them.
392
390
* Attempting to export a template for a workspace from the Azure portal might return an error similar to this 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.
0 commit comments