ADC

Configure a Citrix ADC VPX standalone instance

You can provision a single Citrix ADC VPX instance in Azure Resource Manager (ARM) portal in a standalone mode by creating the virtual machine and configuring other resources.

Before you begin

Ensure that you have the following:

  • A Microsoft Azure user account
  • Access to Microsoft Azure Resource Manager
  • Microsoft Azure SDK
  • Microsoft Azure PowerShell

On theMicrosoft Azure Portalpage, log on to the Azure Resource Manager portal by providing your user name and password.

Note

In ARM portal, clicking an option in one pane opens a new pane to the right. Navigate from one pane to another to configure your device.

Summary of configuration steps

  1. Configure a resource group
  2. Configure a network security group
  3. Configure virtual network and its subnets
  4. Configure a storage account
  5. Configure an availability set
  6. Configure a Citrix ADC VPX instance.

Configure a resource group

Create a new resource group that is a container for all your resources. Use the resource group to deploy, manage, and monitor your resources as a group.

  1. ClickNew>Management>Resource group.
  2. In theResource grouppane, enter the following details:
    • Resource group name
    • Resource group location
  3. ClickCreate.

Configure resource group

Configure a network security group

Create a network security group to assign inbound and outbound rules to control the incoming and outgoing traffic within the virtual network. Network security group allows you to define security rules for a single virtual machine and also to define security rules for a virtual network subnet.

  1. ClickNew>Networking>Network security group.
  2. In theCreate network security grouppane, enter the following details, and then clickCreate.
    • Name - type a name for the security group
    • Resource group - select the resource group from the drop-down list

Note

Ensure that you have selected the correct location. The list of resources that appear in the drop-down list is different for different locations.

Configure security group

Configure a virtual network and subnets

Virtual networks in ARM provide a layer of security and isolation to your services. VMs and services that are part of the same virtual network can access each other.

For these steps to create a virtual network and subnets.

  1. ClickNew>Networking>Virtual Network.

  2. In theVirtual Networkpane, ensure the deployment mode isResource Managerand clickCreate.

    Configure VNet subnet

  3. In theCreate virtual networkpane, enter the following values, and then clickCreate.

    • Name of the virtual network
    • Address space - type the reserved IP address block for the virtual network
    • Subnet - type the name of the first subnet (you create the second subnet later in this step)
    • Subnet address range - type the reserved IP address block of the subnet
    • Resource group - select the resource group created earlier from the drop-down list

    Configure subnet

Configure the second subnet

  1. Select the newly created virtual network fromAll resourcespane and in theSettingspane, clickSubnets.

    VNet subnet

  2. Click+Subnetand create the second subnet by entering the following details.

    • Name of the second subnet
    • Address range - type the reserved IP address block of the second subnet
    • Network security group - select the network security group from the drop-down list
  3. ClickCreate.

    VNet subnet configuration

Configure a storage account

The ARM IaaS infrastructure storage includes all services where we can store data in the form of blobs, tables, queues, and files. You can also create applications using these forms of storage data in ARM.

Create a storage account to store all your data.

  1. Click+New>Data + Storage>Storage account.
  2. In theCreate storage accountpane, enter the following details:
    • Name of the account
    • Deployment mode - make sure to selectResource Manager
    • Account kind - selectGeneral purposefrom the drop-down list
    • Replication - selectLocally redundant storagefrom the drop-down list
    • Resource group - select the newly created resource group from the drop-down list
  3. ClickCreate.

Configure storage account

Configure an availability set

An availability set guarantee that at least one VM is kept up and running in case of planned or unplanned maintenance. Two or more VMs under the same ‘availability set’ are placed on different fault domains to achieve redundant services.

  1. Click+New.
  2. ClickSee allin the MARKETPLACE pane and clickVirtual Machines.
  3. Search for availability set, and then selectAvailability setentity from the list displayed.

    Configure available set

  4. ClickCreate,and in theCreate availability setpane, enter the following details:

    • Name of the set
    • Resource group - select the newly created resource group from the drop-down list
  5. ClickCreate.

    Available configure set

Configure a Citrix ADC VPX instance

创建一个实例的Citrix ADC VPX与启示l network. Obtain the Citrix ADC VPX image from the Azure Marketplace, and then use the Azure Resource Manager portal to create a Citrix ADC VPX instance.

Before you begin creating the Citrix ADC VPX instance, make sure that you have created a virtual network with required subnets in which the instance resides. You can create virtual networks during VM provisioning, but without the flexibility to create different subnets. For information about creating virtual networks, seehttp://azure.microsoft.com/en-us/documentation/articles/create-virtual-network/.

Optionally, configure DNS server and VPN connectivity that allows a virtual machine to access internet resources.

Note

Citrix recommends that you create resource group, network security group, virtual network, and other entities before you provision the Citrix ADC VPX VM, so that the network information is available during provisioning.

  1. Click+New>Networking.
  2. ClickSee Alland in the Networking pane, clickCitrix ADC 13.0.
  3. SelectCitrix ADC 13.0 VPX Bring Your Own Licensefrom the list of software plans.

    As a quick way to find any entity on ARM portal, you can also type the name of the entity in the Azure Marketplace search box and press . Type NetScaler in the search box to find the Citrix NetScaler images.

    Configure VPX instance

    Note

    Ensure to select the latest image. Your Citrix NetScaler image might have the release number in the name.

  4. On theCitrix ADC VPX Bring Your Own Licensepage, from the drop-down list, selectResource Managerand clickCreate.

    Configure VPX instance1

  5. In theCreate virtual machinepane, specify the required values in each section to create a virtual machine. ClickOKin each section to save your configuration.

Basic:

  • Name - specify a name for the Citrix ADC VPX instance
  • VM disk type - select SSD (default value) or HDD from the drop-down menu
  • User name and Password - specify a user name and password to access the resources in the resource group that you have created
  • Authentication Type - select SSH Public Key or Password
  • Resource group - select the resource group you have created from the drop-down list

You can create a resource group here, but Citrix recommends that you create a resource group from Resource groups in Azure Resource Manager and then select the group from the drop-down list.

Note

In an Azure stack environment, in addition to the basic parameters, specify the following parameters:

  • Azure stack domain
  • Azure stack tenant (Optional)
  • Azure client (Optional)
  • Azure client secret (Optional)

Size:

Depending on the VM disk type, SDD, or HDD, you selected in Basic settings, the disk sizes are displayed.

  • Select a disk size according to your requirement and clickSelect.

Settings:

  • Select the default (Standard) disk type
  • Storage account - select the storage account
  • Virtual network - select the virtual network
  • Subnet - set the subnet address
  • Public IP address - select the type of IP address assignment
  • Network security group - select the security group that you have created. Ensure that inbound and outbound rules are configured in the security group.
  • Availability Set - select the availability set from the drop-down menu box

Summary:

The configuration settings are validated and the Summary page displays the result of the validation. If the validation fails, the Summary page displays the reason of the failure. Go back to the particular section and make changes as required. If the validation passes, clickOK.

Buy:

Review the offer details and legal terms on the Purchase page and clickPurchase.

For high availability deployment, create two independent instances of Citrix ADC VPX in the same availability set and in the same resource group to deploy them in active-standby configuration.

Configure a Citrix ADC VPX standalone instance