Showing articles related to #devops. Show all
How to configure appservice authentication for azure webapps
  • devops
  • azure
This article will explain how to configure appservice authentications for azure web apps with azure DevOps using ARM templates
How to Deploy Azure Function With Azure DevOp
  • devops
  • azure
This article will explain how to automate azure function application deployment with azure DevOps using ARM templates
How to Deploy Azure Webapp With Azure DevOps
  • devops
  • azure
This article will explain how to automate .net web application deployment into azure appservice with azure DevOps using ARM templates
How to configure Sonar with Azure DevOps
  • dotnet-core
  • devops
  • azure
  • sonar
In this article we will explain how to configure SonarQube with Azure DevOps. Here you will learn how to configure, analyze and display the results with SonarQube
How to test DotNet in Azure DevOps
  • dotnet-core
  • devops
  • azure
In this article we will explain how to test dotnet core applications with Azure DevOps. It will attach unit test results as well as code coverage results in to the build pipeline.
How to build DotNet in Azure DevOps
  • dotnet-core
  • devops
  • azure
In this article we will explain how to build dotnet core applications with Azure DevOps. Hope you have already went through the previous article on How to build Angular in Azure DevOps
How to build Angular in Azure DevOps
  • angular
  • devops
  • azure
With previous article we discussed on How to configure Azure DevOps CICD. In this article we will continue to explain how to build and run unit test with Azure DevOps for Angular applicaitons.
How to configure Azure DevOps CICD
  • devops
  • azure
Azure DevOps has set of capabilities to enable CICD pipelines. In this article, we are going to explain on what is CICD and how we can enable in in Azure DevOps with our recommended steps
Getting started with Azure DevOps
  • devops
  • azure
Azure DevOps support you to work on your software project from requirement to deployment. In order to facilitate that DevOps has five main features. Azure Boards, Azure Repos, Azure Pipelines, Azure Test Plans, and Azure Test Artifacts. In this tutorial, we will explain how to setup the environment to use DevOps service.