Skip to content

Latest commit

 

History

History

Template

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Azure_Connector

Deploy Qualys Azure Connector

Deploy to Azure Visualize

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

This Resource Manager Template will deploy the following:

  • Create or use an existing Azure Automation account

  • Imports the AzureAD PowerShell Module

  • Create a Credential in Automation account for your subscription

  • Create a Credential in Automation account for your Qualys Cloud Platform

  • Create a Variable in Automation account to store base url of Qualys Cloud Platform

  • Create a Powershell runbook in Automation account

  • Create a job in Azure Automation account to execute the runbook

  • Automation runbooks used by this template creates an application, a service principal and assign it delegated permission to impersonate user to call Windows Azure Service Management API with reader role.

Usage

Click on Deply to Azure icon. Deploy to Azure

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

Input Parameters:

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

  • username: "Azure username to create the application and assign permissions"
  • password: "Azure password to create the application and assign permissions"
  • qualysuserName: "Qualys username to call CloudView API"
  • qualyspassword: "Qualys password to call CloudView API"
  • baseURL: "Qualys baseurl for CloudView API"
  • automationAccountName: "The name you want to give to your automation account"
  • automationRegion: "The region where we you want to create your automation account "
  • jobId: "an unique identifier for the job created by executing the Powershell Runbook"