Azure

Tag: Azure

49 posts
Scheduled AI in practice: turning telemetry into a daily health report
T
Tim Deschryver
timdeschryver.dev

Scheduled AI in practice: turning telemetry into a daily health report

How I integrate existing tools within the AI context to turn Application Insights telemetry into an actionable daily health report on a schedule. The report highlights what needs attention and starts a conversation I can continue, while I stay responsible for the next steps.

·
Aug 19
·
Issues loading Az PowerShell modules in Azure Automation
Vigilant Broccoli icon
Vigilant Broccoli

Issues loading Az PowerShell modules in Azure Automation

Newer Az PowerShell module versions (newer than v11) may fail to load in Azure Automation PowerShell runbooks on older runtime versions like 7.2. Switch to the Runtime Environment Experience, create a new Runtime Environment, select a new PowerShell version like 7.4 or 7.6 for the environment, and migrate your runbooks to the new environment.

·
Jun 24
·
Running a production-like local environment with Aspire
T
Tim Deschryver
timdeschryver.dev

Running a production-like local environment with Aspire

Prevent integration surprises in production by using Aspire to run local dependencies in a consistent, production-like setup, with Azure Blob Storage and Azurite as a practical example.

·
May 19
·
We all make mistakes
Heath Stewart's Blog icon
Heath Stewart's Blog
heaths.dev

We all make mistakes

We all make mistakes - at any level - but how we deal with them is how we grow.

·
Apr 18
·
Making the key version required for Key Vault cryptography APIs
Heath Stewart's Blog icon
Heath Stewart's Blog
heaths.dev

Making the key version required for Key Vault cryptography APIs

Why we changed the key version to be a required parameters for Key Vault cryptography APIs in Azure SDK for Rust.

·
Apr 8
·
Webmentions are back thanks to GitHub Copilot
L
Luis Quintanilla Personal Website
lqdev.me

Webmentions are back thanks to GitHub Copilot

An update on how I upgraded and got my webmentions endpoint back online with the help of GitHub Copilot

·
Jan 25
·
HTTP Signature Verification and Migration Planning
L
Luis Quintanilla Personal Website
lqdev.me

HTTP Signature Verification and Migration Planning

Latest status update from my ActivityPub implementation

·
Jan 23
·
Full-stack static typing with OpenAPI TypeScript and Microsoft.AspNetCore.OpenApi
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Full-stack static typing with OpenAPI TypeScript and Microsoft.AspNetCore.OpenApi

This post will show you how to write full stack applications with static typing from back to front using OpenAPI, TypeScript and .NET.

·
Jan 1
·
Full-stack static typing with OpenAPI TypeScript and Microsoft.AspNetCore.OpenApi
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Full-stack static typing with OpenAPI TypeScript and Microsoft.AspNetCore.OpenApi

This post will show you how to write full stack applications with static typing from back to front using OpenAPI, TypeScript and .NET.

·
Jan 1
·
How Azure Copilot’s New Agents Automate DevOps and SecOps
M
Mary Writes

How Azure Copilot’s New Agents Automate DevOps and SecOps

The New Stack

·
Nov 18 '25
·
Keeping front end and back end in sync with NSwag generated clients
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Keeping front end and back end in sync with NSwag generated clients

By generating clients from OpenAPI specs, it is possible to have integration tests that check your front end and your back end are aligned. This post will show you how to do that using NSwag.

·
Oct 11 '25
·
Keeping front end and back end in sync with NSwag generated clients
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Keeping front end and back end in sync with NSwag generated clients

By generating clients from OpenAPI specs, it is possible to have integration tests that check your front end and your back end are aligned. This post will show you how to do that using NSwag.

·
Oct 11 '25
·
Mobile-First Static Site Publishing: Discord Bot Pipeline via Azure and GitHub
L
Luis Quintanilla Personal Website
lqdev.me

Mobile-First Static Site Publishing: Discord Bot Pipeline via Azure and GitHub

A walkthrough of building a serverless Discord bot on Azure Container Apps that enables mobile publishing my static website through GitHub integrations.

·
Aug 14 '25
·
Please Don't Write Your Own MCP Authorization Code
D
Den
den.dev

Please Don't Write Your Own MCP Authorization Code

Why most teams should let an API gateway handle the new MCP Protected Resource Metadata flow instead of hand-rolling OAuth in their own server code.

·
Jun 25 '25
·
Secure Remote MCP Servers With Entra ID And Azure API Management
D
Den
den.dev

Secure Remote MCP Servers With Entra ID And Azure API Management

