(Optional) User-assigned Managed Identity for Key Vault and Blob Storage access¶
Valtix Gateways can optionally integrate with Azure Key Vault to retrieve TLS certificates and with Blob Storage for saving PCAP (packet capture) files. User-assigned Managed Identities are used to grant access to these services.
In the Azure Portal, navigate to Managed Identities to create an identity
Alternatively in Azure Cloud Shell, run the following command:
az identity create -g <RESOURCE GROUP> -n <USER ASSIGNED IDENTITY NAME>
Click here for information on creating TLS certificate secrets in Azure Key Vault.