Skip to content

Commit 5be64f3

Browse files
authored
Merge pull request #199152 from Blackmist/moe-updates
incorporating feedback
2 parents 1c1dd67 + 9db3290 commit 5be64f3

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

articles/machine-learning/how-to-secure-online-endpoint.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,14 @@ The following diagram shows how communications flow through private endpoints to
3131

3232
* You must install and configure the Azure CLI and ML extension. For more information, see [Install, set up, and use the CLI (v2)](how-to-configure-cli.md).
3333

34-
* You must have an Azure Resource group, in which you (or the service principal you use) need to have `Contributor` access. You'll have such a resource group if you configured your ML extension per the above article.
34+
* You must have an Azure Resource Group, in which you (or the service principal you use) need to have `Contributor` access. You'll have such a resource group if you configured your ML extension per the above article.
3535

3636
* You must have an Azure Machine Learning workspace, and the workspace must use a private endpoint. If you don't have one, the steps in this article create an example workspace, VNet, and VM. For more information, see [Configure a private endpoint for Azure Machine Learning workspace](how-to-configure-private-link.md).
3737

38+
* The Azure Container Registry for your workspace must be configured for __Premium__ tier. For more information, see [Azure Container Registry service tiers](/azure/container-registry/container-registry-skus).
39+
40+
* The Azure Container Registry and Azure Storage Account must be in the same Azure Resource Group as the workspace.
41+
3842
> [!IMPORTANT]
3943
> The end-to-end example in this article comes from the files in the __azureml-examples__ GitHub repository. To clone the samples repository and switch to the repository's `cli/` directory, use the following commands:
4044
>
@@ -74,7 +78,7 @@ The following are the resources that the deployment communicates with over the p
7478
* The Azure Storage blob that is the default storage for the workspace.
7579
* The Azure Container Registry for the workspace.
7680

77-
When you configure the `egress_public_network_access` to `disabled`, a new private endpoint is created per deployment, per service. For example, if you set the flag to `true` for three deployments to an online endpoint, nine private endpoints are created. Each deployment would have three private endpoints that are used to communicate with the workspace, blob, and container registry.
81+
When you configure the `egress_public_network_access` to `disabled`, a new private endpoint is created per deployment, per service. For example, if you set the flag to `disabled` for three deployments to an online endpoint, nine private endpoints are created. Each deployment would have three private endpoints that are used to communicate with the workspace, blob, and container registry.
7882

7983
```azurecli
8084
az ml online-deployment create -f deployment.yml --set egress_public_network_access=disabled

articles/machine-learning/toc.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -491,21 +491,8 @@
491491
items:
492492
- name: Deploy an ML model with an online endpoint
493493
href: how-to-deploy-managed-online-endpoints.md
494-
- name: Security
495-
items:
496-
- name: Authenticate to endpoints
497-
href: how-to-authenticate-online-endpoint.md
498-
- name: Network isolation with managed online endpoints
499-
displayName: network, vnet, secure
500-
href: how-to-secure-online-endpoint.md
501-
- name: Managed online endpoints VM SKU list
502-
href: reference-managed-online-endpoints-vm-sku-list.md
503494
- name: Safe rollout for online endpoints
504495
href: how-to-safely-rollout-managed-endpoints.md
505-
- name: Autoscale managed online endpoints
506-
href: how-to-autoscale-endpoints.md
507-
- name: Access Azure resources from online endpoints
508-
href: how-to-access-resources-from-endpoints-managed-identities.md
509496
- name: Deployment scenarios
510497
items:
511498
- name: Deploy a MLflow model with an online endpoint
@@ -521,6 +508,19 @@
521508
href: how-to-deploy-with-rest.md
522509
- name: Deploy an AutoML model with an online endpoint
523510
href: how-to-deploy-automl-endpoint.md
511+
- name: Security
512+
items:
513+
- name: Authenticate to endpoints
514+
href: how-to-authenticate-online-endpoint.md
515+
- name: Network isolation with managed online endpoints
516+
displayName: network, vnet, secure
517+
href: how-to-secure-online-endpoint.md
518+
- name: Access Azure resources from online endpoints
519+
href: how-to-access-resources-from-endpoints-managed-identities.md
520+
- name: Autoscale managed online endpoints
521+
href: how-to-autoscale-endpoints.md
522+
- name: Managed online endpoints VM SKU list
523+
href: reference-managed-online-endpoints-vm-sku-list.md
524524
- name: Viewing managed online endpoint costs
525525
href: how-to-view-online-endpoints-costs.md
526526
- name: Monitoring managed online endpoints

0 commit comments

Comments
 (0)