Fast.ai 's aws-alias.sh에서 영감을 얻은 Azure Virtual Machines 용 래퍼 스크립트
이것이 유용하기를 바랍니다.
환경에 따라 azure-env.sh
편집하십시오.
# set environment variables and aliases (you MUST do this before executing other commands)
source azure-env.sh
source azure-alias.sh
# start vm
azure-start
# get ip address
azure-ip
# ssh login
azure-ssh
# start jupyter notebook server from local machine
azure-start-jupyter
# open jupyter notebook on local machine
./azure-open-jupyter.sh
# stop and deallocate
azure-stop
MIT