Hello, @kilian goëtz !
Are concurrent users allowed on Azure Dev Box? What are the features of Azure Dev Box compared to normal VMs?
I reached out to the Azure Dev Box team and was told this about simultaneous users:
Dev Box enables multiple users' scenario in a different way by providing them two separate dev boxes but enabling them to use/stop/pay for them as needed, using hibernation feature. This enables similar usage cost as a single box being used by two team members but enables better user experience by both users being able to customize these boxes for their use & maintain individual personalized state.
This means that Dev Box works slightly differently than normal VMs and allows for users to customize boxes and maintain an individual personalized state.
As far as Azure Dev Box features are concerned, they offer many additional features compared to a standard VM that specifically targets development teams:
- Preconfigured project or task based dev boxes can be deployed on demand by the developer based on their needs. This addresses organizational bottlenecks that are introduced when trying to spin up specific VM environments for teams of developers.
- Windows-based dev boxes support all the tools and resources needed for desktop, mobile, web apps, and game development. There is also Visual Studio and Git integration that streamlines sign-in and credential management. This removes another set of hurdles to get developers to a point where they can be productive faster.
- Comprehensive access controls and a centralized view of all dev boxes across the organization help maximize security. This helps to address organizational security requirements.
- Config-as-code definitions for Dev Box (Private Preview) allows you to deploy more than one workstation at a time, each with a different configuration for a different project or task.
- Pricing for Dev Box takes a hybrid approach between pure consumption and administrators that wanted predictable standardized monthly costs which is outlined here in the documentation:
https://azure.microsoft.com/en-us/pricing/details/dev-box/
I hope this has been helpful! Your feedback is important so please take a moment to accept answers.
If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!