Helper to get started with your own Build Agent on Azure for Dynamics 365 Business Central using ALOps on Azure DevOps.
The PowerShell code is probably not best-practice, but it's meant as a starting point for people having trouble getting started 😊
Attention You'll need to have at least "User Access Administrator"-permissions in the used Azure Subscription, otherwise you're not able to create Automation Accounts
Clone this repository, update Parameters.ps1 in sub-directory "Parameters" and run it. When the script is completed you'll have
- A new Build Agent VM (based on Freddys template (https://raw.githubusercontent.com/microsoft/nav-arm-templates/master/buildagent.json))
- A scheduled RunBook that automatically starts/stops the VM to avoid high costs
- (Almost) all necessary elements in your DevOps repository to get started (see documentation in RunSetup.ps1)