https://github.com/microsoft/nav-arm-templates
ARM (Azure Resource Manager) templates for Microsoft Dynamics NAV
https://github.com/microsoft/nav-arm-templates
bcopensource
Last synced: 10 months ago
JSON representation
ARM (Azure Resource Manager) templates for Microsoft Dynamics NAV
- Host: GitHub
- URL: https://github.com/microsoft/nav-arm-templates
- Owner: microsoft
- License: mit
- Created: 2017-10-11T01:52:09.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-07-24T17:11:15.000Z (12 months ago)
- Last Synced: 2025-09-16T00:42:05.615Z (10 months ago)
- Topics: bcopensource
- Language: PowerShell
- Homepage:
- Size: 789 KB
- Stars: 62
- Watchers: 23
- Forks: 55
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Business Central/NAV ARM Templates
In order to deploy ARM templates from your fork, use:
`https://freddyk.azurewebsites.net/api/deploy?template=https://raw.githubusercontent.com//nav-arm-templates//.json`
Where
- `` is your GitHub user name (location of the fork)
- `` is the branch you want to deploy from
- `` is the name of the template to use
## Available templates
| 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:** You can add parameters for prepopulating fields in the ARM template.
## Examples
- getbc -> https://freddyk.azurewebsites.net/api/deploy?template=https://raw.githubusercontent.com/freddydk/nav-arm-templates/master/getbc.json&nchbranch=preview&vmname=myvm
- buildagent -> https://freddyk.azurewebsites.net/api/deploy?template=https://raw.githubusercontent.com/freddydk/nav-arm-templates/master/buildagent.json&nchbranch=preview
# Contributing
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](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.