Fortinet black logo

Optional: Using a prebuilt custom VM on Azure

Copy Link
Copy Doc ID bf4d05da-91f6-11e9-81a4-00505692583a:964
Download PDF

Optional: Using a prebuilt custom VM on Azure

Up to v3.1.2, FortiSandbox only supports Windows7_64 and Windows7 custom VM images.

To create a storage blob for the custom image:
  1. Create a new Resource group in the Azure portal.
  2. In the new resource group, create a Storage account.
  3. Go to Resource group > Storage account > Access keys to find your blob key.

  4. Create a Blob on the storage account.
  5. Download the prebuilt custom VM.
  6. Upload the prebuilt custom VM to your new blob.

To install a prebuilt custom VM using CLI:

Use the azure-vm-customized command in the FSA CLI.

For example:

> azure-vm-customized -cn -voWindows7_64 -vnWIN7X64VMvhd -s[Subscription ID] -g[this_resource_group_name] -a[this_storage_account_name] -k[this_storage_account_key] -fcustomwinvm -bcustomizedWIN7X64VM.vhd -r

> azure-vm-customized -cn -voWindows7 -vnWIN7X86VMvhd -s[Subscription ID] -g[this_resource_group_name] -a[this_storage_account_name] -k[this_storage_account_key] -f[this_blob_name] -bcustomizedWIN7X86VM.vhd -r

Optional: Using a prebuilt custom VM on Azure

Up to v3.1.2, FortiSandbox only supports Windows7_64 and Windows7 custom VM images.

To create a storage blob for the custom image:
  1. Create a new Resource group in the Azure portal.
  2. In the new resource group, create a Storage account.
  3. Go to Resource group > Storage account > Access keys to find your blob key.

  4. Create a Blob on the storage account.
  5. Download the prebuilt custom VM.
  6. Upload the prebuilt custom VM to your new blob.

To install a prebuilt custom VM using CLI:

Use the azure-vm-customized command in the FSA CLI.

For example:

> azure-vm-customized -cn -voWindows7_64 -vnWIN7X64VMvhd -s[Subscription ID] -g[this_resource_group_name] -a[this_storage_account_name] -k[this_storage_account_key] -fcustomwinvm -bcustomizedWIN7X64VM.vhd -r

> azure-vm-customized -cn -voWindows7 -vnWIN7X86VMvhd -s[Subscription ID] -g[this_resource_group_name] -a[this_storage_account_name] -k[this_storage_account_key] -f[this_blob_name] -bcustomizedWIN7X86VM.vhd -r