Skip to content

Commit 016ba62

Browse files
committed
fixing warnings, acrolinx
1 parent 13a627c commit 016ba62

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

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

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.topic: how-to
1818

1919
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).
2020

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).
2222

2323
## Prerequisites
2424

@@ -42,7 +42,7 @@ As your needs change or your automation requirements increase, you can manage wo
4242
DefaultAzureCredential(interactive_browser_tenant_id="<TENANT_ID>")
4343
```
4444

45-
* (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`.
4646

4747
```python
4848
from azure.identity import AzureAuthorityHosts
@@ -53,7 +53,7 @@ As your needs change or your automation requirements increase, you can manage wo
5353

5454
[!INCLUDE [register-namespace](includes/machine-learning-register-namespace.md)]
5555

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 that 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).
5757

5858
* 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.
5959

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

135135
[!INCLUDE [sdk v2](includes/machine-learning-sdk-v2.md)]
136136

137-
[!notebook-python[](~/azureml-examples-main/sdk/python/resources/workspace/workspace.ipynb?name=basic_private_link_workspace_name)]
137+
[!Notebook-python[](~/azureml-examples-main/sdk/python/resources/workspace/workspace.ipynb?name=basic_private_link_workspace_name)]
138138

139139
This class requires an existing virtual network.
140140

@@ -163,7 +163,7 @@ By default, an Azure Cosmos DB instance stores the workspace metadata. Microsoft
163163

164164
#### Use your own data encryption key
165165

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).
167167

168168
Use these steps to provide your own key:
169169

@@ -278,9 +278,9 @@ These features are on by default. To turn them off:
278278

279279
:::image type="content" source="media/how-to-manage-workspace/tags.png" alt-text="Screenshot shows setting tags to prevent feedback in the workspace.":::
280280

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.
282282

283-
The preview setting is ignored on individual workspaces if it is turned off at the subscription level of that workspace.
283+
If the preview setting is disabled at the subscription level, setting it on individual workspaces is ignored.
284284

285285
To disable preview features at the subscription level:
286286

@@ -317,12 +317,12 @@ See a list of all the workspaces you have available. You can also search for a w
317317

318318
[!INCLUDE [sdk v2](includes/machine-learning-sdk-v2.md)]
319319

320-
[!notebook-python[](~/azureml-examples-main/sdk/python/resources/workspace/workspace.ipynb?name=my_ml_client)]
321-
[!notebook-python[](~/azureml-examples-main/sdk/python/resources/workspace/workspace.ipynb?name=ws_name)]
320+
[!Notebook-python[](~/azureml-examples-main/sdk/python/resources/workspace/workspace.ipynb?name=my_ml_client)]
321+
[!Notebook-python[](~/azureml-examples-main/sdk/python/resources/workspace/workspace.ipynb?name=ws_name)]
322322

323323
To obtain specific workspace details:
324324

325-
[!notebook-python[](~/azureml-examples-main/sdk/python/resources/workspace/workspace.ipynb?name=ws_location)]
325+
[!Notebook-python[](~/azureml-examples-main/sdk/python/resources/workspace/workspace.ipynb?name=ws_location)]
326326

327327
# [Portal](#tab/azure-portal)
328328

@@ -334,9 +334,9 @@ To obtain specific workspace details:
334334

335335
![Search for Azure Machine Learning workspace](./media/how-to-manage-workspace/find-workspaces.png)
336336

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

339-
1. Select a workspace to display its properties.
339+
1. To display properties, select the workspace.
340340

341341
---
342342

@@ -357,15 +357,13 @@ When you no longer need a workspace, delete it.
357357
ml_client.workspaces.begin_delete(name=ws_basic.name, delete_dependent_resources=True)
358358
```
359359

360-
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.
361361

362362
- container registry
363363
- storage account
364364
- key vault
365365
- application insights
366366

367-
associated with the workspace. Set `delete_dependent_resources` to True to delete these resources as well.
368-
369367
# [Portal](#tab/azure-portal)
370368

371369
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
388386

389387
* **Azure portal**:
390388
* If you go directly to your workspace from a share link from the SDK or 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.
392390
* 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.
393391

394392
### Workspace diagnostics

0 commit comments

Comments
 (0)