Fortinet black logo

Azure Administration Guide

Enabling managed identities on Azure after deployment

Copy Link
Copy Doc ID a1b148db-687a-11ea-9384-00505692583a:495664
Download PDF

Enabling managed identities on Azure after deployment

On a FortiGate previously deployed on Azure, you can enable managed identities using different interaction methods, including the Azure portal, Azure CLI, PowerShell, or a REST API.

Azure portal

The most common method is to use the Azure portal. In the FortiGate-VM resource in the Azure portal, go to Identity. On the System assigned tab, toggle the Status to On.

Azure CLI

You can adapt the following command to reflect your VM and resource group names. You can use this command in the Azure CLI installed on Azure Cloud Shell or your local system:

az vm identity assign -g myResourceGroup -n myVm

See Configure managed identities for Azure resources on an Azure VM using Azure CLI.

Enabling managed identities on Azure after deployment

On a FortiGate previously deployed on Azure, you can enable managed identities using different interaction methods, including the Azure portal, Azure CLI, PowerShell, or a REST API.

Azure portal

The most common method is to use the Azure portal. In the FortiGate-VM resource in the Azure portal, go to Identity. On the System assigned tab, toggle the Status to On.

Azure CLI

You can adapt the following command to reflect your VM and resource group names. You can use this command in the Azure CLI installed on Azure Cloud Shell or your local system:

az vm identity assign -g myResourceGroup -n myVm

See Configure managed identities for Azure resources on an Azure VM using Azure CLI.