Autmation of repetitive tasks is a norm in modern software practices. Power Automate helps us to streamline the repetitive tasks and focus on other important aspects of work. Azure DevOps connectors for Power Automate helps automate actions in Azure DevOps in scenarios such as creating of Bug work item based on an email received with word Bug in the subject, or allowing team to crease a work item in Azure DevOps via MS Teams etc. We can explore these possibilities later on. Let's try o get started by signing up with Power Automate as the first step.
Friday, 29 October 2021
Subscribe to:
Posts (Atom)
Popular Posts
-
az aks get-credentials is used to get the kubeconfig updated so that we can access AKS clusters from a terminal (You need to first use az ...
-
GitHub Actions are the CI/CD workflow implementation tool built into GitHub repos. While using the GitHub Actions workflows you may want to ...
-
Some times a silly mistake can waste lot of time of a developer. The exception “System.IO.IOException: The response ended prematurely.” whil...
-
Pull Request are the controlled way to bring in the changes to your stable branches in your Azure Git repos, or for that matter all Git prov...
-
Using Azure Redis cache with C# throws an error message such as below while accessing the Redis cache via a private endpoint. StackExchange...