Microsoft rebranded the VSO with Azure DevOps and added a lot more capabilities to it a few months back to make it a complete DevOps solution for Modern Applications. During a community session on Azure DevOps, one of the attendees said it’s a good solution but their company is still not comfortable hosting their code on Microsoft’s server. Do we have a way to run the Azure DevOps in the company server like TFS? The answer at that time was no, but on November 20, Microsoft announced the first RC of Azure DevOps Server 2019. It’s basically the same codebase that they have packaged to host it in on-prem servers. Azure DevOps Server is supported in the following OS.

If you want to have 5 or fewer users, they have released the Azure DevOps Server 2019 Express edition, which doesn’t need a dedicated server to host the DevOps.

Let us see how to set up an Azure DevOps Server. Download the binaries from here and run the setup and follow the steps below :

Conclusion

Setting up the Azure DevOps Server 2019 on your system is quite simple and straightforward. You can download the express edition if your users are less than 5 and set it up on your laptop/desktop as well. However, for more production-level scenarios with more users, you need a dedicated Server for hosting DevOps Server. Once the setup is completed you can reach out to the localhost:8080 or DNS:8080 to access the Azure DevOps UI and start working on it immediately.