While i was working with a customer and this was one of their needs, i decided to blog on how i deployed. At first, what’s legacy authentication and why i need to block these protocols? Legacy authentication is a term that refers to an authentication request made by: Older Office clients that do not use … Continue reading “How to block legacy authentication protocols using Azure AD Conditional Access policy”
Tag: Security
Deploy and configure Azure Firewall
Azure Firewall is a managed, cloud-based network security service that protects your Azure Virtual Network resources. It’s a fully stateful firewall as a service with built-in high availability and unrestricted cloud scalability. Azure firewall allows you to centrally create, enforce and monitor network security policies across Azure subscriptions and virtual networks. Let’s create a demo on … Continue reading “Deploy and configure Azure Firewall”
Just-in-Time VM Access in Azure
Azure Just-in-Time VM Access is a great option to control when engineers need to work in their VM’s with RDP in to the system. Let’s assume they work 1 hour per day on servers. so, keeping port open for 24 hours is a risk.Using Just-in-Time VM Access we can limit the time it keeps RDP … Continue reading “Just-in-Time VM Access in Azure”
Integrate on-premises apps with Azure Active Directory Application proxy
What is Application Proxy? Azure AD Application Proxy is a great tool for publishing internal applications without exposing your servers to the Internet. If your applications require authentication for users to access them, you can get Azure AD to handle all this for you. Application Proxy includes both the Application Proxy service that runs in … Continue reading “Integrate on-premises apps with Azure Active Directory Application proxy”