let us learn how to create Queries. Queries are used to filter work items based on certain criteria. We can create queries from the web portal or from a supported client, such as Visual Studio Team Explorer and Team Explorer, save queries and share queries with others.
Read More
Ansible user module is used to create and manage the user access majorly in Unix servers. Below is an example of the ansible task in playbook shows usage of the ansible user module.tasks:- name: create new user user: name: deployer password: anspassword shell: ...
Read More
In this blog we will discuss about the Azure DevOps Proxy Server. Azure DevOps Server Proxy distributes popular version control files from its cache at remote sites. By configuring Azure DevOps Server Proxy, you can reduce the bandwidth connectivity needed across the globe. Its purpose is to download TFVC files and Work Item attachments from the local network without needed to fetch from a central server.
Read More
This blog is all about discussing the tool which is highly used in IT sector as source code management tool and version control kit that is git. Git tool is highly used because of its light weight and its high efficiency for the duplication of the source code into various branches
Read More