This template creates a KEMP LoadMaster with two interfaces into existing Subnets.
この Azure Resource Manager (ARM) テンプレートは、マイクロソフトではなく、コミュニティのメンバーによって作成されました。各 ARM テンプレートは、マイクロソフトではなく、テンプレートの所有者によるライセンス契約に基づいて使用許諾されます。マイクロソフトは、コミュニティ メンバーによって提供および使用許諾される ARM テンプレートに対して責任を負わず、セキュリティ、互換性、パフォーマンスなどについての調査を行っていません。コミュニティ ARM テンプレートは、Microsoft サポート プログラムまたはサービスのサポート対象ではなく、手を加えずに提供され、いかなる保証もありません。
パラメーター
パラメーター名 | 説明 |
---|---|
balPassword | Password for bal account |
existingvirtualNetworkResourceGroup | Name of the resource group that contains the existing virutal network. |
existingvirtualNetworkName | Name of the existing virutal network the KEMP LoadMaster will be deployed to. |
existingsubnetName1 | Name of the existing subnet in the virtual network you want to use |
existingsubnetName2 | Name of the existing subnet in the virtual network you want to use |
テンプレートを使用する
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/kemp-loadmaster-multinic/azuredeploy.jsonAzure PowerShell のインストールと構成
コマンド ライン
azure config mode arm azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/kemp-loadmaster-multinic/azuredeploy.jsonAzure クロス プラットフォーム コマンド ライン インターフェイスのインストールと構成