To extend the disk volume using powershell is pretty simple, Provided that you have admin access on VM and you know how much size is available on the disk for extension, here is how you would do it. Start Windows PowerShell in elivated mode (Run As Administrator): Enter the following command to resize the volume […]
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) […]