Fortinet black logo

Prerequisite

Prerequisite

For this example, create the following resources in Azure before creating the FortiAnalyzer-VM HA cluster.

Azure Resource Group

{

"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/CMM_RG_FAZHA",

"name": "CMM_RG_FAZHA",

"location": "westeurope",

"tags": {

"CreatedOnDate": "2023-01-31T13:37:09.6658937Z"

},

"properties": {

"provisioningState": "Succeeded"

}

}

Azure Virtual Network

Set the vnet range as default to 10.0.0.0/16, added two new subnet inside of the range as below:

  • cmm_vnet_dc01 = 10.0.10.0/24
  • cmm_vnet_dc02 = 10.0.20.0/24

{

"name": "CMM_Vnet_FAZ",

"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/CMM_RG_FAZHA/providers/Microsoft.Network/virtualNetworks/CMM_Vnet_FAZ",

"etag": "W/\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"",

"type": "Microsoft.Network/virtualNetworks",

"location": "westeurope",

"tags": {},

"properties": {

"provisioningState": "Succeeded",

"resourceGuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",

"addressSpace": {

"addressPrefixes": ["10.0.0.0/16"]

},

"subnets": [

{

"name": "cmm_vnet_dc01",

"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/CMM_RG_FAZHA/providers/Microsoft.Network/virtualNetworks/CMM_Vnet_FAZ/subnets/cmm_vnet_dc01",

"etag": "W/\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"",

"properties": {

"provisioningState": "Succeeded",

"addressPrefix": "10.0.10.0/24"

},

"type": "Microsoft.Network/virtualNetworks/subnets"

},

{

"name": "cmm_vnet_dc02",

"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/CMM_RG_FAZHA/providers/Microsoft.Network/virtualNetworks/CMM_Vnet_FAZ/subnets/cmm_vnet_dc02",

"etag": "W/\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"",

"properties": {

"provisioningState": "Succeeded",

"addressPrefix": "10.0.20.0/24"

},

"type": "Microsoft.Network/virtualNetworks/subnets"

}

]

}

}

Prerequisite

For this example, create the following resources in Azure before creating the FortiAnalyzer-VM HA cluster.

Azure Resource Group

{

"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/CMM_RG_FAZHA",

"name": "CMM_RG_FAZHA",

"location": "westeurope",

"tags": {

"CreatedOnDate": "2023-01-31T13:37:09.6658937Z"

},

"properties": {

"provisioningState": "Succeeded"

}

}

Azure Virtual Network

Set the vnet range as default to 10.0.0.0/16, added two new subnet inside of the range as below:

  • cmm_vnet_dc01 = 10.0.10.0/24
  • cmm_vnet_dc02 = 10.0.20.0/24

{

"name": "CMM_Vnet_FAZ",

"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/CMM_RG_FAZHA/providers/Microsoft.Network/virtualNetworks/CMM_Vnet_FAZ",

"etag": "W/\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"",

"type": "Microsoft.Network/virtualNetworks",

"location": "westeurope",

"tags": {},

"properties": {

"provisioningState": "Succeeded",

"resourceGuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",

"addressSpace": {

"addressPrefixes": ["10.0.0.0/16"]

},

"subnets": [

{

"name": "cmm_vnet_dc01",

"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/CMM_RG_FAZHA/providers/Microsoft.Network/virtualNetworks/CMM_Vnet_FAZ/subnets/cmm_vnet_dc01",

"etag": "W/\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"",

"properties": {

"provisioningState": "Succeeded",

"addressPrefix": "10.0.10.0/24"

},

"type": "Microsoft.Network/virtualNetworks/subnets"

},

{

"name": "cmm_vnet_dc02",

"id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/CMM_RG_FAZHA/providers/Microsoft.Network/virtualNetworks/CMM_Vnet_FAZ/subnets/cmm_vnet_dc02",

"etag": "W/\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"",

"properties": {

"provisioningState": "Succeeded",

"addressPrefix": "10.0.20.0/24"

},

"type": "Microsoft.Network/virtualNetworks/subnets"

}

]

}

}