问题描述
使用Azure CLI指令部署Azure Spring Cloud项目失败,错误消息提示没有安装“azure.storage.blob”模块
问题分析
根据错误提示,是python的模块中没有安装“azure.storage.blob”模块。所以需要先通过python安装此模块后,即可成功部署。
可以通过 pip list 指令来查看已经安装的模块
其他解决方法
使用 Powershell : https://docs.azure.cn/zh-cn/spring-cloud/spring-cloud-howto-deploy-powershell
使用 Azure Toolkit for IntelliJ : https://docs.azure.cn/zh-cn/spring-cloud/quickstart-deploy-apps?tabs=IntelliJ#generate-configurations-and-deploy-to-the-azure-spring-cloud