Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.46 KB

File metadata and controls

21 lines (14 loc) · 1.46 KB

Build Status

Overview

The samples in this repo run on Azure ML. Even when you run parts of them locally, they need to retrieve an offline context from Azure ML. So the first thing to do is to provision Azure resources.

  1. In Azure DevOps create a variable group called iac-aml-vg with the following variables:
name description
AZURE_RM_SVC_CONNECTION Azure DevOps service connection to Azure Subscription or Resource Group
BASE_NAME a unique name used as prefix for Azure resources to be provisioned
LOCATION Azure region where the resources should be provisoned
RESOURCE_GROUP Azure Resource Group name in which the resources should be provisioned
WORKSPACE_NAME Azure ML Workspace name

Note: The credential used for AZURE_RM_SVC_CONNECTION must have minimum contributor role to the RESOURCE_GROUP.

  1. Create an Azure DevOps pipeline from iac-create-environment-pipeline-arm.yml, and run the pipeline to provision the resources.

  2. Optionally create another pipeline from iac-remove-environment-pipeline.yml that can be used to remove the entire Resource Group where resources were previously provisioned.