The subscription is not registered to use namespace 'Microsoft.DataFactory error

后端 未结 9 2055
旧时难觅i
旧时难觅i 2021-01-03 22:31

Going through this tutorial \"Create a pipeline with Copy Activity using Visual Studio\" and recieving this error when i hit publish.

9条回答
  •  伪装坚强ぢ
    2021-01-03 22:58

    You can use also az command-line tool

    • To register
    az provider register --namespace Microsoft.DataFactory
    
    • Notes

    Execute both commands before to log in and switch to the desired subscription

    az login
    az account set --subscription 
    

提交回复
热议问题