The Azure Quickstart templates are currently available in English
This template creates an Azure Machine Learning service workspace.
この Azure Resource Manager (ARM) テンプレートは、マイクロソフトではなく、コミュニティのメンバーによって作成されました。各 ARM テンプレートは、マイクロソフトではなく、テンプレートの所有者によるライセンス契約に基づいて使用許諾されます。マイクロソフトは、コミュニティ メンバーによって提供および使用許諾される ARM テンプレートに対して責任を負わず、セキュリティ、互換性、パフォーマンスなどについての調査を行っていません。コミュニティ ARM テンプレートは、Microsoft サポート プログラムまたはサービスのサポート対象ではなく、手を加えずに提供され、いかなる保証もありません。
パラメーター
パラメーター名 | 説明 |
---|---|
workspaceName | Specifies the name of the Azure Machine Learning workspace. |
location | Specifies the location for all resources. |
sku | Specifies the sku, also referred as 'edition' of the Azure Machine Learning workspace. |
storageAccountNewOrExisting | (説明なし) |
storageAccountName | (説明なし) |
storageAccountType | (説明なし) |
storageAccountResourceGroupName | (説明なし) |
keyVaultNewOrExisting | Determines whether or not a key vault should be provisioned. |
keyVaultName | (説明なし) |
keyVaultResourceGroupName | (説明なし) |
applicationInsightsNewOrExisting | (説明なし) |
applicationInsightsName | (説明なし) |
applicationInsightsResourceGroupName | (説明なし) |
containerRegistry | The container registry resource id if you want to create a link to the workspace. |
adbWorkspace | Azure Databrick workspace resource id to be linked to the workspace |
confidential_data | Specifies that the Azure Machine Learning workspace holds highly confidential data. |
encryption_status | Specifies if the Azure Machine Learning workspace should be encrypted with customer managed key. |
cmk_keyvault | Specifies the customer managed keyVault arm id. |
resource_cmk_uri | Specifies if the customer managed keyvault key uri. |
テンプレートを使用する
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 deploymentAzure PowerShell のインストールと構成
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-machine-learning-create/azuredeploy.json
コマンド ライン
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 deploymentAzure クロス プラットフォーム コマンド ライン インターフェイスのインストールと構成
az group deployment create --resource-group <my-resource-group> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-machine-learning-create/azuredeploy.json