Azure Cloud, DevOps resources and blog
-
How Microsoft Entra ID is used as a directory for cloud apps
Microsoft Entra ID (formerly Azure Active Directory, or Azure AD) is used as a cloud-based directory service that manages and secures user identities, access, and permissions for cloud applications. It serves as a central identity provider for applications, services, and resources both within Microsoft’s ecosystem… [ Read more ]
-
Azure Virtual Network explained in detail
Azure Virtual Network (VNet) is one of the fundamental building blocks in Azure that allows you to securely connect Azure resources to each other, the internet, and on-premises environments. It provides a private network where you can define and control the IP addressing, DNS settings,… [ Read more ]
-
Compare Microsoft Entra ID to Active Directory Domain Services (AD DS)
Microsoft Entra ID (formerly Azure Active Directory, or Azure AD) and Active Directory Domain Services (AD DS) are both identity and access management solutions provided by Microsoft, but they serve different purposes and are designed for different environments. Below is a comparison of the two:… [ Read more ]
-
Subnets and Subnetting in Azure – Features and Use-cases
In Azure, subnets are an integral part of your Virtual Network (VNet) architecture. Subnets allow you to partition a VNet's IP address space into smaller, more manageable segments. Subnetting helps you organize and control the flow of network traffic, segment security policies, and ensure efficient… [ Read more ]
-
Know everything about Azure Virtual Network – Features and Components
An Azure Virtual Network (VNet) is one of the foundational building blocks for your private network in Azure. It allows Azure resources to securely communicate with each other, the internet, and on-premises networks. Azure VNets provide isolation, segmentation, and secure communication between virtual machines (VMs),… [ Read more ]
-
Learn about Application Gateway Routing
Azure Application Gateway routing determines how incoming traffic is directed to backend resources based on specific criteria. The routing can be configured using different methods such as URL Path-Based Routing, Host-Based Routing, and Basic Routing. You can also configure Traffic Routing based on health probes… [ Read more ]
-
Learn about Azure Application Gateway in Azure
Azure Application Gateway is a fully managed application delivery controller (ADC) that provides advanced features such as load balancing, SSL termination, web application firewall (WAF), and URL-based routing for web applications. It is built to manage traffic to your web apps in the cloud and… [ Read more ]
-
Learn about Azure load balancer SKUs
Azure Load Balancer offers two main SKUs: Basic and Standard. Each SKU provides different features, capabilities, and use cases. Here’s a detailed breakdown of these SKUs to help you understand and choose the right one for your application. Azure Load Balancer SKUs Overview Feature Basic… [ Read more ]
-
Learn about Azure Load Balancer usage
Azure Load Balancer is versatile and can be used in various scenarios, particularly for applications that require high availability, scalability, and reliability. Below are its common uses and scenarios. Ensuring High Availability Purpose Distributes incoming traffic across multiple backend instances, ensuring that no single instance… [ Read more ]
-
Learn about Azure Storage Access Control using Shared Access Signatures (SAS)
Shared Access Signatures (SAS) in Azure Storage provide secure, delegated access to resources within your Azure Storage account. With SAS, you can specify permissions, time duration, and the exact resources a user or application can access, without sharing your account keys. Here’s a detailed guide… [ Read more ]
-
Learn about Azure Storage Encryption
Azure Storage provides encryption options to ensure data security both at rest and in transit. Here's how to determine and configure encryption for Azure Storage. Encryption at Rest Azure Storage automatically encrypts all data stored using Server-Side Encryption (SSE). There are three key management options.… [ Read more ]
-
Learn how to set up Azure Recovery Services Vault Backup options
Setting up Azure Recovery Services Vault Backup Options involves configuring the vault, selecting backup policies, and enabling protection for specific workloads like Azure VMs or on-premises resources. Here's a detailed step-by-step guide. Step 1: Create a Recovery Services Vault Access the Azure Portal: Create the… [ Read more ]
-
Overview of Azure Site Recovery and Things to know about Azure Site Recovery
Azure Site Recovery (ASR) is a disaster recovery as a service (DRaaS) solution that helps organizations protect their critical workloads by enabling business continuity in the event of planned or unplanned outages. ASR automates the replication, failover, and recovery of workloads to a secondary location,… [ Read more ]
-
Azure Virtual Machine Backup – Create Recovery Services vault, Define Backup Policy options, Back up Virtual Machine, Restore Virtual Machines
Backing up a virtual machine (VM) in Azure involves a systematic process that ensures your data and configurations are protected and restorable. Here's a step-by-step guide. Create a Recovery Services Vault A Recovery Services Vault (RSV) is essential for managing VM backups. Steps Navigate to… [ Read more ]