How to query Azure Monitor Log Analytics in Logic Apps with a Managed Identity

tl;dr – why would I care?
 
Connectors are often not only limited in their actions but also in terms of authentication. By calling the respecting API you have more freedom and can call a service with a Managed Identity. This sample shows how to de… Continue reading How to query Azure Monitor Log Analytics in Logic Apps with a Managed Identity

Announcing Univariate Anomaly Detector in Azure Data Explorer

Today, we are excited to announce a feature that users now can detect anomalies with Anomaly Detector capability in Azure Data Explorer (ADX). We are offering two new functions in ADX to help users to detect anomaly within your time-series data: series… Continue reading Announcing Univariate Anomaly Detector in Azure Data Explorer

April 2022 – Viva Topics Integrations with Teams, Syntex, Outlook and Yammer

Microsoft Viva Topics applies AI to empower people with knowledge and expertise in the apps they use every day. Viva Topics automatically organizes content and expertise across your systems and teams into related topics like projects, pr… Continue reading April 2022 – Viva Topics Integrations with Teams, Syntex, Outlook and Yammer

A Simple Network Connection Test Tool for Azure Spring Cloud

Applications running inside Azure Spring Cloud may need to make outbound calls to targets outside the Azure Spring Cloud. Sometimes the application may encounter network connection issue for different reasons. If we can run DNS resolve and TCP ping tes… Continue reading A Simple Network Connection Test Tool for Azure Spring Cloud

API Connection Deployment via ARM Template with credentials in Key Vault

Scenario
Deploy a Logic App’s API Connection (ex: Azure Blob Storage) while storing the credentials in Key Vault.
 
This example uses the Azure Blob Storage connector with the Authentication type as Access Key.
Services Used

Azure Logic App (Cons… Continue reading API Connection Deployment via ARM Template with credentials in Key Vault