This template creates an Azure Machine Learning aks compute.
This Azure Resource Manager template was created by a member of the community and not by Microsoft. Each Resource Manager template is licensed to you under a licence agreement by its owner, not Microsoft. Microsoft is not responsible for Resource Manager templates provided and licensed by community members and does not screen for security, compatibility, or performance. Community Resource Manager templates are not supported under any Microsoft support programme or service, and are made available AS IS without warranty of any kind.
Parameters
Parameter Name | Description |
---|---|
computeName | The exposed port for the compute instance. |
dnsServiceIP | The exposed port for the compute instance. |
vnetResourceGroupName | Name of the resource group which holds the VNET to which you want to inject your compute in. |
vnetName | Name of the vnet which you want to inject your compute in. |
subnetName | Name of the subnet inside the VNET which you want to inject your compute in. |
location | The exposed port for the compute instance. |
dockerBridgeCidr | The exposed port for the compute instance. |
serviceCidr | The exposed port for the compute instance. |
agentVmSize | The Azure VM size of the agent VM nodes. This cannot be changed once the cluster is created. |
agentCount | The number of agent nodes in the Container Service.. |
cert | The SSL cert data in PEM format encoded as base64 string |
key | The SSL key data in PEM format encoded as base64 string. |
cname | The CName of the cert. |
leafDomainLabel | The leaf domain label of public endpoint. |
overwriteExistingDomain | Value indicating whether to overwrite existing domain label. |
renew | Value indicating whether to renew certificate. |
sslStatus | SSL status. Allowed values are Enabled and Disabled. |
workspaceName | The exposed port for the compute instance. |
Use the template
PowerShell
New-AzResourceGroup -Name <resource-group-name> -Location <resource-group-location> #use this command when you need to create a new resource group for your deploymentInstall and configure Azure PowerShell
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.machinelearningservices/machine-learning-compute-create-akscompute/azuredeploy.json
Command line
az group create --name <resource-group-name> --location <resource-group-location> #use this command when you need to create a new resource group for your deploymentInstall and Configure the Azure Cross-Platform Command-Line Interface
az group deployment create --resource-group <my-resource-group> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.machinelearningservices/machine-learning-compute-create-akscompute/azuredeploy.json