我在 Azure 中创建了一个业务中心容器,使用
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
安装后,我现在如何添加/安装 testtoolkit ?我没有看到有 -testtoolkit 变量?