Skip to content

Commit 2d4bdee

Browse files
authored
Model Deploy tasks parameters in tables
1 parent 48718f3 commit 2d4bdee

1 file changed

Lines changed: 25 additions & 2 deletions

File tree

docs/getting_started.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,37 @@ Add an artifact to the pipeline and select **AzureML Model Artifact** source typ
166166

167167
![model artifact](./images/model-artifact.png)
168168

169-
Create a stage **QA (ACI)** and add a single task to the job **Azure ML Model Deploy**. Specify task parameters as it is shown below:
169+
Create a stage **QA (ACI)** and add a single task to the job **Azure ML Model Deploy**:
170170

171171
![deploy aci](./images/deploy-aci.png)
172172

173-
In a similar way create a stage **Prod (AKS** and add a single task to the job **Azure ML Model Deploy**. Specify task parameters as it is shown below:
173+
Specify task parameters as it is shown in the table below:
174+
| Parameter | Value |
175+
| --- | --- |
176+
| Display Name | Azure ML Model Deploy |
177+
| Azure ML Workspace | mlops-AML-WS |
178+
| Inference config Path | `$(System.DefaultWorkingDirectory)/_ci-build/mlops-pipelines/code/scoring/inference_config.yml` |
179+
| Model Deployment Target | Azure Container Instance |
180+
| Deployment Name | mlopspython-aci |
181+
| Deployment Configuration file | `$(System.DefaultWorkingDirectory)/_ci-build/mlops-pipelines/code/scoring/deployment_config_aci.yml` |
182+
| Overwrite existing deployment | X |
183+
184+
185+
In a similar way create a stage **Prod (AKS** and add a single task to the job **Azure ML Model Deploy**:
174186

175187
![deploy aks](./images/deploy-aks.png)
176188

189+
Specify task parameters as it is shown in the table below:
190+
| Parameter | Value |
191+
| --- | --- |
192+
| Display Name | Azure ML Model Deploy |
193+
| Azure ML Workspace | mlops-AML-WS |
194+
| Inference config Path | `$(System.DefaultWorkingDirectory)/_ci-build/mlops-pipelines/code/scoring/inference_config.yml` |
195+
| Model Deployment Target | Azure Kubernetes Service |
196+
| Select AKS Cluster for Deployment | YOUR_DEPLOYMENT_K8S_CLUSTER |
197+
| Deployment Name | mlopspython-aks |
198+
| Deployment Configuration file | `$(System.DefaultWorkingDirectory)/_ci-build/mlops-pipelines/code/scoring/deployment_config_aks.yml` |
199+
| Overwrite existing deployment | X |
177200

178201
**Note:** Creating of a Kubernetes cluster on AKS is out of scope of this tutorial, so you should take care of it on your own.
179202

0 commit comments

Comments
 (0)