**Background**
I am attempting to link up multiple VNets with one another in Azure. To do this I am following this tutorial:
VNet-to-VNet: Connecting Virtual Networks in Azure across Different Regions
I also found another reference that does about the same:
Azure VNET to VNET VPN, across regions and data centers: not so complicated
**Problem**
Both tutorials state that I have to set a gateway key through the cmdlet 'Set-AzureVNetGatewayKey'. This however seems to be a non-existant cmdlet. Everything was successful till this point.
I am also unable to find the said command in the Azure Cmdlet Reference
Does anyone know of an alternative way???
I am attempting to link up multiple VNets with one another in Azure. To do this I am following this tutorial:
VNet-to-VNet: Connecting Virtual Networks in Azure across Different Regions
I also found another reference that does about the same:
Azure VNET to VNET VPN, across regions and data centers: not so complicated
**Problem**
Both tutorials state that I have to set a gateway key through the cmdlet 'Set-AzureVNetGatewayKey'. This however seems to be a non-existant cmdlet. Everything was successful till this point.
PS C:\> Set-AzureVNetGatewayKey -VNetName SDNWAPS -LocalNetworkSiteName SDNWAPS
SharedKey *********Set-AzureVNetGatewayKey : The term 'Set-AzureVNetGatewayKey' is not recognized as
the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is
correct and try again.
I am also unable to find the said command in the Azure Cmdlet Reference
Does anyone know of an alternative way???