This is the sixth part of Building Microservice Applications with Azure Container Apps and Dapr. The topics we’ll cover are: Tutorial for building Microservice Applications with Azure Container Apps and Dapr – Part 1 Deploy backend API Microservice to Azure Container Apps – Part 2 Communication between Microservices in Azure Container Apps – Part 3 […]
Azure Container Apps State Store With Dapr State Management API – Part 5
This is the fifth part of Building Microservice Applications with Azure Container Apps and Dapr. The topics we’ll cover are: Tutorial for building Microservice Applications with Azure Container Apps and Dapr – Part 1 Deploy backend API Microservice to Azure Container Apps – Part 2 Communication between Microservices in Azure Container Apps – Part 3 […]
Dapr Integration with Azure Container Apps – Part 4
This is the fourth part of Building Microservice Applications with Azure Container Apps and Dapr. The topics we’ll cover are: Tutorial for building Microservice Applications with Azure Container Apps and Dapr – Part 1 Deploy backend API Microservice to Azure Container Apps – Part 2 Communication between Microservices in Azure Container Apps – Part 3 […]
Communication between Microservices in Azure Container Apps – Part 3
This is the third part of Building Microservice Applications with Azure Container Apps and Dapr. The topics we’ll cover are: Tutorial for building Microservice Applications with Azure Container Apps and Dapr – Part 1 Deploy backend API Microservice to Azure Container Apps – Part 2 Communication between Microservices in Azure Container Apps – (This Post) […]
Deploy Microservice Application to Azure Container Apps – Part 2
This is the second part of Building Microservice Applications with Azure Container Apps and Dapr. The topics we’ll cover are: Tutorial for building Microservice Applications with Azure Container Apps and Dapr – Part 1 Deploy backend API Microservice to Azure Container Apps – (This Post) Communication between Microservices in Azure Container Apps – Part 3 […]
Tutorial for building Microservice Applications with Azure Container Apps and Dapr – Part 1
There is no doubt that building containerized applications and following a microservices architecture is one of the most common software architecture patterns observed in the past couple of years. Microsoft Azure offers different services to package, deploy and manage cloud-native applications, each of which serves a certain purpose and has its own pros and cons. […]
Integrate Azure AD B2C with ASP.NET MVC Web App – Part 3
This is the third part of the tutorial which will cover Using Azure AD B2C tenant with ASP.NET Web API 2 and various front-end clients. Azure Active Directory B2C Overview and Policies Management – (Part 1) Secure ASP.NET Web API 2 using Azure AD B2C – (Part 2) Integrate Azure Active Directory B2C with ASP.NET MVC Web App (This […]
Secure ASP.NET Web API 2 using Azure AD B2C – Part 2
This is the second part of the tutorial which will cover Using Azure AD B2C tenant with ASP.NET Web API 2 and various front end clients. Azure Active Directory B2C Overview and Policies Management – (Part 1) Secure ASP.NET Web API 2 using Azure AD B2C – (This Post) Integrate Azure Active Directory B2C with ASP.NET MVC Web App (Part […]
Azure Active Directory B2C Overview and Policies Management – Part 1
Prior joining Microsoft I was heavily involved in architecting and building a large scale HTTP API which will be consumed by a large number of mobile application consumers on multiple platforms (iOS, Android, and Windows Phone). Securing the API and architecting the Authentication and Authorization part for the API was one of the large and challenging […]
AngularJS Authentication Using Azure Active Directory Authentication Library (ADAL)
In my previous post Secure ASP.NET Web API 2 using Azure Active Directory I’ve covered how to protect Web API end points using bearer tokens issued by Azure Active Directory, and how to build a desktop application which acts as a Client. This Client gets the access token from the Authorization Server (Azure Active Directory) then use this bearer access […]