# Standing up cluster on Azure

**URL:** https://discourse.julialang.org/t/standing-up-cluster-on-azure/47942
**Category:** Julia at Scale
**Tags:** question, azure-devops
**Created:** [October 7, 2020, 3:19pm UTC](https://discourse.julialang.org/t/standing-up-cluster-on-azure/47942 "2020-10-07T15:19:48Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![nickeubank](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nickeubank/32/3878_2.png) [@nickeubank](https://discourse.julialang.org/u/nickeubank)
#### Post date: [October 7, 2020, 3:19pm UTC](https://discourse.julialang.org/t/standing-up-cluster-on-azure/47942/1 "2020-10-07T15:19:48Z")

</div>

Hey All!

My program is trying to migrate a lot of our teaching and research towards using Azure instead of our on-site cluster (for which `ClusterManager.jl` has been amazing), and I was wondering if anyone had experience they could share.

Python (and dask in particular) has a [great little package](https://cloudprovider.dask.org/en/latest/) for starting up and configuring a cluster for dask – just a couple lines of code and the cluster gets stood up with proper images and vnet, and all you have to do is click a link to get a jupyterlab session on the head node. But I haven’t found anything similar for Azure.

[Azure.jl](https://github.com/JuliaComputing/Azure.jl) provides access to the Azure API to turn things on and off, but I’m not clear how to do things like register workers with a head node once the cluster is up, or whether there are good images already out there to use.

Thanks!

---

<div class="post-metadata">

### Author: ![nickeubank](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nickeubank/32/3878_2.png) [@nickeubank](https://discourse.julialang.org/u/nickeubank)
#### Post date: [October 7, 2020, 8:08pm UTC](https://discourse.julialang.org/t/standing-up-cluster-on-azure/47942/2 "2020-10-07T20:08:48Z")

</div>

(Something dynamically scalable, like clusters created in a Azure Machine Leaning workspace, would be ideal if possible…)
