Azure How to Automate Hevy Workout Tracking with Notion and Azure Functions Automatically sync Hevy weight lifting workouts to Notion using Azure Functions and webhooks. Includes database design, Notion charts for visualization, and complete code on GitHub.
Azure Exploring the Bicep @onlyIfNotExists decorator The Bicep @onlyIfNotExists decorator lets you create resources once without overwriting them on subsequent deployments. Perfect for Key Vault secrets and other "create but don't touch" scenarios.
Azure Tracking workouts from Apple Fitness in Notion using Azure Functions and AI An over-engineered solution to sync Apple Fitness workouts to Notion. Uses an iOS Shortcut to capture workout screenshots, Azure Functions for processing, and Azure OpenAI to extract the data automatically.
Azure Adding MCP Servers to Agents in Azure AI Foundry Learn how to connect MCP servers to Azure AI Foundry agents using Python. This guide covers unauthenticated and authenticated connections, tool approval workflows, and current portal limitations.
Azure Expanding Azure AI Foundry Agents with files & documents using the built in vector document store Learn how to enhance Azure AI Foundry agents with document knowledge using the built-in vector store. A step-by-step guide covering agent creation, PDF file uploads, and querying your documents with AI.
Azure Exploring Private Endpoint routing in Azure Private Endpoints in Azure automatically create /32 routes that can bypass your firewall—even with a default route configured. Learn how this routing behavior works and how to regain control using Private Endpoint Network Policies.
Azure Run Notion MCP Server in Azure Container Apps Learn how to deploy the official Notion MCP server on Azure Container Apps using Bicep. This guide covers why the Azure CLI approach fails with double-dashed arguments and provides a working Bicep template to get your MCP server running for use with n8n and other automation tools.
Azure Back up Home Assistant to Azure Protect your Home Assistant data from disaster with off-site backups to Azure Storage. This guide walks you through the complete setup—from creating an Azure Storage Account to configuring the Home Assistant integration—all for about 1 cent per month.