Git Product home page Git Product logo

Comments (10)

freddydk avatar freddydk commented on May 21, 2024

How are running the azuredeploy.json template?
What docker image are you specifying?

from nav-arm-templates.

brooksca avatar brooksca commented on May 21, 2024

Hey Freddy,

I'm using the https://aka.ms/getbc link to open the template in Azure. The image that is populated in the template is mcr.microsoft.com/businesscentral/onprem. Below are the parameters I'm using in the template:

Subscription: [My Subscription]
Resource group: [My BCResourceGroup]
Location: (US) East US 2

Vm Name: [Server name]
Timezone Id: Eastern Standard Time
Accept Eula: Yes
Remote Desktop Access: [Client IP]
Operating System: Windows Server 2019 with Containers
Vm Size: Standard_D3_v2
Vm Admin Username: [Username]
BC Admin Username: [Username]
Admin Password: [Password]
BC Docker Image: mcr.microsoft.com/businesscentral/onprem
Assign Premium Plan: No
Create Test Users: No
License File Uri:
Enable Task Scheduler: Yes
Office365User Name:
Office365Password:
Create Aad Users: No
Bing Maps Key:
Run Windows Update: No
Contact E Mail For Lets Encrypt: [Email]
Auto Shutdown: Enabled
Auto Shutdown Time: 23:00
Add Traefik: No

from nav-arm-templates.

freddydk avatar freddydk commented on May 21, 2024

The default onprem image is W1, which contains international demo data.
Have you tried to deploy the North American version?
add :NA to the docker image name to get North America.

from nav-arm-templates.

brooksca avatar brooksca commented on May 21, 2024

Added :NA to the end of the image, i.e.
"BC Docker Image: mcr.microsoft.com/businesscentral/onprem:NA"

VM and auxiliary resources spun up correctly, but on the BC landing page, I'm seeing this:
image

from nav-arm-templates.

freddydk avatar freddydk commented on May 21, 2024

Not sure what the cause of that is - typically the docker name should be lowercase, but I am pretty sure it doesn't matter.
I would delete this and try again.

from nav-arm-templates.

freddydk avatar freddydk commented on May 21, 2024

Actually it does matter - you need to specify :na (lowercase) - sorry.

from nav-arm-templates.

freddydk avatar freddydk commented on May 21, 2024

Did you try with :na - did this fix the issue?

from nav-arm-templates.

brooksca avatar brooksca commented on May 21, 2024

Sorry for the delay, Freddy. I'm not sure if the image that was downloaded was correct or not as the ports of the container are not mapping to the host ports. Docker on the host reports that the image is running, but shows no I/O activity and can't be killed or stopped even after restarting the Docker service and the host machine. There are no errors in the installation status, but something is getting hosed up during the installation. I've tried both with using the :na flag and without and I'm getting the same results.

from nav-arm-templates.

freddydk avatar freddydk commented on May 21, 2024

Sounds like you have a Zombie container.
https://freddysblog.com/2019/08/07/zombie-containers-skip-this-build/
One of the comments describes how to get rid of it.

from nav-arm-templates.

brooksca avatar brooksca commented on May 21, 2024

Ended up deleting the Azure resources altogether and re-running the ARM template. The lower-case :na on the end of the container name worked, so we're all good. Thanks for all your help.

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.