Skip to main content

HySecure 1-Node Deployment

Environment#

  • Hysecure 1-Node Deployment in Azure Cloud
  • Gateway Version: v5230, v5299 & v5353

Pre-Requisite#

Sign in to Azure#

Sign in to the Azure portal.

Create a Resource Group.#

  • Azure Portal >> Resource Group >> Click on New.

    img

  • Add New Resource Group Details and click on Review + Create.

    SettingsValues
    SubscriptionSelect your subscription.
    Resource GroupSelect Create new. Enter HySecure-Resource-Group Select OK.
    RegionSelect (Asia Pacific) Central India.
    Project TagsAccops HySecure Gateway

    img

  • Review Resource Group

    img

    More info About Resource Group.

Create a Virtual Network.#

  • Azure Portal >> Virtual Network >> Click on New.

    img

  1. In the Virtual Networks page, select New.

  2. In Create virtual network, enter or select this information in the Basics tab:

  3. Select the IP Addresses tab, or select the Next: IP Addresses button at the bottom of the page.

  4. In IPv4 address space, select the existing address space and change it to 10.20.1.0/24.

  5. Select + Add subnet, then enter HySecure-Subnet for Subnet name and 10.20.1.0/25 for Subnet address range.

  6. Select Add.

  7. Select the Security tab, or select the Next: Security button at the bottom of the page.

  8. Add Tags.

  9. Select the Review + create tab or select the Review + create button.

  10. Select Create.

    More Info About Azure Virtual Network.

Create Network Security group#

https://docs.microsoft.com/en-us/azure/virtual-network/quick-create-portal

Create Storage Account#

Create virtual machine#

Go to Azure Market place and deploy Accops Gateway.

Create virtual machines#

Create 1-Node Hysecure VM#

  1. On the upper-left side of the portal, select Create a resource > Compute > Virtual machine.

  2. In Create a virtual machine, type or select the values in the Basics tab:

    SettingValue
    Project Details
    SubscriptionSelect your Azure subscription
    Resource GroupSelect HySecure-Resource-Group
    Instance details
    Virtual machine nameEnter HySecure-Primary-Node
    RegionSelect (Asia Pacific) Central India
    Availability OptionsSelect No infrastructure redundancy required
    ImageSelect Accops HySecure build v5299
    Azure Spot instanceSelect No
    SizeChoose VM size or take default setting
    Administrator account
    UsernameEnter a username
    PasswordEnter a password
    Confirm passwordReenter password
    Inbound port rules
    Public inbound portsSelect None.
  3. Select the Disks, then Next: Networking.

  4. In the Networking tab, select or enter:

    SettingValue
    Network interface
    Virtual networkSelect HySecure-Virtual-Network.
    SubnetSelect Hysecure-Subnet
    Public IPSelect Create
    NIC network security groupSelect HySecure-Network-Security
    Public inbound ports networkAdd 443.
  5. Select the Review + create tab, or select the blue Review + create button at the bottom of the page.

  6. Review the settings, and then select Create.

Clean up resources#

When no longer needed, you can delete the resource group, virtual machine, and all related resources.

Go to the resource group for the virtual machine, then select Delete resource group. Confirm the name of the resource group to finish deleting the resources.

Next steps#

In this quickstart, you deployed a simple virtual machine, opened a network port for web traffic, and installed a basic web server.

Last updated on by Pravind Kumar