Showing results for Tag: VMApplications from Azure VM Runtime Team

Dec 11, 2023
0
0

The treatFailureAsDeploymentFailure flag

Joseph Calev
Joseph Calev

In both VmApplications and RunCommand, we support a property called "treatFailureAsDeploymentFailure". Note that for Managed RunCommand it may not be visible yet in Powershell or CLI, but it is available via ARM. Note that this flag is only available for managed RunCommand. It is not available for action RunCommand. For those unaware, managed RunCo...

VM ApplicationsRunCommand
Jul 5, 2023
0
0

Working with VM Application Names

Joseph Calev
Joseph Calev

I admit that VM Application names can be a bit tricky, or at least non-intuitive. The basic issue is this, you have some binary - let's call it MyApp.exe - and you want to install it on your VM. Therefore, you create a blob with the name MyBlob and set your install script to the following: You then name your VM Application "MyVmApp" and d...

VM Applications
Jun 19, 2023
0
1

Working with unmanaged storage account quotas in VM Applications

Joseph Calev
Joseph Calev

While working with VM Applications, it's possible to receive the following error. Operation could not be completed as it results in exceeding approved UnmanagedStorageAccountCount quota. Additional details - Deployment Model: Resource Manager, Location: northeurope, Current Limit: 64, Current Usage: 64, Additional Required: 1, (Minimum) New Limi...

VM Applications
Feb 17, 2023
0
2

RunCommand vs Custom Script Extension vs VM Applications

Joseph Calev
Joseph Calev

I'm sure that many of you would swear that Microsoft loves to confuse you. Currently, there are not three but four ways to run code on your machine. Now, I know what you're saying. "I just want to run this thing on my machine! Which do I choose?" Well, here I hope to clear that up. First, all of the above work on both Window...

VM ApplicationsRunCommandAzure VM Runtime Team
Feb 10, 2023
1
2

Managing VM Applications with Azure Policies

Joseph Calev
Joseph Calev

For those unacquainted with the feature, VM Applications allow you to manage applications across virtual machines and virtual machine scale sets. What exactly is an "application"? In truth, it's whatever you want. Typically, it's something that runs for a long period of time on the box, such as a service. However, the definition is really up to you...

VM ApplicationsAzure VM Runtime Team