You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -313,15 +313,15 @@ Keep the Azure Container Instances deployment active because it's a lightweight
313
313
314
314
In the Variables tab, edit your variable group (`devopsforai-aml-vg`). In the variable group definition, add these variables:
315
315
316
-
| Variable Name | Suggested Value |
317
-
| ------------------- | --------------- |
318
-
| AKS_COMPUTE_NAME | aks |
319
-
| AKS_DEPLOYMENT_NAME | mlops-aks |
320
-
321
-
Set **AKS_COMPUTE_NAME** to the _Compute name_ of the Inference Cluster that references the Azure Kubernetes Service cluster in your Azure ML Workspace.
| AKS_COMPUTE_NAME | aks | The Compute name of the inference cluster, created in the Azure ML Workspace (ml.azure.com). This connection has to be created manually before setting the value! |
319
+
| AKS_DEPLOYMENT_NAME | mlops-aks | The name of the deployed aks cluster in your subscripttion. |
322
320
323
321
After successfully deploying to Azure Container Instances, the next stage will deploy the model to Kubernetes and run a smoke test.
324
322
323
+
Set **AKS_COMPUTE_NAME** to the _Compute name_ of the Inference Cluster that references the Azure Kubernetes Service cluster in your Azure ML Workspace.
324
+
325
325

326
326
327
327
Consider enabling [manual approvals](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/approvals) before the deployment stages.
0 commit comments