Welcome back to our MSAL authentication series! In Part 1, we covered the basics of MSAL and Azure AD setup. Now, let’s implement the MSAL
Author: Chandan
MSAL Authentication in React: Complete Guide – Part 1: Introduction and Setup
Microsoft Authentication Library (MSAL) provides robust authentication capabilities for React applications, enabling seamless integration with Azure Active Directory and Microsoft Identity Platform. In this comprehensive
Infrastructure as Code with ARM Templates and Bicep: Part 7 – Enterprise Governance and Compliance
Enterprise Infrastructure as Code requires robust governance, compliance automation, and cost management. This final part covers Azure Policy integration, compliance frameworks, automated cost optimization, and
Infrastructure as Code with ARM Templates and Bicep: Part 6 – CI/CD Integration and Advanced Deployment
This part focuses on integrating Bicep templates with CI/CD pipelines, implementing advanced deployment strategies, and establishing robust testing and validation practices for enterprise-scale Infrastructure as
Infrastructure as Code with ARM Templates and Bicep: Part 5 – Advanced Bicep Patterns
This part explores advanced Bicep capabilities that enable enterprise-scale Infrastructure as Code. We’ll cover module registries, advanced patterns, testing strategies, and governance practices. What You’ll
Infrastructure as Code with ARM Templates and Bicep: Part 4 – Introduction to Bicep
Azure Bicep is a domain-specific language (DSL) that provides a more concise and readable syntax for deploying Azure resources. Bicep compiles to ARM templates, so
Infrastructure as Code with ARM Templates and Bicep: Part 3 – Advanced ARM Template Patterns
As your infrastructure grows in complexity, you’ll need advanced ARM template patterns to maintain modularity, handle conditional deployments, and efficiently create multiple similar resources. This
Infrastructure as Code with ARM Templates and Bicep: Part 2 – Building Production-Ready Infrastructure
Building on our storage account foundation from Part 1, we’ll now create a complete web application infrastructure. This part covers virtual networks, app services, SQL
Infrastructure as Code with ARM Templates and Bicep: Part 1 – ARM Template Fundamentals
Infrastructure as Code (IaC) has revolutionized how we deploy and manage cloud resources. Instead of clicking through Azure portal screens, we can define our entire
Azure API Management Policies and Custom Authentication Flows – Part 4: Advanced Scenarios & Best Practices
Advanced Azure API Management scenarios including B2B authentication, policy testing, performance optimization, and production security best practices for enterprise deployments.