0

I have requirement to configure secondary interface on azure vm.For this we require Add-AzureNetworkInterfaceConfig cmdlets which is not recognized when i am executing the command.Could someone help me to install cmdlets on azure powershell.

2 Answers2

0

First, make sure you have the latest cmdlets (can be installed from here: http://azure.microsoft.com/en-us/downloads/). Current version is 0.8.14. You can check your version by running get-module azure.

Trondh
  • 3,221
  • 1
  • 25
  • 34
0

You can download the release you require from here AzurePowershell Release

Pradebban Raja
  • 443
  • 5
  • 20