Jason LiLy
Jason LiLy

Reputation: 764

Set-AzureRmDataFactoryV2 is not recognized the name of a cmdlet

I am trying to use the preview version of data factory. However, when I try to create an new data factory with Set-AzureRmDataFactoryV2 command in PowerShell. It returns a error: The term "Set-AzureRmDataFactoryV2" is not recognized the name of a cmdlet. Can anyone help? Thanks

Upvotes: 2

Views: 1109

Answers (1)

Mark Kromer MSFT
Mark Kromer MSFT

Reputation: 3838

Make sure you have installed AzureRM PowerShell V4.4.1 https://learn.microsoft.com/en-us/powershell/azure/install-azurerm-ps?view=azurermps-4.4.1

Upvotes: 3

Related Questions