Skip to content

Commit 85fa780

Browse files
committed
added suggestion instructions for secrets
1 parent 92a9de8 commit 85fa780

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/machine-learning/how-to-setup-mlops-github-azureml.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,16 +141,15 @@ Before you can set up an MLOps project with Machine Learning, you need to set up
141141
![GitHub Secrets](./media/how-to-setup-mlops-azureml/gh-secrets.png)
142142

143143
1. Select **New repository secret**. Name this secret **AZURE_CREDENTIALS** and paste the service principal output as the content of the secret. Select **Add secret**.
144+
![GitHub Secrets String 1](./media/how-to-setup-mlops-azureml/gh-secrets-string.png)
144145

145-
> [!TIP]
146-
> If deploying the infrastructure using terraform, add the following additional GitHub secrets using the corresponding values from the service principal output as the content of the secret:
147-
>
146+
1. Add each of the following additional GitHub secrets using the corresponding values from the service principal output as the content of the secret:
148147
> **ARM_CLIENT_ID**
149148
> **ARM_CLIENT_SECRET**
150149
> **ARM_SUBSCRIPTION_ID**
151150
> **ARM_TENANT_ID**
152151

153-
The GitHub configuration is complete.
152+
![GitHub Secrets String 2](./media/how-to-setup-mlops-azureml/gh-secrets-string2.png)
154153

155154
> [!NOTE]
156155
> This finishes the prerequisite section and the deployment of the solution accelerator can happen accordingly.
@@ -163,7 +162,7 @@ This step deploys the training pipeline to the Machine Learning workspace create
163162
> Make sure you understand the [Architectural Patterns](/azure/architecture/data-guide/technology-choices/machine-learning-operations-v2) of the solution accelerator before you checkout the MLOps v2 repo and deploy the infrastructure. In examples you'll use the [classical ML project type](/azure/architecture/data-guide/technology-choices/machine-learning-operations-v2#classical-machine-learning-architecture).
164163
165164
### Configure Machine Learning environment parameters
166-
1. Go to your repository and select the `config-infra-prod.yml` file in the root.
165+
1. Go to your repository and select the `config-infra-prod.yml` file in the root. Change the following parameters to your liking, and then **commit** the changes.
167166
168167
This config file uses the namespace and postfix values the names of the artifacts to ensure uniqueness. Update the following section in the config to your liking. Default values and settings in the files are show below:
169168

0 commit comments

Comments
 (0)