Building an Entra ID-protected remote MCP server with Azure API Management as the auth gateway and Azure Functions handling the protocol implementation.

·
Apr 19 '25
·
Acquiring Tokens For Non-Graph APIs In Azure Functions
D
Den
den.dev

Acquiring Tokens For Non-Graph APIs In Azure Functions

Configure Azure Functions Easy Auth to issue Entra ID tokens with an Azure Resource Manager audience instead of Microsoft Graph for downstream API calls.

·
Mar 17 '25
·
Some observations while writing my first Azure Function
T
Tim Deschryver
timdeschryver.dev

Some observations while writing my first Azure Function

A detailed exploration of the process and insights gained while creating my first Azure function.

·
Mar 5 '25
·
Node.js, Azure Application Insights, and Fastify
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Node.js, Azure Application Insights, and Fastify

Learn how to set up a Node.js with Azure Application Insights and Fastify.

·
Feb 16 '25
·
Node.js, Azure Application Insights, and Fastify
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Node.js, Azure Application Insights, and Fastify

Learn how to set up a Node.js with Azure Application Insights and Fastify.

·
Feb 16 '25
·
Automatically select the right Microsoft Entra tenant
T
Tim Deschryver
timdeschryver.dev

Automatically select the right Microsoft Entra tenant

Skip the Microsoft tenant selection screen during the sign-in process by setting the domain_hint query parameter.

·
Jan 22 '25
·
Deploy your own Owncast server
L
Luis Quintanilla Personal Website
lqdev.me

Deploy your own Owncast server

Learn how to deploy your own instance of Owncast on Azure and configure it in OBS

·
Jan 9 '25
·
New Features For MSAL Python - Managed Identity and macOS Broker
D
Den
den.dev

New Features For MSAL Python - Managed Identity and macOS Broker

Recent additions to MSAL Python - managed identity support for Azure-hosted services and a new macOS authentication broker for richer interactive sign-in flows.

·
Oct 17 '24
·
Using AZD for faster incremental Azure Static Web App deployments in GitHub Actions
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Using AZD for faster incremental Azure Static Web App deployments in GitHub Actions

Learn how to speed up deployments of Azure Static Web Apps in GitHub Actions using the AZD command.

·
Aug 26 '24
·
Using AZD for faster incremental Azure Static Web App deployments in GitHub Actions
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Using AZD for faster incremental Azure Static Web App deployments in GitHub Actions

Learn how to speed up deployments of Azure Static Web Apps in GitHub Actions using the AZD command.

·
Aug 26 '24
·
Helix support for TypeSpec
Heath Stewart's Blog icon
Heath Stewart's Blog
heaths.dev

Helix support for TypeSpec

·
Aug 2 '24
·
Using AZD for faster incremental Azure Container App deployments in Azure DevOps
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Using AZD for faster incremental Azure Container App deployments in Azure DevOps

Learn how to speed up deployments of Azure Container Apps in GitHub Actions using the AZD command.

·
Jul 14 '24
·
Using AZD for faster incremental Azure Container App deployments in Azure DevOps
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Using AZD for faster incremental Azure Container App deployments in Azure DevOps

Learn how to speed up deployments of Azure Container Apps in GitHub Actions using the AZD command.

·
Jul 14 '24
·
Serialising ASP.NET method calls for later execution
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Serialising ASP.NET method calls for later execution

How can we take a method call, serialise it, perhaps store it in a database, and then later rehydrate and execute?

·
May 11 '24
·
Serialising ASP.NET method calls for later execution
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Serialising ASP.NET method calls for later execution

How can we take a method call, serialise it, perhaps store it in a database, and then later rehydrate and execute?

·
May 11 '24
·
Large Language Models, Open API, View Models and the Backend for Frontend Pattern
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Large Language Models, Open API, View Models and the Backend for Frontend Pattern

To integrate LLMs with APIs, there is a need for the LLM equivalent of view models and the backend for frontend pattern. This discusses it in the context of Semantic Kernel.

·
May 2 '24
·
Large Language Models, Open API, View Models and the Backend for Frontend Pattern
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Large Language Models, Open API, View Models and the Backend for Frontend Pattern

To integrate LLMs with APIs, there is a need for the LLM equivalent of view models and the backend for frontend pattern. This discusses it in the context of Semantic Kernel.

·
May 2 '24
·
Using Kernel Memory to Chunk Documents into Azure AI Search
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Using Kernel Memory to Chunk Documents into Azure AI Search

