Thursday, 19 December 2019
Resolving Issues with | Symbol in PowerShell While Creating Node Web App in Azure CLI
Saturday, 14 December 2019
Replacing iOS .plist Array Properties in Azure Release Pipelines
Thursday, 5 December 2019
Building Code from Multiple Repos with YAML Pipelines
Sunday, 1 December 2019
Implementing Simple and Effective Branching and Deployment Strategy with Azure DevOps
Let’s have a look at pictorial representation of the proposed strategy first.
Saturday, 30 November 2019
Simple and Effective Branching and Deployment Strategy
Tuesday, 26 November 2019
Define Variables Dynamically and Use Them in Subsequent Steps in Azure DevOps Pipelines
Thursday, 21 November 2019
Getting Started with Secure DevOps Kit for Azure
Thursday, 7 November 2019
Resolving “ERROR: There was a conflict. The remote server returned an error: (403) Forbidden.” While Creating Function App in Azure in IaC
Monday, 28 October 2019
Rollup Columns in Azure DevOps Boards
To add rollup columns in Azure Boards, navigate to Backlog section and select a backlog level such as User Stories backlog. Then click on Column Options.
Monday, 14 October 2019
Import BitBucket Cloud Repo to Azure Git Repo
Wednesday, 25 September 2019
Resolving Azure DevOps Build Error “data at the root level is invalid” in dotnet test
Wednesday, 18 September 2019
Using VS Code Extension for Azure Pipeline–Part1
Saturday, 31 August 2019
Setting Up Az Module to Write IaC for Azure
Sunday, 25 August 2019
Creating an Azure Web App Supporting .NET Core 3 – IaC with Azure Pipelines
We have discussed how to build a .NET Core 3 Web Application in the previous post. In order to deploy a .NET Core 3.0 Web App to an Azure Web App, you need to install .NET Core 3.0 Extension to the Azure Web App. You can easily add .NET Core 3.0 via Azure Portal to a Web APP. However, if you are really into automating your infrastructure as code (IaC) you may want to make all these steps automated and executed via a deployment pipeline. Let’s look at a script which is using Azure CLI and Azure PowerShell to fully automate creation of a .NET Core 3.0 enabled Azure Web App.
You can download the full script from here. Let’s understand each part of the script.
Thursday, 1 August 2019
Build .NET Core 3.0 Projects with Azure DevOps Pipeline Using Hosted Agents
Sunday, 28 July 2019
Customizing Columns in Your Azure DevOps Sprint/Task Boards
Saturday, 27 July 2019
Resolving 'NoneType' object has no attribute 'azure_services' While Setting a Network Rule to Azure Key Vault
Sunday, 7 July 2019
Fixing Azure DevOps Xamarine Build error XA5300: The Java SDK Directory could not be found
Wednesday, 22 May 2019
Controlling Pull Request Source Branches for Given Target Branch in Azure Git Repos
Saturday, 18 May 2019
Join a Personal Azure DevOps Organization to a Company Domain
Thursday, 9 May 2019
Azure DevOps Service Connection for an Azure Subscription in Another Azure AD
Thursday, 11 April 2019
Setting a Release Variable to Make It Available to Other Stages in Azure DevOps Release Pipeline
The script available here can be used for this purpose. A slightly modified version of the script to support release pipeline and enable sending any variable name and value for updating a value of a given variable can be found here.
Monday, 25 February 2019
Getting Started with Azure DevOps Command Line
Thursday, 31 January 2019
Copying a Build Definition to Another Team Project in a Different Azure DevOps Organization
Wednesday, 30 January 2019
Pull Request Report for Azure Git Repos
Sunday, 6 January 2019
Deploying ASP.NET Core App to Azure Kubernetes Services (AKS)–Setting Up Azure DevOps Pipeline Manually–Step By Step Guide–Part 2
In the part 1 of this post, enabling Docker support for ASP.NET Core app and building and pushing the Docker image to Azure Container Service, using Azure DevOps build pipeline with simple steps was described. The image is tagged with the build Id and it is pushed to the Azure Container Registry, so that it can be later deployed to a container orchestrator to run the container. Helm is used to get he deployment done to AKS via Azure DevOps when creating a an ASP.NET Core App, Container Registry and AKS, then getting it deployed automatically with few clicks using Azure Projects as described in the post “Deploy ASP.NET Core App to AKS with Azure DevOps Project”. Let’s look at getting the container image in Azure Container Registry deployed to AKS with three simple steps without using Helm, with Azure Pipelines.
Popular Posts
-
Dynamic block allows to create nested multi level block structures in terraform code. Conditional usage of such blocks are really useful in...
-
In Azure DevOps YAML pipelines there are several functions available for you to use. replace is such a useful function, which you can use t...
-
We have discueed, that we have to use an environment variable to handle input parameter default values, if we are using trigger for workflo...
-
Adding Azure Container Registry (ACR) service connection to Azure DevOps is really simple as described in " Create Service Connection ...
-
Some times a silly mistake can waste lot of time of a developer. The exception “System.IO.IOException: The response ended prematurely.” whil...