I am trying to use the following to create a container in Azure:
New-NavContainer -accept_eula -containerName "test" -auth Windows -imageName
"mcr.microsoft.com/businesscentral/sandbox:base" -includeCSide -enableSymbolLoading -licenseFile
"licence.flf"
The reason I was using New-NavContainer is because it allows to specify the licence file.
But it doesnt seem to allow setting the ResourceGroup in Azure: So instead i tried using the following:
az container create --name ….
Does the New-NavContainer on host locally ?