BcAuthContext
-
Publishing apps to a Business Central Online Environment
There are 2 kinds of apps: AppSource Apps and Per Tenant Extensions (PTEs). These apps can be installed in two kinds of environments: Sandbox and Production. In Production, AppSource Apps are installed in the global scope and Per Tenant Extensions are installed in the Tenant Scope. In Sandbox environments you can also install apps to the development scope (like what VS Code does). This blog post will describe how you can use BcContainerHelper 2.0.2 to install apps in any of...
-
BcAuthContext
The latest version of BcContainerHelper (BcContainerHelper version 2.0.1 | Freddys blog) comes with a new concept called a BcAuthContext. A BcAuthContext is really just a hashtable with authentication information for a Business Central online tenant. This blog post describes the concept and how to obtain and refresh a BcAuthContext. Subsequent blog posts will describe how to use them. A BcAuthContext is created using New-BcAuthContext. New-BcAuthContext supports 4 different OAuth2 flows: Devicecode – this flow is where you will be asked...
-
BcContainerHelper version 2.0.1
Version 2.0.1 of BcContainerHelper was shipped with a number of very exciting new featuers. This blog post will list the features and I will have to document them elsewhere. Run-AlPipeline and Compile-AppInBcContainer with -failOn ‘error’ will now mark a build as succeeded with Warnings if there are warnings in the build. New-BcContainer with -FilesOnly will create a container with no service tier, no sql database, no IIS, just all the files from a normal docker container copied to a container...

