Showing results for Tag: VMExtensions from Azure VM Runtime Team

Jul 15, 2025
Post comments count0
Post likes count0

Extension concerns when replacing the OS disk

Joseph Calev
Joseph Calev

One confusing area regarding extensions on Azure VMs is - what happens when the OS disk is swapped out? Well, in that case the extensions will run again. Is this the desired behavior? Well, we don't know. There are many types of extensions. Some handle monitoring and security, so those you'll probably want to keep. Some install applications, lik...

RunCommand
Jun 16, 2023
Post comments count0
Post likes count1

How to determine if your Runcommand script failed

Joseph Calev
Joseph Calev

Today, we're going to cover what can be a maddening issue in just determining whether your script failed. Let's start with a very simple operation. Open a Powershell window and run the following: This shouldn't be rocket science here. It's very clear that "this is an error" is, in fact, an error. So, with this universal fact determined, let's...

RunCommand