normalian blog

Let's talk about Microsoft Azure, ASP.NET and Java!

Entries from 2018-07-01 to 1 month

How to dig into API Management performance with Application Insights

As you know, Azure API Management is integrated with API management like below. docs.microsoft.com This article describe how to setup the integration and utilize the feature. Create your Application Insights You need to create Application …

Configuration tips when you need to upgrade Service Fabric cluster applications

Service Fabric is one of components to offer Microservice architecture and it's also used with CI/CD tools such like VSTS. In this post, you can learn tips to construct Microservice architecture CI/CD pipeline. Error #1 "You must first rem…

Embed Jenkins portal into Visual Studio Team Services dashboard

As you know, lots of developers are using Jenkins for their CI/CD pipeline mainly for Java and other OSS developments. But some of such developers also use Visual Studio Team Services called VSTS for .NET development. Of course, we can dev…