In order to deploy ARM templates from this repository (or your fork), use the standard Azure portal deployment URL:
https://portal.azure.com/#create/Microsoft.Template/uri/<url-encoded-template-url>
Where <url-encoded-template-url> is the URL-encoded raw URL of the template, e.g. the URL-encoded form of
https://raw.githubusercontent.com/<githubusername>/nav-arm-templates/<branch>/<template>.json
Where
<githubusername>is the GitHub user name (usemicrosoftfor the original templates, or your own user name for a fork)<branch>is the branch you want to deploy from<template>is the name of the template to use
| Name | Description |
|---|---|
| getbc | Get Azure VM with Business Central on Docker with standard questionnaire |
| getbcext | Get Azure VM with Business Central on Docker with extended questionnaire |
| buildagent | Get Azure VM pre-configured as Build Agent for GitHub or Azure DevOps |
| getnav | Get Azure VM with NAV on Docker with standard questionnaire |
| getnavext | Get Azure VM with NAV on Docker with extended questionnaire |
Note: After opening the deployment URL, the Azure portal will prompt you for the values of the fields in the ARM template.
- getbc -> https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2Fnav-arm-templates%2Fmaster%2Fgetbc.json
- buildagent -> https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2Fnav-arm-templates%2Fmaster%2Fbuildagent.json
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.