This template helps you setup a development environment where you can NAT firewall with round-robin load balancing using FreeBSD's pf on Azure.
この Azure Resource Manager (ARM) テンプレートは、マイクロソフトではなく、コミュニティのメンバーによって作成されました。各 ARM テンプレートは、マイクロソフトではなく、テンプレートの所有者によるライセンス契約に基づいて使用許諾されます。マイクロソフトは、コミュニティ メンバーによって提供および使用許諾される ARM テンプレートに対して責任を負わず、セキュリティ、互換性、パフォーマンスなどについての調査を行っていません。コミュニティ ARM テンプレートは、Microsoft サポート プログラムまたはサービスのサポート対象ではなく、手を加えずに提供され、いかなる保証もありません。
パラメーター
パラメーター名 | 説明 |
---|---|
frontendPrivateNicIP1 | Frontend VM private IP address which resides in private subnet. |
frontendPrivateNicIP2 | Frontend VM public IP address which resides in public subnet. |
backendVM1PrivateNicIP | Backend VM1 private IP address which resides in private subnet. |
backendVM2PrivateNicIP | Backend VM2 private IP address which resides in private subnet. |
frontendVmSize | Frontend VM size, please choose proper size which allow 2 NICs. |
frontendVmStorageAccountType | Type of frontend VM storage account. |
backendVmSize | Backend VM size. |
backendVmStorageAccountType | Type of backend VM storage account. |
adminUsername | User name for the Virtual Machine |
adminPassword | Password for frontend and backend VMs. |
vnetAddressPrefix | Address prefix for VNET. |
publicSubnetAddressPrefix | Address prefix for public subnet. |
privateSubnetAddressPrefix | Address prefix for private subnet. |
networkPrefix | Network prefix. |
domainNamePrefix | DNS Label for the Public IP. Must be lowercase. It should match with the following regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$ or it will raise an error. |
_artifactsLocation | The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated. |
テンプレートを使用する
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/pf-freebsd-setup/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/pf-freebsd-setup/azuredeploy.jsonAzure クロス プラットフォーム コマンド ライン インターフェイスのインストールと構成