One of the downfalls of Azure Data Explorer is that it lacks built-in functionality to backup & restore databases. At least not in the way we know it in SQL server. A solution that might solve the problem is using on-demand data recovery. In this article, I will investigate this solution and how it performs with large datasets.
Tag: Storage account
Authorize a Storage Account by Attribute-based access control (ABAC)
How to add authorization to an Azure Storage Account based on attributes. Attribute-based access control (ABAC) builds on role-based access control (RBAC) by adding conditions to Azure role assignments.
Ingest historical data into Azure Data Explorer
What if you have an Azure IoT solution and recently added Azure Data Explorer (ADX), and you also want to ingest your historical data. Then LightIngest might be the solution, a lightweight tool for importing data into Azure Data Explore.
Setting up a IoT hub with Bicep
How to create an Azure IoT hub with Bicep. But what is Bicep anyway and why should we use it. In this article, I will explain about Bicep and we will create a simple Bicep example to deploy an IoT hub.