Skip to content

Commit d94a7c2

Browse files
committed
delete comments
1 parent bba1b6e commit d94a7c2

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

articles/machine-learning/how-to-deploy-online-endpoints.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,6 @@ Before following the steps in this article, make sure you have the following pre
6868

6969
* Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure Machine Learning. To perform the steps in this article, your user account must be assigned the __owner__ or __contributor__ role for the Azure Machine Learning workspace, or a custom role allowing `Microsoft.MachineLearningServices/workspaces/onlineEndpoints/*`. For more information, see [Manage access to an Azure Machine Learning workspace](how-to-assign-roles.md).
7070

71-
<!-- * If you haven't already set the defaults for the Azure CLI, save your default settings. To avoid passing in the values for your subscription, workspace, and resource group multiple times, run this code:
72-
73-
```azurecli
74-
az account set --subscription <subscription ID>
75-
az configure --defaults workspace=<Azure Machine Learning workspace name> group=<resource group>
76-
``` -->
77-
7871
---
7972

8073
### Virtual machine quota allocation for deployment
@@ -187,14 +180,6 @@ cd azureml-examples/cli/endpoints/online/model-1
187180
> [!TIP]
188181
> Use `--depth 1` to clone only the latest commit to the repository, which reduces time to complete the operation.
189182
190-
<!-- Open a terminal in the Azure Machine Learning studio:
191-
192-
1. Sign into [Azure Machine Learning studio](https://ml.azure.com).
193-
1. Select your workspace, if it isn't already open.
194-
1. On the left, select **Notebooks**.
195-
1. Select **Open terminal**.
196-
-->
197-
198183
### Download files from the examples repository
199184

200185
If you cloned the examples repo, your local machine already has copies of the files for this example, and you can skip to the next section. If you didn't clone the repo, you can download it to your local machine.

0 commit comments

Comments
 (0)