Azure Machine Learning Studio Private deployment
-
Create a file in the same folder named
azcli-values.ps1 -
Add the following content to
azcli-values.ps1:
$RG_NAME = "<resource group name>"
$SUFFIX = "<resources suffix you want>"
$LOC = "<location to use code>"
$VM_USER_NAME = "<bogus admin user name>"
$VM_PUBLIC_PORT = "<TCP port for RDP exposure on Public Internet (Reco: between 59,000 and 64,000)>"Note: replace the
<...>with your values.
- Run the deployment script in a PowerShell terminal:
az login
.\azcli-deployment.ps1- Go take a big coffee break
The deployment will take a while (at least 40 minutes).