DatabaseJoe
Blog
/
Filter
azure
web app
visual studio
api
c#
Latest Posts
Creating Virtual Applications in Azure Web apps
8/3/2025
Learn how to host multiple .NET 7 apps in a single Azure Web App using Virtual Applications. This guide covers configuration, deployment, and troubleshooting common hosting issues.
Protect C# Web API using Microsoft Entra ID (Azure AD)
2/3/2025
This guide walks you through securing a C# Web API using Microsoft Entra ID (formerly Azure AD). You'll learn how to create an App Registration, expose an API, configure authentication, set up roles, and test your secured API using Postman.