Azure DevOps Server
View on Wikipedia| Azure DevOps Server | |
|---|---|
| Developer | Microsoft |
| Release | 2005 |
| Stable release | Azure DevOps Server
/ October 7, 2025[1] |
| Operating system | Microsoft Windows |
| Type | Application lifecycle management |
| License | Trialware |
| Website | azure |
Azure DevOps Server, formerly known as Team Foundation Server (TFS) and Visual Studio Team System (VSTS), is a Microsoft product that provides version control (either with Team Foundation Version Control (TFVC) or Git), reporting, requirements management, project management (for both agile software development and waterfall teams), automated builds, testing and release management capabilities. It covers the entire application lifecycle and enables DevOps capabilities.[2] Azure DevOps can be used as a back-end to numerous integrated development environments (IDEs) but is tailored for Microsoft Visual Studio and Eclipse on all platforms.[3]
On-premises vs. online
[edit]Azure DevOps is available in two different forms: on-premises ("Server") and online ("Services").[4] The latter form is called Azure DevOps Services (formerly Visual Studio Online before it was renamed to Visual Studio Team Services in 2015). The cloud service is backed by the Microsoft Azure cloud platform. It uses the same code as the on-premises version of Azure DevOps, with minor modifications, and implements the most recent features. A user signs in using a Microsoft account to set up an environment, creating projects and adding team members. New features developed in short development cycles are added to the cloud version first. These features migrate to the on-premises version as updates, at approximately three-month intervals.[5]
Architecture
[edit]Server architecture
[edit]Azure DevOps is built on multi-tier scalable architecture. The primary structure consists of an application tier responsible for processing logic and maintaining the web application portal (referred to as Team Web Access or TWA). Azure DevOps is built using Windows Communication Foundation web services. To support scalability, the application tier can be load balanced and the data tier can be clustered.[6]
The primary container is the project collection. A project collection is a database that contains a group of Team Projects. Data from the project collection databases is aggregated into the warehouse database, which denormalizes the data in preparation for loading into an Analysis Services cube. The warehouse and the cube allow complex trend reporting and data analysis.
Azure DevOps can integrate with an existing SharePoint farm.[7] To support teams requiring enterprise project scheduling, Azure DevOps also integrates with Microsoft Project Server.
Extensibility
[edit]Microsoft provides two standalone redistributed APIs for connecting to Azure DevOps: a Java SDK and a .NET Framework SDK. These APIs allow for client connectivity to Azure DevOps. Because Azure DevOps is written on a service-oriented architecture, it can communicate with virtually any tool that can call a web service. Another extensible mechanism is subscribing to system alerts: for example, alerts that a work item was changed, or a build completed.[8] When used in an extensible scenario, these alerts can be sent to a web service, triggering actions to alter or update work items (such as implementing advanced business rules or generating work items programmatically based on a given scenario).
The data warehouse can also be extended through the creation of custom data warehouse adapters.[9]
Clients
[edit]Azure DevOps supports Visual Studio 2010 and later, Microsoft Test Manager (MTM) 2012, and 2013. Eclipse, older versions of Visual Studio, and other environments can be plugged into Azure DevOps using the Microsoft Source Code Control Integration Provider.[10]
Microsoft Excel and Microsoft Project are also supported to help manage work items which allows for bulk update, bulk entry and bulk export of work items. Microsoft Project can be used to schedule work when conforming to a waterfall software development methodology. Both Excel and Project support bi-directional updates of data. This allows, for example, project managers to put a schedule in Project, have that work imported into Azure DevOps where developers update the work and then the schedule can be updated.
With Team Foundation Server 2012, Microsoft PowerPoint was also integrated with Azure DevOps to enable rapid storyboard development to help with the requirements management process. The integration provides extensible storyboard shapes that can be used to build any type of interface mockup that can then be animated with PowerPoint's built-in functions. These storyboards can then be linked to work items.
In an effort to handle the growing geographic dispersion of teams and to involve stakeholders earlier and more often in the process, Microsoft added the Feedback Client.[11] This tool allows users to exercise an application, annotate what they are seeing with audio and video, capture screens and provide contextual feedback to the development team.
Work items
[edit]At the heart of Azure DevOps is the "work item", which can be work that needs to be accomplished, a risk to track, a test case, a bug, etc. Work items are defined through the XML documents and are highly extensible.[12] Work items are combined into a Process Template that contains these and other pieces of information to provide a development framework. Azure DevOps includes Process Templates for the Microsoft Solutions Framework for Agile, Scrum and CMMI.[13]
Work items can be linked to each other using different relationships to create a hierarchical tree of work items or a flat relationship between work items. Work items can also be linked to external artifacts such as web pages, documents, source code, build results, test results and specific versions of items in source control.
The flexibility in the work item system allows Azure DevOps to play many roles from requirements management to bug tracking, risk and issue tracking, as well as recording the results of reviews. The extensible linking capabilities ensure that traceability from requirements to source code to test cases and results can be accomplished and reported on for auditing purposes as well as historical understanding of changes.
Source control
[edit]Azure DevOps supports two different types of source control – its original source control engine called Team Foundation Version Control (TFVC) and with the release of TFS 2013, it supports Git as a core source control repository.
Team Foundation Version Control
[edit]TFVC is a centralized version control system allowing teams to store any type of artifact within its repository.[14] TFVC supports two different types of workspaces when working with client tools – Server Workspaces and Local Workspaces.[15] Server workspaces allow developers to lock files for check-out and provide notification to other developers that files are being edited. A frequent complaint for this model is that files on the development machine are marked as read-only. It also requires developers to "go offline" when the server can't be contacted. Local workspaces were designed to avoid these problems. In a local workspace scenario files are not read-only and they do not have to be checked out before working on them. As long as the files are on the developer's local machine, it doesn't matter if the server is connected or not. Conflicts are dealt with at check-in time.
To improve performance for remote clients, Azure DevOps includes the ability to install Proxy Servers.[16] Proxy servers allow source control contents to be cached at a site closer to the developers to avoid long network trips and the associated latency. Check-ins are still performed directly against the Azure DevOps application tier so the Proxy Server is most beneficial in read scenarios.
As part of the source control engine, Azure DevOps supports a number of features to help developers ensure the code that is checked in follows configurable rules. Azure DevOps also supports a Code Analysis feature that when used independently is known as FxCop.
Git
[edit]With the release of TFS 2013, Microsoft added native support for Git. This is not a Microsoft specific implementation but a standard implementation based on the libgit2[17] library. Because Microsoft took the approach of using a standard library, any Git client can now be used natively with Azure DevOps. This allows tools on any platform and any IDE that support Git to connect to Azure DevOps. In addition, if developers do not want to use Microsoft's Team Explorer Everywhere plug-in for Eclipse, they can choose to use eGit[18] to connect to Azure DevOps.
Reporting
[edit]The reporting infrastructure consists of a data warehouse,[19] which is a relational database and a SQL Server Analysis Services data cube.[20] Both of these sources are available for reporting through SQL Server Reporting Services when this option is installed. Since these are standard database and cube structures, any tool which can point to these data sources can report from them. This includes tools such as Cognos, Tableau, Excel and other reporting tools. Included with each out of the box process template is a set of reports for reporting services which cover Build information, Test results and progress, project management, agile reports (Backlog Overview, Release Burndown, Sprint Burndown and Velocity), bug and issue data. New reports can be created using Report Builder for SSRS and any of the existing reports can be modified.
TFS 2013 introduced a new feature called "light-weight reporting" which provides for the ability to create real-time reports based on query results and which do not rely on the warehouse or cube.
Team Build
[edit]Team Build (prior to TFS 2015) is a build server application included with Team Foundation Server. Two components make up Team Build – MSBuild and Windows Workflow Foundation. MSBuild is a declarative XML language similar to Apache Ant.
Windows Workflow controls the overall flow of the build process, and Azure DevOps includes many pre-built workflow activities for managing common tasks that are performed during a build.[21] The build system is extensible with users being able to create their own workflow activities, the ability to inject MSBuild into the process and to execute external processes.
The build process can be configured for various types of builds including scheduled builds, continuous integration, gated check-in and rolling builds.
The build process in Azure DevOps is also part of the traceability mechanism in that Team Build brings together many of the artifacts that are created and stored in Azure DevOps. Assuming developers associate source code with work items on check-in, Team Build has the ability to report on the changes in each build – both source code changes and work item changes as well as test results. As bugs and PBIs are resolved and integrated into builds, the work items which track these artifacts are automatically updated to indicate in which build they were successfully integrated. Combined with the testing tools, testers then get an integrated view of what code was changed in each build, but also which bugs, PBIs and other work changed from build to build.
Release management
[edit]In mid-2013 Microsoft purchased a product called InRelease from InCycle Software.[22] InRelease was fully incorporated into Team Foundation Server 2013. This capability complemented the automated build and testing processes by allowing a true continuous deployment solution. The tools were re-branded "Release Management" for TFS 2013. The Release Management capabilities give teams the ability to perform a controlled, workflow (provided by Windows Workflow Foundation) driven release to development, test and production environments and provides dashboards for monitoring the progress of one or more releases.
History
[edit]This first version of Team Foundation Server was released March 17, 2006.[23]
| Product name | Form | Release year | Version Number [24][25] |
|---|---|---|---|
| Team Foundation Server 2005 | On-premises | 2006 | 8 |
| Team Foundation Server 2008 | On-premises | 2008 | 9 |
| Team Foundation Server 2010[26] | On-premises | 2010 | 10 |
| Team Foundation Service Preview | Cloud | 2012 | |
| Team Foundation Server 2012 | On-premises | 2012 | 11 |
| Visual Studio Online[27] | Cloud | 2013 | |
| Team Foundation Server 2013 | On-premises | 2013 | 12 |
| Team Foundation Server 2015 | On-premises | 2015 | 14 |
| Visual Studio Team Services | Cloud | 2015 | |
| Team Foundation Server 2017 | On-premises | 2017 | 15 |
| Team Foundation Server 2018 | On-premises | 2017 | 16 |
| Azure DevOps Services[28] | Cloud | 2018 | |
| Azure DevOps Server 2019[29] | On-premises | 2019 | 17 |
| Azure DevOps Server 2020 | On-premises | 2020 | 18 |
| Azure DevOps Server 2022[30] | On-premises | 2022 |
See also
[edit]- Comparison of version-control software
- Comparison of issue-tracking systems
- Microsoft Teams
- Microsoft Visual SourceSafe (VSS)
- List of version-control software
- Rational Team Concert
- SVNBridge, a Windows client or server side extension to TFS that allows access to TFS revision controlled items from Subversion client applications.
References
[edit]- ^ "Azure DevOps Server Release Notes". Microsoft Learn. Retrieved 2025-10-25.
- ^ "Application Lifecycle Management with Visual Studio and Team Foundation Server". MSDN. Microsoft. 2013. Retrieved 2013-10-15.
- ^ "Adopting Team Explorer Everywhere". MSDN. Microsoft. 28 April 2015. Retrieved 26 May 2017.
- ^ "What Is Azure DevOps? Services, Examples, and Best Practices". codefresh.io.
- ^ "New Release 'Cadence' Begins with Visual Studio 2012 Update 2". 1105 Media. 2013. Retrieved 2013-10-15.
- ^ "Availability Enhancements (Database Engine)". Microsoft. 2012. Retrieved 2013-10-17.
- ^ "Team Foundation Server Architecture". Microsoft. 2012. Retrieved 2013-10-17.
- ^ "Set alerts, get notified when changes occur". Microsoft. 2013. Retrieved 2013-10-17.
- ^ "How to create an adapter". Microsoft. 2008. Retrieved 2013-10-17.
- ^ "Microsoft Visual Studio Team Foundation Server 2012 MSSCCI Provider". Microsoft. 2012. Retrieved 2013-10-17.
- ^ "Request and review feedback". Microsoft. 2012. Retrieved 2013-10-17.
- ^ "How to customize TFS 2010 work items and workflows". Ted Gustaf. 2010. Archived from the original on 2013-10-19. Retrieved 2013-10-17.
- ^ "Microsoft Visual Studio Team Foundation Server 2013 Power Tools". Microsoft. 2013. Retrieved 2013-10-17.
- ^ "Team Foundation Version Control (TFVC)". Azure DevOps. Microsoft Docs. Retrieved 2019-09-23.
- ^ "Server workspaces vs. local workspaces". Phil Kelley. 2013. Retrieved 2013-10-17.
- ^ "How to: Install Team Foundation Proxy and set up a remote site". Microsoft. 2013. Retrieved 2013-10-17.
- ^ "GitHub libgit2/libgit2". GitHub. 2013. Retrieved 2013-10-31.
- ^ "EGit". Eclipse. 2013. Retrieved 2013-10-31.
- ^ "Components of the TFS data warehouse". Microsoft. 2013. Retrieved 2013-10-17.
- ^ "Perspectives and measure groups provided in the Analysis Services cube for Team System". Microsoft. 2013. Retrieved 2013-10-17.
- ^ "Team Foundation Build Activities". Microsoft. 2013. Retrieved 2013-10-17.
- ^ "Microsoft acquires InRelease, adding continuous deployment to Visual Studio, Team Foundation Server". The Next Web. 2013. Retrieved 2013-11-15.
- ^ Taft, Darryl K. (March 16, 2006). "Microsoft Announces Release of Team Foundation Server". Development. eWeek. Ziff Davis. Retrieved 2019-10-13.
- ^ kexugit (21 November 2013). "What version of Team Foundation Server do I have?". docs.microsoft.com. Retrieved 2020-08-26.
- ^ "Azure DevOps Feature Timeline". docs.microsoft.com. Retrieved 2021-02-15.
- ^ "Microsoft Unveils Next Version of Visual Studio and .NET Framework". Company News. Microsoft. September 29, 2008. Retrieved 2019-10-13.
- ^ Bright, Peter (November 12, 2013). "Microsoft takes development into the cloud with Visual Studio Online". Information Technology. Ars Technica. Condé Nast. Retrieved 2019-10-13.
- ^ Cool, Jamie (September 10, 2018). "Introducing Azure DevOps". Blog. Microsoft Azure. Microsoft. Retrieved 2019-10-13.
- ^ Mackie, Kurt (March 5, 2019). "Now available: Azure DevOps Server 2019". Blog. Microsoft Azure. Microsoft. Retrieved 2019-10-13.
- ^ Morales, Gloridel (2022-12-06). "Now available: Azure DevOps Server 2022 RTW". Blog. Azure DevOps Blog. Microsoft.
External links
[edit]Azure DevOps Server
View on GrokipediaOverview
Description
Azure DevOps Server is Microsoft's on-premises platform for collaborative software development, providing integrated tools that support planning, coding, building, testing, and deploying applications.[1] It offers a comprehensive set of services to facilitate end-to-end DevOps workflows, including version control via Git or Team Foundation Version Control (TFVC), work item tracking for agile planning, and continuous integration and continuous delivery (CI/CD) pipelines.[2] The core purpose of Azure DevOps Server is to enable development teams to manage the full application lifecycle in a self-hosted environment, ensuring control over infrastructure and data while supporting collaboration among distributed teams.[5] This on-premises deployment allows organizations to maintain data sovereignty for compliance and security requirements, seamlessly integrate with existing on-premises tools and systems, and customize the platform to meet enterprise-specific needs.[1] Additionally, it provides scalability for large teams by handling high volumes of projects and users without relying on cloud connectivity, reducing latency and dependency on external services.[2] Azure DevOps Server supports multiple editions to accommodate different team sizes and requirements. The Express edition is free for individual developers or small teams of up to five users, offering full feature access with simple setup on client or server operating systems.[6] For larger deployments, the full server edition requires Client Access Licenses (CALs) per user, providing unlimited scalability and advanced capabilities.[7] As of November 2025, the latest release is Azure DevOps Server 2025 Release Candidate (RC), made available on October 7, 2025, which includes enhancements such as improved self-hosted agent performance with sparse checkout support for Azure Repos and better Docker Compose integration.[4]Deployment Options
Azure DevOps Server is designed for on-premises deployment, allowing organizations to host the platform within their own infrastructure for greater control over data and customization.[5] Installation requires a supported operating system, such as Windows Server 2022 or Windows Server 2025, running on a 64-bit architecture.[8] Additionally, it necessitates SQL Server 2019 or SQL Server 2022 (Standard or Enterprise editions recommended for production), or Azure SQL Database/Managed Instance for the data tier, along with .NET Framework 4.8 or later.[8] Hardware specifications include a minimum of one octa-core processor and 16 GB RAM with a solid-state drive (SSD) for a single-server setup supporting up to 250 users, though smaller teams may start with scaled-down configurations like 8 GB RAM for evaluation.[8] The setup process typically involves running the Azure DevOps Server installer followed by the Configuration Wizard, which supports basic or advanced configurations.[9] For small teams, a single-server topology combines the application and data tiers on one machine, simplifying initial deployment but limiting scalability.[9] In contrast, multi-server deployments separate the application tier (handling web services and logic) from the data tier (SQL Server) to enable high availability and support for larger user bases, such as 500+ users requiring dedicated octa-core CPUs and 16 GB RAM per tier.[10] During configuration, administrators select options for service accounts, reporting, and features like code search, ensuring the server is joined to an Active Directory domain or workgroup for authentication.[9] Licensing for Azure DevOps Server requires a server license plus Client Access Licenses (CALs) for each user or device accessing the platform, with Visual Studio subscribers receiving free CALs equivalent to Basic access levels.[11] The free Azure DevOps Server Express edition supports up to five active users with all core features, including Boards and Pipelines, making it suitable for small teams or evaluations without additional costs.[6] Paid editions include a SQL Server Standard license, but organizations must handle ongoing maintenance and upgrades independently.[9] Compared to the cloud-based Azure DevOps Services, the on-premises Server option provides full administrative control, data sovereignty, and no recurring subscription fees beyond initial licensing, though it demands internal resources for hardware, backups, and patching.[5] Azure DevOps Services, conversely, offers automatic updates, elastic scalability, and a pay-as-you-go model integrated with Azure infrastructure, but stores data in Microsoft's cloud, potentially raising compliance concerns for regulated industries.[5] Both deployments support identical core services like work tracking and source control, but on-premises requires manual scaling and security management.[6] Migration between deployments is facilitated by tools such as the Azure DevOps Data Migration Tool for high-fidelity transfers from on-premises to Azure DevOps Services, preserving work items, repos, and pipelines.[12] For moving from cloud to on-premises or vice versa, the Database Import Service in Azure DevOps Services enables importing projects from Server databases, though full migrations may require additional steps like exporting Git repos separately.[13] Security for on-premises deployments emphasizes Active Directory integration, where servers must join a domain to leverage domain user accounts for authentication and service principals, enhancing centralized identity management.[8] Firewall configurations are critical, requiring open ports such as 80/443 for HTTP/HTTPS access, 8080 for the web application, and 1433 for SQL Server connectivity, with rules tailored to restrict traffic to trusted networks and enable HTTPS for encrypted communications.[14]History
Early Development as TFS
Team Foundation Server (TFS) was introduced as part of the Visual Studio Team System suite, with its initial version, TFS 2005, shipping on March 17, 2006, following over three years of development that began before April 2003.[15] Designed primarily for .NET development teams, it provided centralized version control via Team Foundation Version Control (TFVC), work item tracking for managing bugs and tasks, and build automation through Team Foundation Build, aiming to streamline collaboration in software projects.[16] This launch marked Microsoft's shift toward integrated application lifecycle management (ALM) tools, replacing the file-based Visual SourceSafe with a more robust, database-driven system built on SQL Server 2005 for storing work items, test results, and other artifacts.[17] Subsequent releases built on this foundation with incremental enhancements. TFS 2008, released in November 2007, improved reporting capabilities by supporting SQL Server 2008 and allowing Reporting Services to run on any server or port, while introducing multi-threaded builds with MSBuild and better integration with SharePoint 2007 for project portals.[18] TFS 2010, launched in April 2010, added agile planning tools such as hierarchical work item backlogs and sprint planning capabilities, along with deeper SharePoint integration for document management and dashboards, and a complete rewrite of the setup process to address prior installation complexities.[19] By TFS 2012, released in 2012, Microsoft previewed support for Git repositories alongside TFVC, enabling distributed version control workflows within the server.[20] Further evolution continued in later versions. TFS 2013, shipping in October 2013, enhanced web access with a redesigned interface for version control exploration and work item management directly in browsers, improving usability for remote teams.[21] TFS 2015, released in 2015, elevated Git to first-class status with full native support, including branch visualization and pull request workflows, while introducing a web-based, cross-platform build system.[22] TFS 2017, launched in 2016, integrated the Visual Studio Marketplace for extensions, allowing administrators to install and manage custom tools like delivery plans directly from the server interface.[23] Finally, TFS 2018, released in 2018, expanded cross-platform agent support for builds and releases on Linux and macOS, alongside deprecation of legacy XAML builds in favor of the modern pipeline model.[24] Architecturally, TFS diverged from Visual SourceSafe's file-based storage by adopting a SQL Server-based data warehouse for reporting, comprising relational databases and an OLAP cube processed via SQL Server Analysis Services to enable analytics on project metrics like build success rates and work item trends.[25] This shift supported enterprise-scale data aggregation from operational stores, facilitating customizable reports through SQL Server Reporting Services.[26] TFS targeted enterprise software development by emphasizing ALM, serving as a central hub for planning, coding, testing, and deployment to reduce silos and improve traceability across the development lifecycle.[27] Early adoption was driven by its tight integration with Visual Studio, appealing to large organizations seeking comprehensive tooling for .NET-centric workflows. Despite these strengths, early TFS versions faced challenges, including criticism for being Windows-only, limiting accessibility for cross-platform teams, and notorious setup complexity that often required extensive configuration of SQL Server, IIS, and SharePoint components.[15] These issues contributed to a steep learning curve, though later releases mitigated them through simplified installations and broader compatibility.Rebranding and Modern Versions
In 2019, Microsoft rebranded Team Foundation Server (TFS) to Azure DevOps Server, aligning the on-premises product with the cloud-based Azure DevOps Services (formerly Visual Studio Team Services) to provide a unified branding and experience across deployment options.[3][28] This rebranding emphasized a service-oriented model, introducing unified hubs such as Boards for work tracking, Repos for version control, and Pipelines for CI/CD, which mirrored the modular structure of the cloud service and promoted a Git-first approach to support open-source workflows.[29] The version progression of Azure DevOps Server continued to incorporate cloud innovations into the on-premises environment. Azure DevOps Server 2019 featured a preview of YAML-based pipelines, enabling declarative pipeline definitions stored alongside code in repositories, and general availability of Azure Artifacts for package management feeds.[30] In 2020, multi-stage pipelines became generally available, allowing more complex workflows with build, test, and deployment stages.[31] The 2022 release enhanced security through fixes for vulnerabilities like remote code execution (CVE-2023-33136) and elevation of privilege (CVE-2023-38155), along with pipeline controls such as restricted variable settings and support for Group Managed Service Accounts in self-hosted agents; it also improved Linux agent compatibility via .NET 6 runtime upgrades for cross-platform operations.[32] A major shift during this period was the adoption of a service-based architecture that closely mirrored cloud practices, prioritizing Git as the primary version control system and fostering open-source compatibility through features like enhanced repository permissions and fork policies.[33] SharePoint integration, previously used for dashboards and document management, was discontinued starting with Azure DevOps Server 2019 in favor of native web-based analytics and customizable dashboards within the platform.[34] Feature rollouts included backporting cloud capabilities, such as the Visual Studio Marketplace for extensions—expanded for on-premises use—and comprehensive REST APIs for programmatic access to services like work items and builds.[33] The release candidate (RC) for Azure DevOps Server 2025, issued on October 7, 2025, introduced improvements for self-hosted runners, including downloads for agent version 3.248.0 (or 4.248.0 on .NET 8) to support features like sparse checkout in YAML pipelines, and task enhancements such as TFX validation for Node runner end-of-life warnings and updated authentication in the PublishToAzureServiceBus task.[4] Regarding support lifecycle, mainstream support for TFS 2018 concluded on January 10, 2023, with extended security updates available until January 11, 2028; for Azure DevOps Server 2020 Update 2, mainstream support ends on October 14, 2025, followed by extended support until October 8, 2030.[35][36]Architecture
Server Components
Azure DevOps Server utilizes a multi-tier architecture to separate concerns and enable scalable on-premises deployments. The application tier primarily consists of web services hosted on Internet Information Services (IIS), which provide APIs and manage background job agents for processing tasks such as builds and alerts. This tier can be deployed across multiple servers with network load balancing to distribute workload and support up to 2,000 users in large environments.[37][38] The data tier relies on Microsoft SQL Server as its core database platform, storing operational data in relational format. Key databases include the Tfs_Configuration database, which maintains server-wide configuration and resource catalogs, and individual project collection databases that house project-specific data such as work items and build artifacts. For reporting purposes, an optional reporting tier incorporates SQL Server Analysis Services, featuring the TFS_Analysis database for online analytical processing (OLAP) cubes that aggregate data from the TFS_Warehouse for multidimensional analysis. These relational databases handle core operational needs, while the Analysis Services component enables efficient querying of historical and summarized data.[37][39] Web services in Azure DevOps Server expose both SOAP and REST endpoints to facilitate interactions from clients and integrations, ensuring compatibility with various tools and protocols. A dedicated background job service operates within the application tier to handle asynchronous operations, including build orchestration, alert processing, and system maintenance tasks.[37] For scalability and high availability, Azure DevOps Server supports load-balanced multi-server configurations on the application tier using network load balancers, allowing horizontal scaling across domains. The data tier can implement failover clustering on SQL Server instances to provide fault tolerance and distribute project collection databases for improved performance and management. As of October 2025, a release candidate for the next version is available, maintaining the multi-tier architecture.[38][4] Azure DevOps Server requires deployment on supported Windows Server versions, such as Windows Server 2019 or 2022, and integrates with Active Directory for authentication and group synchronization, which updates identities every 24 hours by default. In hybrid environments, it can leverage Azure AD Connect to synchronize on-premises Active Directory with Microsoft Entra ID, enabling consistent identity management across cloud and on-premises resources.[8][37][40]Extensibility
Azure DevOps Server supports extensibility through a variety of mechanisms that allow organizations to customize workflows, integrate with external systems, and extend core functionality without modifying the underlying platform code. Central to this is the Visual Studio Marketplace, which hosts extensions compatible with Azure DevOps Server, enabling on-premises installations of add-ons such as custom work item controls and build tasks.[41] These extensions can be shared privately within teams or publicly, providing flexibility for tailored deployments. Customization options include process templates, which define work item types, states, and workflows to align with organizational methodologies; server plugins for handling events like work item updates; and REST API extensions that allow creation of custom endpoints for data interactions.[41][42] Server plugins, often implemented via interfaces like ISubscriber, enable server-side logic execution in response to events, supporting automation in on-premises environments.[43] Integration capabilities facilitate connections with third-party tools through hooks, such as webhooks for bidirectional data flow with systems like Jenkins or Jira, and service hooks for triggering notifications or actions in external services upon events in Azure DevOps Server.[41] For instance, service hooks can notify Slack or email systems of build completions, enhancing cross-tool collaboration. Developers can build extensions using SDKs for .NET and Node.js, which provide libraries for interacting with Azure DevOps APIs and UI elements; extension versioning is managed through VSIX manifests, ensuring compatibility with specific server updates.[41] On-premises deployments of Azure DevOps Server require manual updates for extensions, unlike the automatic synchronization in Azure DevOps Services, and custom code undergoes security reviews including malware scans and sandboxing to mitigate risks.[41] No third-party code execution is permitted directly on the server to maintain security integrity.[41]Client Applications
Users interact with Azure DevOps Server through a variety of client applications that provide access to its services, including web-based, desktop, and command-line interfaces. These clients enable developers, testers, and team members to manage source control, work items, builds, and more, while supporting both on-premises deployments and integration with development environments.[44] The primary interface is the web portal, a browser-based application accessible via HTTPS that offers a responsive design for cross-platform use on desktops, tablets, and mobile devices. It provides unified access to all Azure DevOps Server services, such as Boards for work tracking, Repositories for source control, Pipelines for CI/CD, Test Plans, and Artifacts, without requiring additional software installation. Supported browsers include the most recent versions of Microsoft Edge, Google Chrome, Mozilla Firefox, and Apple Safari (version 14.1 or later), ensuring compatibility with Azure DevOps Server 2019 and newer versions. For mobile access, the web portal renders a mobile-friendly view for viewing and updating work items, though no native mobile apps are provided by Microsoft.[45][46] For integrated development, Visual Studio serves as a full-featured IDE client with built-in support for Azure DevOps Server via the Team Explorer plug-in. This integration allows seamless management of Git or TFVC source control, work items, builds, and releases directly within the IDE, supporting Visual Studio 2022, 2019, 2017, and earlier versions with compatibility updates. Team Explorer can also be installed standalone for users without a full Visual Studio license, providing a lightweight desktop application for connecting to Azure DevOps Server, querying work items, and handling version control operations.[45][47] Visual Studio Code offers lightweight integration through extensions available in the Visual Studio Marketplace, such as Azure Repos for Git repository management and Azure Boards for work item tracking. These extensions enable cloning repositories, creating pull requests, debugging, and task integration, making it suitable for cross-platform development without the overhead of a full IDE. The extensions connect to Azure DevOps Server using the same REST APIs as other clients, supporting Git workflows over HTTPS or SSH.[48][44] Command-line tools provide scripted and automated access for advanced users. The Azure DevOps CLI extension for the Azure CLI allows management of work items, repositories, pipelines, and more via commands likeaz devops work item list or az repos pr create, authenticating with Personal Access Tokens (PATs) for on-premises servers. Additionally, standard Git CLI tools handle repository operations, supporting protocols like HTTPS for secure connections and SSH for key-based authentication. TFVC clients can use the tf.exe command-line utility for version control tasks. Authentication across clients relies on PATs as an alternative to passwords, OAuth 2.0 for API calls, or on-premises methods like NTLM and Kerberos, with Microsoft Entra ID integration for hybrid scenarios. These clients consume server REST APIs over HTTPS to ensure secure, standardized interactions.[49][50][51]