ARM (Azure Resource Manager) templates for Microsoft Dynamics NAV
Перейти к файлу
Freddy Kristiansen 2afd99d56c
Update install for build agent (#217)
Co-authored-by: freddydk <freddydk@users.noreply.github.com>
2023-10-10 19:43:28 +02:00
Environments/getbc set default to Windows Server 2022 2023-06-29 08:46:12 +02:00
Saas Utilize CustomNavSettings 2019-05-21 13:05:04 +02:00
request containername bcserver 2021-11-07 10:10:56 +01:00
AgentImage.DOCKERFILE support docker agents 2022-06-12 08:35:29 +02:00
AgentImage.start.ps1 fix 2022-06-14 12:10:53 +02:00
CODEOWNERS Uptake new GitHub teams in CODEOWNERS (#212) 2023-09-06 07:43:32 +02:00
CleanupAfterDocker.ps1 Updated stale link to ex-MS employee's repo 2023-01-16 17:17:28 +00:00
Default.aspx containername bcserver 2021-11-07 10:10:56 +01:00
FixContainer.ps1 fixcontainerscript 2018-10-01 16:45:36 -07:00
Install-VS2017Community.ps1 ignore errors on status.txt 2020-06-11 15:02:55 +02:00
InstallOrUpdateDockerEngine.ps1 fix for PowerShell 7 (#216) 2023-09-29 12:38:07 +02:00
LICENSE Initial commit 2017-10-10 18:52:12 -07:00
Microsoft.png Initial commit 2017-10-11 03:55:05 +02:00
README.md Remove the need for the Insider SAS Token (#213) 2023-09-29 08:37:29 +02:00
RemoveDockerEngine.ps1 fix docker install 2021-11-05 11:00:54 +01:00
Request.ps1 bccontainerhelper fixes 2020-07-29 07:05:44 +02:00
RequestTaskDef.xml Request Replacement of NavServerContainer 2018-11-06 12:00:11 +01:00
RestartContainers.ps1 restart all 2019-08-27 17:23:38 +02:00
RunQueue.ps1 bccontainerhelper fixes 2020-07-29 07:05:44 +02:00
SECURITY.md Microsoft mandatory file 2023-06-12 18:26:48 +00:00
SetupAgents.ps1 restart unless stopped 2022-06-15 07:33:00 +02:00
SetupDesktop.ps1 Change shortcut 2020-08-27 05:25:57 +02:00
SetupDockerAgentStart.ps1 ignore errors on status.txt 2020-06-11 15:02:55 +02:00
SetupDockerAgentVM.ps1 ignore errors on status.txt 2020-06-11 15:02:55 +02:00
SetupNavContainer.ps1 Bug when using accept insider eula (#215) 2023-09-29 11:48:35 +02:00
SetupStart.ps1 add ms graph 2023-05-07 07:09:21 +02:00
SetupVm.ps1 Use optional encryption for SQL Developer initialization (#208) 2023-08-25 07:37:58 +02:00
SetupWebClient.ps1 SetupWebClient to copy missing file 2018-11-16 20:55:58 +01:00
SetupWorkshop.ps1 Rename Log function 2020-06-11 12:57:10 +02:00
StartDockerAgent.ps1 Do not use hardcoded storage 2019-11-14 16:19:37 +01:00
TestScript.ps1 Hello World test script 2018-12-03 12:48:38 +01:00
aci.json Update docker image location 2019-07-16 10:58:12 +02:00
additional-install.ps1 install 4.8 2023-06-29 08:38:34 +02:00
additional-installforbuildagent.ps1 Update install for build agent (#217) 2023-10-10 19:43:28 +02:00
bcsandboxazure.json Remove the need for the Insider SAS Token (#213) 2023-09-29 08:37:29 +02:00
buildagent.json set default to Windows Server 2022 2023-06-29 08:46:12 +02:00
getbc.json Remove the need for the Insider SAS Token (#213) 2023-09-29 08:37:29 +02:00
getbcext.json Remove the need for the Insider SAS Token (#213) 2023-09-29 08:37:29 +02:00
getnav.json Remove the need for the Insider SAS Token (#213) 2023-09-29 08:37:29 +02:00
getnavext.json Remove the need for the Insider SAS Token (#213) 2023-09-29 08:37:29 +02:00
initbuildagent.ps1 ok 2023-06-29 11:26:19 +02:00
initialize.ps1 Remove the need for the Insider SAS Token (#213) 2023-09-29 08:37:29 +02:00
line.png Initial commit 2017-10-11 03:55:05 +02:00
request.aspx change token to requesttoken and end transcript 2018-11-07 07:18:21 +01:00
status.aspx Change to BcContainerHelper 2020-07-28 18:33:26 +02:00
test-arm.ps1 remove reference to containers sku 2022-09-08 10:28:35 +02:00
web.config Support ACME v2 2019-10-11 15:58:49 +02:00

README.md

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/<githubusername>/nav-arm-templates/<branch>/<template>.json

Where

  • <githubusername> is your GitHub user name (location of the fork)
  • <branch> is the branch you want to deploy from
  • <template> 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

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. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.