Skip to content

mkhanal1/CloudAgent-Azure-ARMTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CloudAgent-Azure-ARMTemplate

Installing Cloud Agent on Azure Virtual Machines by using Azure Resource Manager template

License

THIS SCRIPT IS PROVIDED TO YOU "AS IS." TO THE EXTENT PERMITTED BY LAW, QUALYS HEREBY DISCLAIMS ALL WARRANTIES AND LIABILITY FOR THE PROVISION OR USE OF THIS SCRIPT. IN NO EVENT SHALL THESE SCRIPTS BE DEEMED TO BE CLOUD SERVICES AS PROVIDED BY QUALYS

Description

You can use Azure Resource Manager template to install Cloud Agent (CA) on Azure Linux or Windows VM using VM extension.

Usage

Using Azure Portal

  • Deploy CA on Linux VM Deploy to Azure Linux VM

  • Deploy CA on Windows VM Deploy to Azure Windows VM

OR

Using Powershell

PS C:\ New-AzureRmResourceGroupDeployment -VMName VM_NAME -ResourceGroupName RESOURCE_GROUP_NAME -Location VM_LOCATION -TemplateFile TEMPLATE_FILE_PATH -TemplateParameterFile TEMPLATE_PARAMETER_FILE_PATH

Where,

TEMPLATE_FILE_PATH = the path of the template file

TEMPLATE_PARAMETER_FILE_PATH = the path of parameter file for the template

Input Parameters: utilize azuredeploy-parameters.json as an example to supply parameters field.

  • vmName: The name of the Virtual Machine where you want to install Qualys CA
  • vmlocation: The location of the Virtual Machine
  • LicenseCode: The License Code from your Qualys Subscription

Ensure that you input all the required fields asked in parameters section.

Important Links

How to Retrieve License Code from Qualys Subscription

Releases

No releases published

Packages

No packages published