У меня проблемы с выполнением команды .purge в Azure Data Explorer (Kusto).
Команда:
.purge table myTable records <| where MyColumn == 'ColumnName'
В результате
Error Principal 'aaduser=[ID]' is not authorized to perform operation 'PurgeTableRecordsCommand' on 'https://[cluster url]/'. clientRequestId: KustoWebV2;[ID]
Также выполняется пример из: https://docs.microsoft.com/en-us/azure/kusto/concepts/data-purge
.purge table myTable records in database myDB <| where MyColumn in ('column1')
Результаты:
Error Syntax error: Query could not be parsed:
Я проверил с помощью Access Control (IAM) на ресурсе кластера и связался с командой Azure. о моей роли / разрешениях и роли участника в кластере и роли администратора базы данных в базе данных.