简体   繁体   中英

Unable to Register Microsoft.DataFactory using Azure PowerShell

I am new to Azure Data Factory and PowerShell and trying to register Microsoft.DataFactory in Azure subscription using following command in Azure PowerShell

Register-AzureRmResourceProvider -ProviderNamespace Microsoft.DataFactory

but getting this error.

在此处输入图片说明

Could anyone help please

Close out your PowerShell console and reopen it. Then log back in, make sure you are on the right subscription (if you have multiple), and try the command again.

Log Into Azure:

New azure module command for that is --> Login-AzAccount . I think the old command was --> Login-AzureRmAccount .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM