Is it possible to deploy a bundle? Like perhaps a way to deploy the PowerShell Application Toolkit packages that contain an exe, ps1 file, and a files directory containing the MSI or EXE files to be installed? Information seems kind of sketchy on how to deploy a group of files for a single application.
If we are using Windows OS on the VM, use the Azure Compute Gallery if Linux, we can use Custom Data file as script, the cloud-init can simply execute it. Even though Azure Compute Gallery supports linux. Is my understanding is correct? please correct me if I'm wrong
Great video! I have followed the steps.
TY Travis for another great demo! Very well explained and easy to follow along!
Thanks Len!
Impressive! Thanks Travis!
Is it possible to deploy a bundle? Like perhaps a way to deploy the PowerShell Application Toolkit packages that contain an exe, ps1 file, and a files directory containing the MSI or EXE files to be installed? Information seems kind of sketchy on how to deploy a group of files for a single application.
you can package everything in a zip and unzip as part of the install command
Excellent Tutorial
Great video, thank you for sharing this.
Hey Travis, Can you suggest that how do we get installation path?
Your channel is gem of Azure !
Subscribed. Very thoughtful video. Thanks :)
Love the video. Is there anyway this can be used with an Azure Policy to automatically install to new vms and automatically install to existing VMs?
Hey Travis, do you happen to know if Virtual apps can be made available on generalized images created for Hosted Machine Groups?
Really usefull demo, thank you Travis. Can you advise which certification requires the inclusion of this skill (App Deployment)
Can we copy image from azure compute gallery to storage account or can we download that using any cli commands?
If we are using Windows OS on the VM, use the Azure Compute Gallery
if Linux, we can use Custom Data file as script, the cloud-init can simply execute it.
Even though Azure Compute Gallery supports linux.
Is my understanding is correct? please correct me if I'm wrong
Hi Travis, great video. This works fine with Individual vm, is there way to install in multiple vms ?
Very timely, Is it possible to use this with azure policy to automatically deploy a custom application to new VMs or non-complaint VMs
Question: Let's say we have 10 windows virtual machines, and we want to uninstall the chrome, is the uninstall string is consistent on each VMs?
The string is unique to the application version, so it's the same.
@@Ciraltos Thank you!
Travis, do you know if this works with windows scale sets?
yes, it does
Thanks for the video. Is it possible to OS upgrade from compte gallery images ?
No, you could create a new image and upload it to the gallery, but upgrading would stop the VM and drop communication with Azure.
Super
Thanks