Created on
06-20-2023
09:07 AM
Edited on
01-03-2025
02:08 AM
By
Jean-Philippe_P
Description
This article describes how to safely resize an Azure Cloud FortiGate VM instance, emphasizing the necessary prerequisites and step-by-step processes.
Scope
Microsoft Azure, FortiOS v7.4, FortiOS v7.2, FortiOS v7.0.
Solution
The resizing process is typically straightforward and efficient, but it's important to follow a few prerequisites:
- Back up the FortiGate (FGT) configuration before making any changes.
- Ensure that the FortiGate version is officially supported with the desired instance type.
- Consider the licensing implications:
- If using 'pay-as-you-go', the license will be automatically resized.
- If using a 'Bring Your Own License' (BYOL), check the CPU limit.
Refer to the 'FortiGate Public Cloud' Azure Admin Guide documentation page for each version.
Process example:
- Backup the FortiGate device configuration.
- Shut down the VM.
- Shut the VM down from the GUI or by running the CLI command execute shutdown.
- In the Azure Console, select 'Stop' for the VM. Remember to reserve public IPs if necessary.
- Wait for the VM status to change to 'Stopped (deallocated)'.
- In the Azure Portal, navigate to the VMs page and go to Availability + Scale -> Size.
- Select the desired new size for the VM and power it on.
Note: If the desired instance type is unavailable under 'Size', the solution is to redeploy the environment.
Related documents:
- FortiGate Azure datasheet
- Azure | Change the size of a virtual machine
- GitHub FortiGate Azure templates
Related articles: