Closed mszhanyi closed 2 years ago
It's just a memo.
Describe the bug coverage report step in Android CI failed with the exception of Principal 'aadapp=***;72f988bf-86f1-41af-91ab-2d7cd011db47' is not authorized to perform operation 'Ingest' on 'any database'. since May 17th
Principal 'aadapp=***;72f988bf-86f1-41af-91ab-2d7cd011db47' is not authorized to perform operation 'Ingest' on 'any database'.
Fix Run Kusto script .add database powerbi ingestors ('aadapp={application id};72f988bf-86f1-41af-91ab-2d7cd011db47') ref. https://docs.microsoft.com/en-us/azure/data-explorer/kusto/api/netfx/kusto-ingest-client-permissions
.add database powerbi ingestors ('aadapp={application id};72f988bf-86f1-41af-91ab-2d7cd011db47')
ApplicationID could be get from Devops' Project Settings->Service connections->...->Manage Service Principal.
Additional context So far, we don't know why it worked before May 17th.
cc @snnn @skottmckay
It's just a memo.
Describe the bug coverage report step in Android CI failed with the exception of
Principal 'aadapp=***;72f988bf-86f1-41af-91ab-2d7cd011db47' is not authorized to perform operation 'Ingest' on 'any database'.
since May 17thFix Run Kusto script
.add database powerbi ingestors ('aadapp={application id};72f988bf-86f1-41af-91ab-2d7cd011db47')
ref. https://docs.microsoft.com/en-us/azure/data-explorer/kusto/api/netfx/kusto-ingest-client-permissionsApplicationID could be get from Devops' Project Settings->Service connections->...->Manage Service Principal.
Additional context So far, we don't know why it worked before May 17th.