How to identify boot, temp and data disks in Azure Linux VMs

In Azure, every VM has a persistent OS Disk that is used for booting the VM and contains the operating system. In addition to an OS disk, each VM also has a temporary disk that is present on the compute cluster hosting your VM. Why is my OS disk not @ /dev/sda? In most cases the OS disk is /dev/sda but in some odd cases it is not. This is not an Azure specific issue but a default Linux behavior....

April 30, 2019 · 3 min · Kay Singh

Microsoft Ignite 2018: VM Scale Sets + Shared Image Gallery = Infrastructure at scale - BRK3339

When you need to create a lot of instances from a custom VM image, VM Scale Sets and Shared Image Gallery are the services you need to use. In this session we walk through how to combine the power of VM Scale Sets & Shared Image Gallery to build infrastructure at scale.

September 27, 2018 · 1 min · Kay Singh

Microsoft Ignite 2018: What's new in Managed Disks - THR2263

Managed Disks make the managedment of disks a breeze in Azure. In this session I talk about the updates we’ve introduced to Managed Disks since Ignite 2017.

September 26, 2018 · 1 min · Kay Singh

Microsoft Ignite 2018: Migrating your IaaS infrastructure from ASM to ARM without downtime - THR2265

Azure Resource Manager stack has been released for almost three years now. In those three years many features have been added that are exclusive to Azure Resource Manager. In this session, I demonstrate the process of migrating your existing infrastructure to Azure Resource Manager without downtime. See a list of all the benefits here: https://azure.microsoft.com/en-us/blog/migrate-iaas-to-azure-resource-manager.

September 25, 2018 · 1 min · Kay Singh

Vertical Scale Runbooks Updated with the latest Azure VM Sizes

In the world of cloud, horizontal scaling is well understood these days. It is easy to use applications like Kubernetes to automate the scale out your containerized applications based on workload demand. For applications running on VMs, we have cloud native services like VM Scale Sets that make scaling in and out a breeze. However, for an on-prem application going through a lift & shift to the cloud, vertical scaling of the VM is still the king....

December 10, 2017 · 1 min · Kay Singh

Understanding the Azure B Series and CPU credits

Azure recently introduced its first burstable VM size - the B-series. This VM type is meant to compete directly with AWS' T2 instances. In the below few words (or more :smile: ) I try to explain what this means and why you should care. If you still have questions after reading, hit me up on Twitter or leave a comment below. So why do I need a burstable size anyway? If you have applications that remain idle for a long time and burst occasionally, then the B-series might be the perfect fit for you....

November 13, 2017 · 7 min · Kay Singh

Integrating Azure Automation Runbook Output with Logic Apps

Problem One of the challenges I have come across the last few days while working with Azure Automation & Logic Apps is how to integrate the output of the Automation Runbook in the Logic Apps workflow. Here’s the scenario, I have been trying to solve - Given an AzureRM resource Id, I want to parse out the name of the subscription, resource group & name of the resource. Here’s an example AzureRM resource Id for reference...

October 29, 2017 · 4 min · Kay Singh