Appendix C: Ivanti Connect Secure Resource Manager Template for an Existing Virtual Network
Ivanti provides sample Azure template files to deploy Ivanti Connect Secure Virtual Appliance on Azure. Users can modify this to make it suitable for their need. Visit https://www.pulsesecure.net and download the pulsesecure-ics-3-nics.zip file, and unzip it to get azuredeploy.json.
This template creates a new ICS with 3 NICs, Vnet, four subnets, NSG policies attached to ICS internal, external and management subnets and user-defined routes on the ICS internal subnet to ensure ICS is used as default gateway for L3 tunnel. All 3 NICs of ICS are configured with dynamic IP configuration and enabled IP forwarding. Public IPs are attached to the ICS external and management NIC.
The template has following sections:
This section defines the parameters used for deploying ICS on Azure. It contains parameter name, its default value and the mouse-over help text that is displayed when mouse is placed over the parameter in Azure Web portal. The parameters defined here are displayed in the Custom Deployment page of Azure portal. |
|
This section defines variables that will be used in the functions defined in the resources section. |
|
This section defines resource types that are deployed or updated in a resource group. |
|
This section defines the public IP address and FQDN returned after successful deployment of ICS on Azure. |