To build RAG (Retrieval Augmented Generation) experiences, where LLMs can query documents, you need a strategy to chunk those documents. Kernel Memory supports this.

·
Apr 20 '24
·
Using Kernel Memory to Chunk Documents into Azure AI Search
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Using Kernel Memory to Chunk Documents into Azure AI Search

To build RAG (Retrieval Augmented Generation) experiences, where LLMs can query documents, you need a strategy to chunk those documents. Kernel Memory supports this.

·
Apr 20 '24
·
Azure Cosmos DB: container items and generics
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Cosmos DB: container items and generics

Learn how to use generics to store and retrieve different types of object in an Azure Cosmos DB Container. And how to deserialize the data property into a C# object of a specific type.

·
Mar 31 '24
·
Azure Cosmos DB: container items and generics
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Cosmos DB: container items and generics

Learn how to use generics to store and retrieve different types of object in an Azure Cosmos DB Container. And how to deserialize the data property into a C# object of a specific type.

·
Mar 31 '24
·
Configure Azure connection strings and keys in Azure Bicep
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Configure Azure connection strings and keys in Azure Bicep

Learn how to configure Azure resources like Azure Static Web Apps and Azure Container Apps with connection strings and access keys in Azure with Bicep.

·
Mar 9 '24
·
Configure Azure connection strings and keys in Azure Bicep
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Configure Azure connection strings and keys in Azure Bicep

Learn how to configure Azure resources like Azure Static Web Apps and Azure Container Apps with connection strings and access keys in Azure with Bicep.

·
Mar 9 '24
·
POSSE to Mastodon using RSS and Azure Logic Apps
L
Luis Quintanilla Personal Website
lqdev.me

POSSE to Mastodon using RSS and Azure Logic Apps

This post documents my process for cross-posting content from my website to Mastodon using RSS and Azure Logic Apps

·
Dec 24 '23
·
Graph API: getting users Active Directory group names and ids with the C# SDK
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Graph API: getting users Active Directory group names and ids with the C# SDK

Learn how to get the Azure Active Directory group names and ids from the Graph API using the C# SDK.

·
Nov 22 '23
·
Graph API: getting users Active Directory group names and ids with the C# SDK
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Graph API: getting users Active Directory group names and ids with the C# SDK

Learn how to get the Azure Active Directory group names and ids from the Graph API using the C# SDK.

·
Nov 22 '23
·
Migrating to v4 Azure Functions Node.js with TypeScript
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Migrating to v4 Azure Functions Node.js with TypeScript

Learn how to migrate a TypeScript Azure Functions app to the v4 Node.js programming model.

·
Oct 23 '23
·
Migrating to v4 Azure Functions Node.js with TypeScript
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Migrating to v4 Azure Functions Node.js with TypeScript

Learn how to migrate a TypeScript Azure Functions app to the v4 Node.js programming model.

·
Oct 23 '23
·
Vlad A. Ionescu - Earthly
Devtools FM icon
Devtools FM
devtools.fm

Vlad A. Ionescu - Earthly

Vlad Ionescu explores Earthly's containerized build automation and the business challenges of creating developer-friendly CI tools.

·
Oct 21 '23
·
Bicep: Link Azure Application Insights to Static Web Apps
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Bicep: Link Azure Application Insights to Static Web Apps

Learn how to link Azure Application Insights to an Azure Static Web App using Bicep.

·
Oct 17 '23
·
Bicep: Link Azure Application Insights to Static Web Apps
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Bicep: Link Azure Application Insights to Static Web Apps

Learn how to link Azure Application Insights to an Azure Static Web App using Bicep.

·
Oct 17 '23
·
Azure Open AI: generate article metadata with TypeScript
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Open AI: generate article metadata with TypeScript

Use the TypeScript Azure Open AI SDK to generate article metadata.

·
Sep 24 '23
·
Azure Open AI: generate article metadata with TypeScript
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Open AI: generate article metadata with TypeScript

Use the TypeScript Azure Open AI SDK to generate article metadata.

·
Sep 24 '23
·
Azure Open AI: handling capacity and quota limits with Bicep
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Open AI: handling capacity and quota limits with Bicep

This post details how to control the capacity of an Azure Open AI deployment with Bicep so that you don't exceed your quota.

·
Aug 16 '23
·
Azure Open AI: handling capacity and quota limits with Bicep
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Open AI: handling capacity and quota limits with Bicep

This post details how to control the capacity of an Azure Open AI deployment with Bicep so that you don't exceed your quota.

·
Aug 16 '23
·