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 ]
-
Hands-on – Create and Connect to the Virtual Machine in Azure
This demonstration will guide you through creating a virtual machine in Microsoft Azure, configuring it, and connecting to it remotely via Remote Desktop Protocol (RDP) (for Windows VMs) or SSH (for Linux VMs). We'll break the steps into two parts: Create the Virtual Machine in… [ Read more ]
-
Hands-on – Create and deploy Azure App Service Plan and set the Scaling options
Creating and deploying an App Service Plan in Azure involves setting up the environment where your web app will run. This includes selecting the hosting infrastructure (e.g., region, pricing tier) and configuring scaling options to handle your application's load. Here's a step-by-step guide to create… [ Read more ]
-
Hands-on – Creating a Web App in the Azure Portal
Creating a Web App in the Azure Portal is a straightforward process. Azure App Service provides a platform for hosting web applications, APIs, and mobile backends, and it supports a wide range of technologies such as .NET, Node.js, Python, Java, and more. Here are the… [ Read more ]
-
Hands-on – Delegate access to Azure Storage using Shared Access Signatures
Let's go through a practical demonstration on how to use Shared Access Signatures (SAS) to delegate access to Azure Storage. In this example, we'll focus on Azure Blob Storage. The steps will include. Creating a Blob Container in Azure Storage Generating a SAS Token for… [ Read more ]
-
Hands-on – Learn how to Backup and Restore in Azure App Service
Backing up and restoring an Azure App Service is an essential practice for ensuring that your application and its data are safe in case of issues like accidental changes, data corruption, or other disruptions. Azure provides built-in tools to make backup and restore processes easier… [ Read more ]
-
Hands-on guide on using Azure Storage Explorer in Azure Storage
Azure Storage Explorer is a free, standalone tool from Microsoft that allows you to easily manage and interact with Azure Storage resources such as Blob Storage, Queue Storage, File Storage, and Table Storage. With Azure Storage Explorer, you can upload, download, and manage data within… [ Read more ]
-
Hands-on guide to delegating access to Azure Storage with stored access policies
Let's walk through a practical demonstration on how to use stored access policies to delegate access to Azure Storage, specifically for Blob Storage. We'll create a stored access policy on a blob container, then generate a SAS token tied to this policy to share access… [ Read more ]
-
How applications run and scale in Azure App Service Plans
In Azure App Service, applications run and scale within the context of an App Service Plan. The App Service Plan defines the underlying infrastructure, including the region, resource allocation, and pricing tier, while the App Service itself is where your actual applications (such as web… [ Read more ]
-
How Cloud Services Responsibilities works in Azure
In Microsoft Azure, cloud services responsibilities are divided between the cloud service provider (Microsoft) and the customer. This division of responsibilities is often described using the Shared Responsibility Model. The model outlines what Azure is responsible for securing and managing, and what the customer is… [ Read more ]