normalian blog

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

Service Fabric

How to utilize monitoring for container apps on Service Fabric clusters with Log Analytics - part 3: find CPU usage spikes

You can learn how to CPU usage spikesfrom your Log Analytics, but you need to peruse an article below to follow this post. normalian.hatenablog.com Prerequirement You need to setup components below. In this post, we execute performance tes…

How to utilize monitoring for container apps on Service Fabric clusters with Log Analytics - part 2: log types

Refer to an article below before following this post to setup Log Analytics for Service Fabric clusters. normalian.hatenablog.com You can learn how to execute simple queries on Log Analytics to retrieve Service Fabric clusters metrics.I be…

How to utilize monitoring for container apps on Service Fabric clusters with Log Analytics - part 1: setup

You can learn how to setup Log Analytics for your Windows container apps on Service Fabric clusters. You need to follow steps below. Setup up Service Fabric cluster with Diagnostics "On" Create an Log Analytics workspace and add "Service F…

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…

API Management and Service Fabric Collaboration for Global Scale Applications

As you know, you can achieve Microservice architecture by using Service Fabric, but you might want to need request routing features for your applications for multi languages, cross devices or others. In such a case, you can use API Managem…

How to setup CI/CD pipeline with Service Fabric, VSTS and Windows Container

We have tried lots of features to collaborate wtih Service Fabric, VSTS and Docker containers. I have realized it's needed to describe overview of the architecture, so you can learn it following this article. Overview of Service Fabric, VS…

Create VSTS Release Definitions to deploy Windows Docker images into Service Fabric cluster

This article requires to setup below environment at first. Please refer to them before following this article. How to build ASP.NET Framework Docker images on VSTS build tasks - normalian blog Create Service Fabric Deployment Package with …

Create Service Fabric Deployment Package with Docker images on VSTS Build Task

This article requires to setup below environment at first. Please refer to them before following this article. How to build ASP.NET Framework Docker images on VSTS build tasks - normalian blog I believe you have already created your own Do…

What is workaround when you got error message "failure in a Windows system call: No hypervisor is present on this system." on Service Fabric Explorer

As you know, we can deploy Docker Container images into Service Fabric clusters, but you need to note when you specify "Instance Size" of Service Fabric when you use Windows Container images. You will get below error messages if you don't …

What is workaround when you got error messages "There was an error during download.Failed" while downloading container images

As you know, Service Fabric is one of implementations to offer Microservice Architecture provided by Microsoft. Of course, it can be deployed Docker Images both Windows and Linux base images, but you should note "Operating System" of Servi…

How to revert new deployment to old one in Service Fabric

As you know, Service Fabric is one of services to achieve Microservice architecture. There are two options when you got bad deployments using Service Fabric. manual deployment: "Start-ServiceFabricApplicationUpgrade" PowerShell command VST…

How to setup Service Fabric connections on VSTS

Visual Studio Team Service, VSTS, is really powerful tool to achieve your CI/CD pipeline. Before setting up Service Fabric connections, you need to create a *.pfx file to register as "Client Admin" certificate into your Service Fabric clus…

Service Fabric deployment tips - always return “Failed to submit updates for certificate" on Azure Portal

As you know, Service Fabric uses some various certificates to manage their clusters. Cluster certificate : Client to node security, e.g. Management Endpoints such as Service Fabric Explorer or PowerShell Server certificate: Server (node) t…

Service Fabric deployment tips - Deployment on Azure stops when scripts log "Copying application to image store"

When you try to deploy ASP.NET Core Stateless applications into Service Fabric on Azure in like below environment. Visual Studio 2017 Microsoft Azure Service Fabri SDK and Tools - 3.0.456 The deployment might stop when scripts log "Copying…

Step by step how to setup Service Fabric Explorer on Azure

This article introduce how to setup the environment on Azure. Service Fabric offers Microservices and containerized architecture on Microsoft Azure, and it's secure with multiple certificates for the clusters. Create Key Vault Create Servi…