Tag: Azure
All the articles with the tag "Azure".
-
Setting Up API Center as an MCP Registry with GitHub Copilot Controls
Published:• 6 min readAn MCP server isn't just another link, it's code your agent calls with real access. Here's why we locked GitHub Copilot down to an approved list, and how Azure API Center provides the registry that makes it enforceable.
-
Hosting an MCP Server in .NET — Your Options and When to Use Them
Published:• 7 min readMCP is gaining serious traction, and .NET support is solid. Here's how to think through transport choices and hosting models before you commit to one.
-
Immutability in Deployments - Why Build Once and Deploy Many
Published:• 4 min readImmutability ensures deployments are predictable and rollback is reliable. Learn why building once and deploying the same artifact across environments reduces risk in modern platforms.
-
Configuration Is Not the Problem — Configuration Management Is
Published:• 5 min readConfiguration rarely breaks on day one — it breaks later through drift and unmanaged changes. Here’s why configuration management belongs to the platform, and how to treat it as infrastructure in Azure.
-
Azure Config as Code
Published:• 5 min readLearn to manage Azure App Configuration as code with Azure DevOps CI/CD. This template enables automated, version-controlled configuration deployment with repeatable and auditable workflows.
-
Feature Flags in Trunk-Based Development
Published:• 8 min readExploring how feature flags fit into trunk-based development — the challenges they introduce, and practical strategies to keep your codebase clean, safe, and deploy-ready.
-
Sharing Code Across .NET Projects with csproj Includes: An Azure Functions Example
Published:• 3 min readA guide for how and why to share code between .NET projects using csproj includes, with an example using Azure Function Apps.
-
Troubleshooting Entra External Identities B2C OTP Emails
Published:• 4 min readNow that Entra External Identities custom OTP Emails has become generally available I wanted to share a guide to troubleshooting issues with Entra External Identities B2C OTP emails.
-
Versioned .NET APIs with Swagger UI
Published:• 3 min readA quick guide on how to set up Swagger UI for versioned .NET APIs, specifically when setup for use with Azure API Management.
-
.NET API Versioning in Azure API Management
Published:• 5 min readA guide on setting up .NET API versioning with Azure API Management.