I've made an empty repository, initialized it and I've build a pipeline without YML and added 2 tasks predefined: Download Cost data and Publish Cost data.
I have configured the download cost data as per my subscription using:
**
Which Azure API to use: Usage
locale: en-US
currency: USD
regio info: US
OfferID: MS-AZR-0003P
**
But the whole task fails without any error:
[debug]offerType=MS-AZR-0003P
[debug]currency=USD
[debug]locale=en-US
[debug]regioInfo=US
[debug]DaysToDownload=60
Downloading costs using Usage API
Unhandled exception during Download Task { Error: ""
at o.pipeline.e (D:\a_tasks\DownloadCostData_adff96fa-a978-4c69-8fb4-08fda81b3c15\1.0.30\index.js:245:1126571)
at s (D:\a_tasks\DownloadCostData_adff96fa-a978-4c69-8fb4-08fda81b3c15\1.0.30\index.js:245:110551)
at s (D:\a_tasks\DownloadCostData_adff96fa-a978-4c69-8fb4-08fda81b3c15\1.0.30\index.js:127:27863)
at D:\a_tasks\DownloadCostData_adff96fa-a978-4c69-8fb4-08fda81b3c15\1.0.30\index.js:127:29103
at o (D:\a_tasks\DownloadCostData_adff96fa-a978-4c69-8fb4-08fda81b3c15\1.0.30\index.js:161:7037)
at D:\a_tasks\DownloadCostData_adff96fa-a978-4c69-8fb4-08fda81b3c15\1.0.30\index.js:127:26784
at B.t.headersOnly.t.streamedResponse.t.body.function.t.body.pipe.a [as _callback] (D:\a_tasks\DownloadCostData_adff96fa-a978-4c69-8fb4-08fda81b3c15\1.0.30\index.js:1:299338)
at B.t._callback.t.callback.t.callback [as callback] (D:\a_tasks\DownloadCostData_adff96fa-a978-4c69-8fb4-08fda81b3c15\1.0.30\index.js:221:5503)
at emitTwo (events.js:106:13)
at B.emit (events.js:191:7)
statusCode: 302,
I've made an empty repository, initialized it and I've build a pipeline without YML and added 2 tasks predefined: Download Cost data and Publish Cost data.
I have configured the download cost data as per my subscription using:
**
**
But the whole task fails without any error:
Can you help me please
Thanks