Azure

Cloud Azure technologies

Blockchain

A blockchain is a decentralized, digital ledger that records transactions on multiple computers. These transactions can be any type of exchange, such as financial or legal, and they are recorded and verified by a network of computers rather than a central authority. This means that once a transaction is recorded on a blockchain, it is …

Blockchain Read More »

Analysis Services, Incremental Refresh, Dynamic Partition: maintainable, scalable, low code. The simple solution you were looking for!

Aim of this article is to share an easy to maintain, low-code based, scalable approach to have Dynamic Partitioning on Azure Analysis Services … the Simple Solution you have always been looking for ! πŸ₯ΈπŸ˜Ž Dynamic Partitioning current approaches have a few pain points:1. Often needed extra code (c#, advanced Powershell, and other) inlcuding the …

Analysis Services, Incremental Refresh, Dynamic Partition: maintainable, scalable, low code. The simple solution you were looking for! Read More »

Azure Synapse deployment via DevOps

Azure Synapse Analytics is an analytics service that brings together enterprise data warehousing and Big Data analytics. Formerly known as Azure SQL Data Warehouse. Azure DevOps provides build and release services to support continuous integration and delivery of solutions. This article is a step by step guide to implement CI/CD Pipelines for Azure Synapse Analytics …

Azure Synapse deployment via DevOps Read More »

Schedule and run purge command on ADX via Logic Apps

Learn how to exploit LogicApps to trigger a purge command on Azure Data explorer, both from a high-level view and step-by-step with reusable code. TechnologiesAzure Data Explorer is a fast, fully managed data analytics service for real-time analysis on large volumes of data streaming from applications, websites, IoT devices, and more.Azure Logic Apps is a cloud service that helps …

Schedule and run purge command on ADX via Logic Apps Read More »

Ingest chatbot custom telemetry with Azure Data Explorer

Azure Data Explorer enables you to ingest, process, explore, and transform Big Data from various sources with impressive performance. You can work with Kusto query language, which allows you to explore data in a very simple way. Use case: Chatbot telemetry Chatbot development is based on the Microsoft Azure Bot Framework, together with QnA and LUIS. It’s possible to develop ad-hoc custom events …

Ingest chatbot custom telemetry with Azure Data Explorer Read More »

Exploit Application Insights Rest API within Databricks

Application Insights API allows to use the power of Kusto language, “which almost writes itself alone”, to parse completely unstructured data of large datasets in a very easy way and present the result in a clean tabular view. The aim of this article is to learn in less than 5 minutes, how to exploit the …

Exploit Application Insights Rest API within Databricks Read More »