1. Azure API 라이브러리 download 방법 준비 : python2 or 3 설정 완료 1.1. (pip 설치) 사이트에서 get-pip.py 다운 site : https://bootstrap.pypa.io/ 1.2. cmd 창에서 명령어 실행 python get-pip.py 설치 완료 되면 %python_home%\Scipts 폴더에 pip 확인가능 1.3. cmd 창에서 명령어 실행 pip install azure-storage-blob pip install azure-mgmt-storage pip install azure-mgmt-compute pip install azure-mgmt-resource pip install azure-mgmt-network 설치 완료 되면 %python_h..