Introduction In this blogpost, i will walk you through the process of setting up an Nginx container using Docker, with both a Docker-managed volume and bind mount. This allows you to manage data persistence and easily share files between the host sys...
In this blogpost i will walk you through the process of building a container image and publishing it to DockerHub. What Is a Container? Containers are isolated execution environments with an (operating system)OS-level virtualization, Isolated librari...
Deploy a Windows VM with Azure Resource Manager Introduction One powerful feature Azure provides is the ability to deploy VMs using custom templates, streamlining the process and ensuring consistency across deployments. Azure Resource Manager is an I...
Introduction In today's cloud-driven world, businesses are increasingly adopting virtual machines (VMs) to efficiently manage their data and applications. Microsoft Azure provides a robust platform for hosting SQL Server databases on virtual machines...
Introduction One significant aspect of Azure's flexibility lies in its Microsoft Entra ID system, allowing organizations to manage access to Azure resources. If the Azure built In roles don't meet your company's specific needs of your organization, y...
Introduction Creating bulk users in Microsoft Entra ID formerly known as Azure Active Directory (Azure AD) can be achieved by using various methods such as PowerShell scripts, CSV file imports, or third-party tools. In order to create bulk users , yo...
Introduction In the ever-expanding world of cloud computing, security is still critical. Microsoft's cloud platform, Azure, provides a plethora of tools and services to protect your resources and data. Shared Access Signature (SAS) tokens are one suc...
Outline Step1 - Sign into Azure Portal Step 2 - Create a Storage Account Step 2A - Basic Settings Step 2B - Advanced settings Step 2C - Networking Settings Step 2D - Data Protection Settings Step 2E - Encryption settings Step 2F - Tags Step 2G - Vali...
Overview Step 1 - Sign into the Azure Portal Step 2 - Navigate to the Virtual Machine Scale Sets Page Step 3 - Create a VM Scale Sets (VMSS) Step 4 - Configure Settings Step 5A - Basic settings: Configure Auto scaling Step 5B - Administrator Account ...
To create a data disk and initialize it on your Windows Virtual Machine (VM) on Azure, you can follow these steps: Step 1. Sign in to the Azure portal: Go to https://portal.azure.comand sign in with your Azure account credentials Step 2. Navigate to ...