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 ]
-
Hand-on Demo – GitHub Flow for Continuous Delivery
Hand-on Demo – GitHub Flow for Continuous Delivery The GitHub Flow branching model is simple and effective for teams practicing Continuous Delivery (CD). It is lightweight and encourages fast iteration, focusing on short-lived feature branches and automated deployment from the main branch. GitHub Flow Core… [ Read more ]
-
Hand-on Demo – GitFlow for Continuous Delivery
Hand-on Demo – GitFlow for Continuous Delivery The GitFlow branching model provides a structured approach for managing features, releases, and hotfixes, which makes it particularly useful for teams handling multiple environments (e.g., development, staging, and production). Here’s a step-by-step demonstration of GitFlow tailored to a… [ Read more ]
-
Hands-on Demo – Trunk-Based Development for Continuous Delivery with Git branch model
Hands-on Demo – Trunk-Based Development for Continuous Delivery with Git branch model Trunk-Based Development (TBD) is a streamlined Git branching strategy designed for rapid iteration and Continuous Delivery (CD). It emphasizes a single primary branch (main) for integration and encourages small, frequent commits to avoid… [ Read more ]
-
How to Assign Licenses to Users and Groups in Entra ID?
In Microsoft Entra ID (formerly Azure Active Directory), assigning licenses to users and groups is an essential part of managing access to various Microsoft services and applications like Office 365, Microsoft 365, Dynamics 365, and others. Licenses in Microsoft Entra ID are typically assigned to… [ Read more ]
-
Hand-on Demo – Git Branch Model for Continuous Delivery
Hand-on Demo – Git Branch Model for Continuous Delivery To demonstrate a Git branch model for Continuous Delivery (CD), we can follow a practical example that simulates a simple workflow. Below is a demonstration using the Trunk-Based Development model, as it aligns closely with CD… [ Read more ]
-
Learn about the composition of an Azure Alert Rule
An Azure Alert Rule is a fundamental building block for monitoring and managing resources in Azure. It defines the logic, scope, and actions necessary to detect and respond to specific conditions in your environment. Here's an overview of the composition of an Azure alert rule:… [ Read more ]
-
Exploring Feature Branch Workflow in Azure DevOps
Exploring Feature Branch Workflow in Azure DevOps The Feature Branch Workflow in Azure DevOps (or any version control system like Git) involves developers working on individual features in separate branches, which are later merged into a main branch (e.g., main or develop). This workflow enables… [ Read more ]
-
Exploring Branch Workflow types in DevOps
Exploring Branch Workflow types in DevOps In DevOps, branch workflows are strategies for managing and organizing the development process within version control systems (like Git). Different workflows provide varying levels of structure, flexibility, and complexity to handle the software delivery lifecycle. Here are the primary… [ Read more ]
-
Hand-on Demo – GitHub Project Boards and Projects
Hand-on Demo – GitHub Project Boards and Projects GitHub Project Boards and Projects provide a flexible way to manage and track work within repositories and organizations. They allow teams to organize tasks, manage workflows, and collaborate effectively. Here's a step-by-step demonstration of how to use… [ Read more ]