Templat Azure Quickstart saat ini tersedia dalam bahasa Inggris
This template creates an Azure Machine Learning aks compute.
Templat Azure Resource Manager ini dibuat oleh anggota komunitas dan bukan oleh Microsoft. Setiap templat Resource Manager dilisensikan kepada Anda berdasarkan perjanjian lisensi oleh pemiliknya, bukan Microsoft. Microsoft tidak bertanggung jawab atas templat Resource Manager yang disediakan dan dilisensikan oleh anggota komunitas dan tidak menyaring keamanan, kompatibilitas, atau performa. Templat Community Resource Manager tidak didukung di bawah program atau layanan dukungan Microsoft apa pun, dan tersedia SEBAGAIMANA ADANYA tanpa jaminan apa pun.
Parameter
Nama Parameter | Deskripsi |
---|---|
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. |
Menggunakan templat
Windows 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 deploymentMenginstal dan mengonfigurasi 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
Baris perintah
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 deploymentMenginstal dan Mengonfigurasi 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