Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neurocode-io/jupyter-azure-ad
Run Jupyter notebooks on Azure VMs with Active Directory integration
https://github.com/neurocode-io/jupyter-azure-ad
azure-vms jupyter-azure jupyter-notebooks
Last synced: 3 days ago
JSON representation
Run Jupyter notebooks on Azure VMs with Active Directory integration
- Host: GitHub
- URL: https://github.com/neurocode-io/jupyter-azure-ad
- Owner: neurocode-io
- License: mit
- Created: 2020-11-22T13:34:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-29T10:47:08.000Z (almost 4 years ago)
- Last Synced: 2024-12-25T16:29:38.586Z (about 2 months ago)
- Topics: azure-vms, jupyter-azure, jupyter-notebooks
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jupyter-azure-ad
Run Jupyter notebooks on Azure VMs with Active Directory integrationCreate an **.env** file:
```
cat << EOF > .env
subscriptionId=
spotInstance=true
vmAdminPassword=
# vmSize=Standard_NC24_Promo
vmSize=Standard_NC24
tenantId=
EOF
```afterwards you are all set. Just run the make create command to spin everything up
```
make create
```if you want to cleanup all resources, run:
```
make cleanup
```