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:
And configured in the Copy activity Sink like this:
I get the following error:
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.