Adding disks to Azure virtual machines is common scenario but we some time have to detach or delete the disks too. Removing a disk will require following simple steps in the Azure Portal : 1. Login to portal.azure.com with an Administrator account 2. Find the Virtual Machine you’d like to remove a disk from. 3. When you’ve found […]
Add a data disk to an Azure VM step by step?
Add a data disk to an Azure VM step by steps? How do I add a disk to an Azure Virtual Machine? Adding disks to Azure virtual machines is common scenario and can be done through Azure portal Adding a disk will require following simple steps in the Azure Portal : Login to portal.azure.com with […]
Static website hosting in Azure Storage
Today we will learn about hosting any static website in azure, for me it’s the cheapest solution. You can serve static content (HTML, CSS, JavaScript, and image files) directly from a storage container named $web. Hosting your content in Azure Storage enables you to use serverless architectures that include Azure Functions and other Platform as a service (PaaS) […]