Azure文件共享服务提供了多种方式的访问接口,包括Powershell,.Net, Java, Python等等,本章主要介绍如何使用Python来访问Azure File存储. 关于Python环境的安装,Azure SDK for python的安装配置,Linux和Windows上的模块升级,请参考博客: http://cloudapps.blog.51cto.com/3136598/1772880 首先,导入Azure storage file所需要的模块: from azure.st…