Skip to content

Commit 4bb27e4

Browse files
committed
added caution
1 parent f00f955 commit 4bb27e4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,10 @@ This step deploys the training pipeline to the Azure Machine Learning workspace
238238
1. Select `main` as a branch and choose based on your deployment method your preferred yml path.
239239
- For a terraform scenario choose: `infrastructure/pipelines/tf-ado-deploy-infra.yml`, then select **Continue**.
240240
- For a bicep scenario choose: `infrastructure/pipelines/bicep-ado-deploy-infra.yml`, then select **Continue**.
241-
241+
242+
> [!CAUTION]
243+
> For this example, make sure you have the [Terraform extension for Azure DevOps](https://marketplace.visualstudio.com/items?itemName=ms-devlabs.custom-terraform-tasks) installed.
244+
242245
1. Run the pipeline. This will take a few minutes to finish. The pipeline should create the following artifacts:
243246
* Resource Group for your Workspace including Storage Account, Container Registry, Application Insights, Keyvault and the Azure Machine Learning Workspace itself.
244247
* In the workspace there's also a compute cluster created.
-312 Bytes
Loading

0 commit comments

Comments
 (0)