Private Cloud Platform Users
It can take hours to download the latest qVSA image from Qualys cloud storage account to your machine and then upload it to your Azure storage account using the Azure GUI.
If you are using a private cloud platform, you can save time by copying the image directly from Qualys cloud storage to your Azure account using Azure CLI tools.
Following are the steps to copy the image directly from Qualys cloud storage to your Azure account:
Qualys Operations provides you with a link to the qVSA image.
- Set up Azure CLI tools and log in to your Azure subscription using the Azure CLI azure login command.
- Copy the qVSA image from Qualys to your Azure subscription using this format:
azure storage blob copy start [sourceUri] [options] [destContainer]
Where:
Parameter Description [sourceUri] qVSA image link provided by Qualys Operations. -a, --account-name <accountName> The storage account name. -k, --account-key <accountKey> The storage account key. [destContainer] The destination container in the storage specified with option -a Example
azure storage blob copy starthttps://NNNimages.blob.core.windows.net/images/qVSA-Azure--X.X.x-x.vhd?st=YYYY-MM-DDT01%3A20%3A01Z&se=YYYY-MM-DDT01%3A20%3A01Z&sp=rl&sv=YYYY-MM-DD&sr=c&sig=signaturesamplexxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxD -a storageNNNN -k xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx== images
Once you have the Qualys qVSA image in the Azure Cloud storage account, you can send it to the Azure Stacks Storage account using azcopy.
Example
AzCopy.exe /Source:https://qvsaimages.blob.core.windows.net/images /Pattern:qVSA-Azure.open-2.7.29-1.vhd
/Dest:https://qvsaimages.blob.local.azurestack.external/images
/SourceKey:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
/DestKey:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx /S /SyncCopy /V
For errors and troubleshooting tips, please visit Scanner Appliance Troubleshooting and FAQs.