Here a simple explanation how you can configure Azure Front Door with your Power Pages website using a custom domain. Let’s break this down into simple steps so it’s easy to follow, even if you’re new to this. First, you’ll need to set up Azure Front Door to route traffic to your Power Pages site….
Category: AZURE
Work around the OCSP validation issue in Azure Application Gateway
1. First, verify connectivity to OCSP responder from Azure’s network: bash # Create a test VM in the same subnet as your App Gateway az vm create –resource-group MyResourceGroup –name TestVM –image UbuntuLTS –vnet-name MyVNet –subnet MySubnet –admin-username azureuser # SSH into the VM and test OCSP responder openssl ocsp -issuer intermediate.crt -cert client.crt -url…
Complex Azure Failure Scenario: Massive Azure AD Infrastructure Outage and User Authentication Issues
Complex Azure Failure Scenario: Massive Azure AD Infrastructure Outage and User Authentication Issues Scenario: A company relies on Azure Active Directory (Azure AD) to manage access to all cloud and on-premises services, including Microsoft 365, Azure virtual machines, VPN access, SQL Database, and third-party SaaS solutions. The Problem: Suddenly, users begin reporting widespread issues: –…
Microsoft Global Outage: Azure and 365 Services Down
Microsoft has issued an apology after reports of issues with its products, including email service Outlook and the popular game Minecraft. The company is investigating widespread outages that have affected access to some Microsoft 365 and Azure services. An alert on the company’s website confirmed that a network infrastructure issue was causing difficulties accessing Microsoft…
Quick overview Microsoft Azure ExpressRoute (Cheat Sheet)
Microsoft Azure ExpressRoute allows you to extend your on-premises network into the Microsoft cloud through a private connection using a connectivity provider. With ExpressRoute, you can connect to Microsoft cloud services such as Microsoft Azure and Microsoft 365. This Express Route Overview Cheat Sheet will help you quickly learn about the main components, key benefits,…