Git Product home page Git Product logo

Comments (5)

freddydk avatar freddydk commented on May 18, 2024

If you use http://aka.ms/getbc or http://aka.ms/getbcext - you won't have these properties and the default image is business central latest
If you use http://aka.ms/getnav or http://aka.ms/getnavext - you will have these properties and the default image is nav latest
if you want BC 13 or 14 with CSIDE or symbolloading - you should use getnav.

from nav-arm-templates.

ChrisBlankDe avatar ChrisBlankDe commented on May 18, 2024

Im using (kind of) http://aka.ms/getnavworkshopvms.
I used PowerShell and had to add IncludeCSIDE and IncludeAL course the latest modification are a breaking change. Thought we can fix this...

$TemplateParameterObject = @{
  AcceptEula='Yes' 
  vmName=$RgName
  TimezoneId='W. Europe Standard Time'
  RemoteDesktopAccess='*'
  vmAdminUsername='***'
  navAdminUsername='***'
  adminPassword= '***'
  AssignPremiumPlan= 'Yes'
  CreateTestUsers= 'Yes'
  navDockerImage= 'mcr.microsoft.com/businesscentral/sandbox'
  RunWindowsUpdate='No'
  FinalSetupScriptUrl='https://raw.githubusercontent.com/ChrisBlankDe/nav-arm-extensions/master/AdditionalAppsViaChoco.ps1'
  EnableSymbolLoading = 'No'
  IncludeCSIDE = 'No'
  IncludeAL= 'Yes'
  LicenseFileUri = '***'
  count=78
  offset=10
}
New-AzureRmResourceGroupDeployment -TemplateUri "https://raw.githubusercontent.com/Microsoft/nav-arm-templates/master/getnavworkshopvms.json" -ResourceGroupName $RgName  -TemplateParameterObject $TemplateParameterObject -Name "$($RgName)Deploy" -Mode Incremental

from nav-arm-templates.

freddydk avatar freddydk commented on May 18, 2024

got you - yes, for that one you probably need:

$Parameters.Add("IncludeCSIDE", "No")
$Parameters.Add("ClickOnce", "No")
$Parameters.Add("EnableSymbolLoading", "No")

I might create a BC version of that as well.

BTW - this morning I checked in a change, which allows you to transfer a series of passwords seperated by comma to the adminpassword field.
Passwords will be assigned to the VMs from this list using $passwords[$no -mod $count] - meaning if you have just one password, nothing changes - but you can supply unique passwords for all VMs
Only thing that doesn't work is that you cannot have a comma in a password.

from nav-arm-templates.

ChrisBlankDe avatar ChrisBlankDe commented on May 18, 2024

Just an Idea: Maybe we should change this in navcontainerhelper or docker image.
Just throwing a warning when a user is using an parameter which makes no sense and ignore it.
This would make standardization much easier. Currently i have three different property sets (hybrid/FullApp/IsvEmbed) and also must decide which of the given parameters i have to add/remove based on the bc version for container creation.

Only thing that doesn't work is that you cannot have a comma in a password.

Saw it. Hope this wont be the source of to many error. Maybe we should pair this with an yes/no property?!

from nav-arm-templates.

freddydk avatar freddydk commented on May 18, 2024

It is only for the navworkshops template - it doesn't affect the other ones (which are the ones being used mostly).
IMO the properties are not due to container version - it is whether or not you use that in a project.
If your project is hybrid you need some settings - and cannot live without them. This is really the reason for the error - if you ask for symbolloading, then containerhelper should fail. Else you will discover something not working much much later.

from nav-arm-templates.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.