AAS refresh failure via ADF

Priya Jha 866 Reputation points
2022-11-23T08:22:57.08+00:00

HI All,

I am following the below blog to process AAS via managed identity:
https://medium.com/ricoh-digital-services/process-azure-analysis-services-models-with-azure-data-factory-v2-d7c6288f352c

The only change that i implemented is rather than providing the ADF individual access, i added that ADF within an AD group and added that AD Group as Analysis service admin, similar to the below blog initial step:
https://datasharkx.wordpress.com/2022/10/31/copy-data-from-power-bi-through-azure-data-factory-synapse-pipeline-part-3/

I am getting Unauthorized access when adding the ADF via AD Group but it is working properly when the ADF is explicitly added as AAS Admin.

The same aspect is happening via Service Principal authentication as well.

Any reason why managed identity is work fine via group aspect in PowerBI refresh and not working for AAS refresh?

Why is there an explicit need to add the individual users and not propagated via AD group?

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
437 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,529 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 37,896 Reputation points Microsoft Employee
    2022-11-24T16:19:24.467+00:00

    Hi @Priya Jha ,

    Thank you for posting query in Microsoft Q&A Platform.

    Usually, Unauthorized access error will come when the identity which is getting used will not have sufficient permissions to perform task.

    In case of PowerBI the setting explicitly called out to use security groups. Hence there we should use security groups only. Please check below screenshot.

    263997-image.png

    In case of AAS kindly consider adding managed Identity itself as AAS admin.

    Hope this helps. Please let me know for any queries.


    Please consider hitting Accept Answer button. Accepted answers help community as well.