Skip to content

Commit 47fb431

Browse files
author
Larry
committed
adding a space to force render
1 parent 98a5531 commit 47fb431

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

articles/machine-learning/how-to-deploy-custom-docker-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If you've already trained or deployed models using Azure Machine Learning, a con
9191
9292
Follow the prompts to authenticate to the subscription.
9393
94-
[!INCLUDE [select-subscription](../../includes/machine-learning-cli-subscription.md)]
94+
[!INCLUDE [select-subscription](../../includes/machine-learning-cli-subscription.md)]
9595
9696
2. Use the following command to list the container registry for the workspace. Replace `<myworkspace>` with your Azure Machine Learning workspace name. Replace `<resourcegroup>` with the Azure resource group that contains your workspace:
9797

articles/machine-learning/how-to-manage-runs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To start a run of your experiment, use the following steps:
7575
az login
7676
```
7777

78-
[!INCLUDE [select-subscription](../../includes/machine-learning-cli-subscription.md)]
78+
[!INCLUDE [select-subscription](../../includes/machine-learning-cli-subscription.md)]
7979

8080
1. Attach a workspace configuration to the folder that contains your training script. Replace `myworkspace` with your Azure Machine Learning workspace. Replace `myresourcegroup` with the Azure resource group that contains your workspace:
8181

articles/machine-learning/how-to-manage-workspace-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ az login
3838

3939
If the CLI can open your default browser, it will do so and load a sign-in page. Otherwise, you need to open a browser and follow the instructions on the command line. The instructions involve browsing to [https://aka.ms/devicelogin](https://aka.ms/devicelogin) and entering an authorization code.
4040

41-
[!INCLUDE [select-subscription](../../includes/machine-learning-cli-subscription.md)]
41+
[!INCLUDE [select-subscription](../../includes/machine-learning-cli-subscription.md)]
4242

4343
For other methods of authenticating, see [Sign in with Azure CLI](https://docs.microsoft.com/cli/azure/authenticate-azure-cli?view=azure-cli-latest).
4444

articles/machine-learning/how-to-set-up-training-targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ For more information, see the [ScriptRunConfig](https://docs.microsoft.com/pytho
420420
421421
You can use [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest) and [Machine Learning CLI extension](reference-azure-machine-learning-cli.md) to create run configurations and submit runs on different compute targets. The following examples assume that you have an existing Azure Machine Learning Workspace and you have logged in to Azure using `az login` CLI command.
422422
423-
[!INCLUDE [select-subscription](../../includes/machine-learning-cli-subscription.md)]
423+
[!INCLUDE [select-subscription](../../includes/machine-learning-cli-subscription.md)]
424424
425425
### Create run configuration
426426

articles/machine-learning/tutorial-train-deploy-model-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ az login
7878

7979
If the CLI can open your default browser, it will do so and load a sign-in page. Otherwise, you need to open a browser and follow the instructions on the command line. The instructions involve browsing to [https://aka.ms/devicelogin](https://aka.ms/devicelogin) and entering an authorization code.
8080

81-
[!INCLUDE [select-subscription](../../includes/machine-learning-cli-subscription.md)]
81+
[!INCLUDE [select-subscription](../../includes/machine-learning-cli-subscription.md)]
8282

8383
## Install the machine learning extension
8484

0 commit comments

Comments
 (0)