Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save norman-bauer/b23d53d4f3d6737cec5dec174fdabe24 to your computer and use it in GitHub Desktop.
Save norman-bauer/b23d53d4f3d6737cec5dec174fdabe24 to your computer and use it in GitHub Desktop.
Create a Local Network Gateway in Azure using FQDN. Doing so in the portal leads to an error.
New-AzLocalNetworkGateway -Name AzureToFritzBoxVPN-LNG -ResourceGroupName AzureToFritzBoxVPN-RG -Location "West Europe" -fqdn "argq6adasd23ruo.myfritz.net" -AddressPrefix "10.1.1.0/24"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment