This message was deleted.
# ask-for-help
s
This message was deleted.
j
do you have the azure-cli installed and configured?
s
Yes
(base) C:\Users\UR277MH\Pycharm\bentoml_aci>bentoctl init C\Users\UR277MH\Anaconda3\lib\site packages\paramiko\transport.py219: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish, C\Users\UR277MH\Anaconda3\Scripts\bentoctl.exe\ main .py4: DeprecationWarning: bentoml._internal.utils.buildx is deprecated. Make sure to use 'bentoml.container.build' and 'bentoml.container.health' instead. Bentoctl Interactive Deployment Config Builder Welcome! You are now in interactive mode. This mode will help you setup the deployment_config.yaml file required for deployment. Fill out the appropriate values for the fields. (deployment config will be saved to: ./deployment_config.yaml) api_version: v1 name: credit_risk operator: name: azure-container-instances template: terraform spec: resource_group: test acr_name: container1111111 cpu: 1 memory: 1 bentoml_port: '3000' filename for deployment_config [deployment_config.yaml]: deployment config generated to: deployment_config.yaml generated template files. - .\main.tf - .\bentoctl.tfvars
j
The init file is correct from the logs it seems like it is error out when bentoctl is trying to create the registry for the bento. The error is that bentoctl cannot find the azure-cli to perform the required actions. Let me see if I can reproduce this locally and I'll get back to you
s
Ok