New to Azure. How to setup on-demand windows instance for CI/CD , with persistant storage?

Aubrey 1 Reputation point
2022-03-30T12:56:34.957+00:00

Hi. New here. By asking how i don't mean the step by step procedure. Just asking for someone to point me in the right direction. What to read on. Which services are suitable for a project comprising of this:
-a windows server, that can be booted and shutdown by a remote server (not on Azure, but Digital Ocean).
-The server will be running batch scripts, and build jobs. Once done, the server should deliver the files(or errors) to the remote server.
-When the server is shutdown, it does not lose data. So only persistant costs must be for SSD storage or similar.
-Temporary Costs will be for the duration the CPU is up and running on-demand.

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
705 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 37,746 Reputation points Microsoft Employee
    2022-04-01T16:18:31.08+00:00

    @Aubrey

    It sounds like Azure DevOps might meet your needs see this architecture guide for more information. You are not charged for VMs that are in a stopped state. So it also might be possible to simply keep a VM available that you start, remotely through either via CLI or Powershell.

    Hope this helps. Let me know if you have further questions or issues. If you have questions specific to Azure DevOps, please feel free to ask them on their dedicated forum.

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.