我正在尝试实施 Azure DevOps 发布管道以在 Azure ML 上部署机器学习模型。我正在使用 6 个任务:
- 使用python版本
- 天蓝色命令行:
az extension add -n azure-cli-ml
- 天蓝色命令行:
az ml model deploy -g <RG> -w <WS> -n <SN> -f ../metadata/model.json --dc aciDeploymentConfig.yml --ic inferenceConfig.yml --overwrite
- Bash 任务:pip 安装要求。
- Azure CLI:运行一些集成测试。
- 发布测试结果。
我的管道在部署任务上失败,并出现错误:
Conflict of operation, another operation on same entity is already running in workspace mlops-wrksp.
Script failed with exit code: 1
没有其他管道正在运行,我正在使用 Microsoft 托管的代理。