Initial Microsoft Business Central on Sandbox (Prepare Development Environment) - Neounknow/BC-Sandbox GitHub Wiki
For more your information: Working with Development Sandboxes and Entitlements
Preparing Docker
- Download Docker
- Install Docker
- SignUp & SignIn Docker
- Switch the docker mode from Linux to Window container via right click the icon
Preparing Powershell
- Install BcContainerHelper via powershell
Install-Module -Name BcContainerHelper
- Create container & download image via powershell
New-BCContainer -accept_eula -updateHosts -containerName bcsandboxau -artifactUrl (Get-BCArtifactUrl -country au) -assignPremiumPlan -WebClientPort 1234 -DeveloperServicesPort 1804
- Fill user & password.
Error If username contain dot or password is not meet at least 1 upper and 1 number, suggest to use P@ssword1
unable to update the password. the value provided for the new password does not meet the length, complexity, or history requirements of the domain.