1

I have a data factory v2 with managed identity automatically assigned to it (object id + tenant id). I also have a resource accessible through Azure's Cost Management REST API

What I'd like to do is try to create REST linked service and authenticate to the API using the automatically generated managed identity.

So, for that purpose in Azure Portal -> Cost/billing resource -> IAM I have given two roles to my ADF managed identity: Billing Reader and Cost Management Reader.

But when I invoke the linked service configured like this:

enter image description here

And configured in the Copy activity Sink like this:

enter image description here

I get the following error:

enter image description here

I am really confused with this message and I don't really understand it is supposed to mean:

Cost management data is unavailable for subscription xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. The offer MS-AZR-xxxxx is not supported.

user302543
  • 59
  • 7
user2128702
  • 2,059
  • 2
  • 29
  • 74
  • The problem may be that your subscription is not concerned by cost management (such as the free or educational accounts). Microsoft maintains a list of supported offers here: https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/understand-cost-mgt-data – XavierBrt Jun 03 '21 at 13:26

0 Answers0