Installing Cloud Agent on Azure Virtual Machines by using Azure Resource Manager template
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
You can use Azure Resource Manager template to install Cloud Agent (CA) on Azure Linux or Windows VM using VM extension.
Using Azure Portal
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.