Setting up Azure ML

We recommend starting on Azure with the Azure ML Terraform setup

In order to use AzureML, you need to have environment variables named the following:

export AML_SP_PASSWORD_VALUE= 
export AML_SP_TENANT_ID= 
export AML_SP_APP_ID= 
export WORKSPACE_SUBSCRIPTION_ID= 
export WORKSPACE_RESOURCE_GROUP=
export WORKSPACE_NAME=
export AML_COMPUTE_NAME=

To set the workspace variables, follow this instruction: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-configure-environment#workspace

Create a service principal account: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-setup-authentication

az ad sp create-for-rbac --sdk-auth --name same-project-aml-auth --role Contributor --scopes /subscriptions/72ac7288-fb92-4ad6-83bc-5cfd361f47ef

AML_SP_APP_ID => clientId AML_SP_PASSWORD_VALUE => clientSecret AML_SP_TENANT_ID => tenantId