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 ]
-

Exploring variables in Release Pipelines in Azure DevOps
Exploring variables in Release Pipelines in Azure DevOps Variables in Azure DevOps pipelines provide a way to store and manage dynamic values. They are essential for configuring pipelines dynamically and securely without hardcoding values directly into the pipeline definition. 1. Types of Variables Predefined Variables… [ Read more ]
-

Examining Task Groups in Azure DevOps
Examining Task Groups in Azure DevOps Task Groups in Azure DevOps are a way to create reusable collections of tasks that can be included in multiple build or release pipelines. They help to standardize processes, reduce duplication, and simplify pipeline management, especially when common steps… [ Read more ]
-

Hands-on demo – Identify performance regressions with Azure Load Testing and GitHub Actions
Hands-on demo – Identify performance regressions with Azure Load Testing and GitHub Actions To identify performance regressions with Azure Load Testing and GitHub Actions, you can integrate load testing into your CI/CD pipeline. This ensures performance metrics are evaluated with every change in code, helping… [ Read more ]
-

Exploring the Azure Load Testing
Exploring the Azure Load Testing Azure Load Testing is a managed service that allows you to generate high-scale load on your applications to evaluate their performance, scalability, and reliability under different conditions. It integrates with Azure DevOps and other Azure services, providing seamless configuration and… [ Read more ]
-

Setting up and running availability tests in Azure DevOps
Setting up and running availability tests in Azure DevOps Setting up and running availability tests in Azure DevOps involves creating health endpoints in your application and using tools to monitor their availability and responsiveness. Here’s a step-by-step guide. 1. Create Health Endpoints in Your Application… [ Read more ]
-

Understanding Shift-Left in Azure DevOps
Understanding Shift-Left in Azure DevOps Shift-Left Testing is a proactive approach in software development where testing is performed earlier in the development lifecycle to identify and fix defects as soon as possible. In Azure DevOps, Shift-Left practices integrate testing, quality assurance, and automation directly into… [ Read more ]
-

How to create and configure users accounts and explore user account properties in Microsoft Entra ID
Configuring user accounts and managing user account properties is a core task in Microsoft Entra ID (formerly Azure Active Directory or Azure AD). Entra ID enables administrators to create, configure, and manage users, as well as define user attributes to control access to various resources… [ Read more ]
-

Learn how to establish automated integration and functional test automation processes in Azure DevOps
Learn how to establish automated integration and functional test automation processes in Azure DevOps Here’s how to configure automated integration and functional test automation in Azure DevOps while aligning with the Agile Testing Quadrants: Here's the Step-by-Step guide to setup test automation in Azure DevOps.… [ Read more ]
-
Learn about the Structure Log Analytics Queries in Azure
Log Analytics queries in Azure are written using a query language called Kusto Query Language (KQL). The structure of Log Analytics queries typically involves the following components: Data Sources (Tables) Azure Log Analytics stores data in various tables based on the data type, such as… [ Read more ]



















