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 ]
-
Azure App Service – Swapped settings vs. Slot-specific settings
When working with Azure App Service deployment slots, there are two types of settings that you need to understand: Swapped Settings and Slot-Specific Settings. These settings define how configuration values are handled during slot swaps, and they affect your deployment strategies. Here’s a breakdown of… [ Read more ]
-
Azure Application Gateway – Implementation and Troubleshooting
To help with implementation or architecture for Azure Application Gateway, let me outline the process step by step and provide details for a simple use case. I'll also provide an option for a custom architecture diagram if needed. Implementation Plan for Azure Application Gateway Scenario:… [ Read more ]
-
Azure Storage Authorization options explained in detail
Azure Storage provides several authorization options to secure access to its resources. Each method caters to different scenarios, offering flexibility, security, and control based on your requirements. Below are the available options. Azure Active Directory (Azure AD) Authorization Azure AD is the most secure and… [ Read more ]
-
Beginer’s guide to Implementing and managing storage in Azure
Implementing and managing storage in Azure involves working with various services offered under Azure Storage. Here’s a detailed guide to help you: Azure Storage Overview Azure Storage provides a range of services to store data in the cloud: 1. Blob Storage For unstructured data such… [ Read more ]
-
Benefits of using Azure App Service
Azure App Service offers a wide range of benefits, making it an ideal choice for hosting web applications, APIs, and mobile backends. Here are the key benefits of using Azure App Service. Fully Managed Platform No Infrastructure Management: Azure App Service abstracts away the underlying… [ Read more ]
-
Comprehensive guide to manual scaling, scale-in policies, and custom scaling options on Azure
Azure offers a variety of ways to scale your resources, whether through manual scaling, scale-in policies, or custom scaling options. These mechanisms are essential for optimizing resource allocation, ensuring cost efficiency, and maintaining application performance in cloud environments. Let’s review each of these scaling options… [ Read more ]
-
Creating network security group (NSG) rules in Azure
Creating Network Security Group (NSG) rules in Microsoft Azure involves defining inbound and outbound security rules to control traffic to and from Azure resources. Here's how you can create these rules: Steps to Create NSG Rules in the Azure Portal Log in to Azure Portal:Go… [ Read more ]
-
Demonstrating the Azure Storage access delegation using Shared Access Signatures
To provide a practical demonstration of how to use Shared Access Signatures (SAS) to delegate access to Azure Storage, let's walk through a simple example where we grant access to a blob within a blob container for read-only access using a SAS token. Scenario We… [ Read more ]
-
Demonstration – Deploying Virtual Machine in Azure from scratch
In this demonstration, we will go step-by-step to create a virtual machine (VM) in Azure and then connect to it. The two common connection methods are RDP (Remote Desktop Protocol) for Windows VMs and SSH for Linux VMs. Part 1: Create a Virtual Machine in… [ Read more ]