I have created a Business Central conatiner in Azure using
az container create `
--resource-group 'RG-Container' `
--name 'democontainer’ `
--image mcr.microsoft.com/businesscentral/sandbox:13.1.25940.26323 `
--dns-name-label $'democontainer’ `
--port 80
Once installed, how can i now add / install the testtoolkit ? I dont see there being a -testtoolkit variable ?