Optimal Windows Server Workflow

Ade 1 Reputation point
2021-09-13T17:12:41.717+00:00

Hello

I want to setup a server for a few hours every week but I need to save costs and I want to create some instances based on a specific instance I have pre-configured manually. I dont want to create a new instance, keep it on acquiring costs and then start to configure it (install IIS, download apps etc) each time. I may even need to setup up multiple insances of the same configuration. Please advise how I can achieve this in the most cost efficient way.

Also, is it possible to automate GUI apps on Windows?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,158 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Andreas Baumgarten 96,926 Reputation points MVP
    2021-09-13T17:37:04.207+00:00

    Hi @Ade ,

    maybe using a PowerShell script is an option:
    https://learn.microsoft.com/en-us/azure/virtual-machines/windows/tutorial-automate-vm-deployment
    In this example a VM with IIS will be created.

    Using the Custom Script extension it's also possible to install applications on the VM with Chocolatey during deployment: https://chocolatey.org/

    This way you get an automated deployment with the option to easy customize to you needs (for instance if the VMs are "almost the same but exactly the same").

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    0 comments No comments