Azure Powershell Get-AzDataFactory 返回错误:在命名空间中找不到资源类型'Microsoft.DataFactory'



我在Azure中使用powershell控制台运行这个commandlet:

Get-AzDataFactory -ResourceGroupName "rg-name"

我收到以下错误消息:

Get-AzDataFactory: HTTP Status Code: NotFound
Error Code: InvalidResourceType
Error Message: The resource type could not be found in 
the namespace 'Microsoft.DataFactory' for api version '2015-10-01'.
Request Id: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Timestamp (Utc):05/11/2021 17:22:11

这条消息是什么意思?我该如何解决问题?

这取决于您的Azure数据工厂版本。如果你的Azure数据工厂是v1,你应该使用这个命令Get-AzDataFactory -ResourceGroupName "rg-name"。如果是v2,则需要使用Get-AZDataFactoryV2 -ResourceGroupName "rg-name"

相关内容

  • 没有找到相关文章

最新更新