An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
Hi @Kent Söderlund ,
the Basic SKU of an Azure VPN Gateway can only be configured using PowerShell or Azure CLI.
Source: https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpngateways#gwsku
Using PowerShell: https://learn.microsoft.com/en-us/powershell/module/az.network/new-azvirtualnetworkgateway?view=azps-10.3.0#example-1-create-a-virtual-network-gateway
Using Azure CLI: https://learn.microsoft.com/en-us/azure/vpn-gateway/create-routebased-vpn-gateway-cli#CreateGateway
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten