ResourceNotFound,资源组'...'下的资源Microsoft.DataFactory / factories / ...未找到

问题描述 投票:-1回答:1

我正在通过web中给出的控制台跟随azure rest api调用。虽然我们正确设置了所有内容并尝试检索附加到资源组的数据工厂中的管道,但会出现以下错误。如果有人知道如何摆脱这个错误,请帮助我。

找不到资源组“ADFResourceGroup”下的资源“Microsoft.DataFactory / factories / avengersadf”。

GET https://management.azure.com/subscriptions/guid/resourceGroups/ADFResourceGroup/providers/Microsoft.DataFactory/factories/avengersadf/pipelines/Dotnet%20Helloworld?api-version=2018-06-01
Authorization: Bearer xxx

Response Code: 404

cache-control: no-cache
content-type: application/json; charset=utf-8
expires: -1
pragma: no-cache
x-ms-correlation-request-id: aad8af0d-4fca-47df-ad48-2e627b402e87
x-ms-failure-cause: gateway
x-ms-request-id: aad8af0d-4fca-47df-ad48-2e627b402e87
x-ms-routing-request-id: SOUTHEASTASIA:20180903T184319Z:aad8af0d-4fca-47df-ad48-2e627b402e87
Body
{
  "error": {
    "code": "ResourceNotFound",
    "message": "/avengersadf' under resource group 'ADFResourceGroup' was not found."
  }
}

enter image description here

rest azure http pipeline azure-data-factory
1个回答
0
投票

这意味着此资源组下没有此类资源。检查拼写和/或订阅

PS。另外,你永远不应该在网上发布持票人代币,有人可能会使用该代币冒充你,你真的想现在更改密码

© www.soinside.com 2019 - 2024. All rights reserved.