RE: Do I need a development license for developing apps in business central on local PC
Here are a few tips.
Powershell scrips (Must run as administrator)
After installing docker
Step 1 - Installs powershell script commands for BC
Import-Module BcContainerHelper
Step 2
Restart PC
Step 3 - downloads latest container setups and installs them
new-bccontainer -accept_eula 1 -containerName YOURCONTAINERNAME -artifacturl (Get-BcartifactUrl -type sandbox -country us -select Latest) -updateHosts -auth UserPassword -includeAL -isolation hyperv -windows
Step 4 - Shows information that relates to the Container you just made.
docker logs YOURCONTAINERNAME
Step 5
Shortcuts are created for the services including URL for application.
Verify connectivity to user url with credentials entered when prompted by powershell scrip
Step 6
Visual Studio Code development.