Sunday, April 19, 2020

How to add a new state to the BUG work item in Azure DevOps?

when we create bug work item. by default it only has four states



We might like to have some new state like In process to indicate that the team is currently working on the work item. we just have to following the steps below to create a new state for the work item.


1. go to the project blade and click on the work item menu















2. select one work item from the list










3 click on the ... button to expand the menu item and select the customize item.










4. create on the create State button to add a new state.











5. Type In Process to the Name field and and select In Process in the state category.












6. go back to the work item page. you will see the new state in the drop down list.












Thursday, April 2, 2020

how to configure RDP to linux server?

i am working on the docker for asp.net core MVC. since Linux is best suit for docker. i spin-uped a Linux VM in Azure.

as i want to use linux server for development, i have to RDP to linux and setup the environment.

here is the link that you just follow and  easily configure the development environment.

https://linuxize.com/post/how-to-install-xrdp-on-ubuntu-18-04/

here is the screen shot of the my linux server via RDP