Skip to content

Commit 2f905b2

Browse files
Added AKS compute name details (microsoft#355)
Added a clarification, that the AKS compute name comes from the inference cluster, which needs to be created to continue.
1 parent 771c8ef commit 2f905b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/getting_started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -313,15 +313,15 @@ Keep the Azure Container Instances deployment active because it's a lightweight
313313

314314
In the Variables tab, edit your variable group (`devopsforai-aml-vg`). In the variable group definition, add these variables:
315315

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.
316+
| Variable Name | Suggested Value | Description |
317+
| ------------------- | --------------- | ----------- |
318+
| 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. |
322320

323321
After successfully deploying to Azure Container Instances, the next stage will deploy the model to Kubernetes and run a smoke test.
324322

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+
325325
![build](./images/multi-stage-aci-aks.png)
326326

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

0 commit comments

Comments
 (0)