The A10-vThunder-PUBLIC-IP template is used to create three new Public IP addresses in the specified resource group.
It is not mandatory to create new resources, the existing resources can be used in deployment and configuration.
Before deploying this template, it is recommended to review the Prerequisites.
There are two ways to deploy this template:
To deploy the A10-vThunder-PUBLIC-IP template using Azure Portal Console, perform the following steps:
Download A10-vThunder-PUBLIC-IP template.
From the Azure Portal > Azure services, click Deploy a custom template.
Figure 229 : Azure services
Under the Custom deployment window > Select a template tab, click Build your own template in the editor.
Figure 230 : Custom deployment window
From the Edit template window, perform either of the following step:
Figure 231 : Edit template window
Click Save.
The Custom deployment window is displayed with the template parameters and default values.
Select an existing or create a new Resource group under which you want to deploy the custom template resources.
NOTE: | Hover i for description of each corresponding parameter. |
Update the default values and provide the values in the empty fields as appropriate in the Instance details section shown in Figure 232.
Click Review+create.
The validation appears.
Click Create.
NOTE: | It may take the system several minutes to display your resources. |
Figure 233 : Resource listing under resource group
To deploy the A10-vThunder-PUBLIC-IP template using Azure CLI commands, perform the following steps:
Download A10-vThunder-PUBLIC-IP template.
NOTE: | This template contains pre-populated default values that can be modified as required and it does not create new virtual network, network security group, subnets, and Public IP. |
Configure the following parameters depending upon your requirements:
Resource Name |
Description |
---|---|
DNS Label Prefix for Virtual Machine 1 |
Specify a unique DNS Name prefix for Thunder virtual machine 1. "DNS VM1": { "value": "vth-inst1" }, |
Public IP address name for Virtual Machine 1 |
Specify a unique public IP name for management traffic for Thunder virtual machine 1.
|
Public IP zone for Virtual Machine 1 |
Specify the availability zone for the Public IP to match your virtual machine 1 deployment. By default, it is in Zone 1.
|
DNS Label Prefix for Virtual Machine 2 |
Specify a unique DNS Name prefix for Thunder virtual machine 2. "DNS VM2": { "value": "vth-inst2" }, |
Public IP address name for Virtual Machine 2 |
Specify a unique public IP name for management traffic for Thunder virtual machine 1.
|
Public IP zone for Virtual Machine 2 |
Specify the availability zone for the Public IP to match your virtual machine 2 deployment. By default, it is in Zone 1.
|
Virtual IP address (VIP) Public IP |
Specify a unique public IP name for VIP.
|
NOTE: | The Virtual Network (VN), Subnets, Network Security Group (NSG), and Public IP Address should be deployed in the same resource group. |
Run the following command to create an Azure deployment group.
PS C:\Users\TestUser\Templates> az deployment group create -g <resource_group_name> --template-file <template_name> --parameters <param_template_name>
Example:
PS C:\Users\TestUser\Templates> az deployment group create -g vth-rg1 --template-file ARM_TMPL_PUBLIC_IP.json --parameters ARM_TMPL_PUBLIC_IP_PARAM.json
Here, vth-rg1
resource group is used.
Figure 234 : Resource listing under Resource Group