Setup tips for SQL DB auto export PowerShell scripts
SQL Database offered to backup SQL Database instances with their build-in features, but it was expired now. You can choose below options.Long term retention for SQL DB...
View ArticleHow 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:...
View ArticleHow to execute Microsoft Azure PowerShell commands on Azure Automation
As you know, Azure Automation is really great feature to automate your schedulable tasks both public cloud an on-premise. There are massive documents to describe how to do that including abstraction. I...
View ArticleHow to setup simple Workflow with Azure Automation
You should read below article before following this article, because this article make a Azure Automation workflow collaborating Runbooks.normalian.hatenablog.com Azure Automation offers to collaborate...
View ArticleHow to pass values generated on VSTS processes into other build/release tasks
When you deploy templates with some linked templates, the linked templates should be stored public or limited access wtih SAS token. But this sometimes makes difficult to setup CI/CD pipeline on Visual...
View ArticleWhat is workaround when your got error messages "There was an error during...
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, but you should...
View ArticleHow to build ASP.NET Framework Docker images on VSTS build tasks
As you know, Visual Studio Team Services offers to build Docker image tasks and Visual Studio offers Docker support. But there are some tips when you build ASP.NET Framework Docker images with VSTS...
View ArticleHow to setup VSTS Private Agent for build Windows Server ver 1709 base Docker...
Do you know Windows had breaking changes for their virtualization technologies and I referred about that in Windows Container Version Compatibility | Microsoft Docs. This change will cause an error...
View ArticleWhat is workaround when you got error messages "There was an error during...
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...
View ArticleWhat is workaround when you got error message "failure in a Windows system...
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...
View ArticleHow to override values of environment variables on VSTS tasks
As you know VSTS can use environment variables in VSTS Build and Release tasks. It's really useful to dynamically change values of build and release process like below, but you should sometimes wants...
View ArticleReplace configuration files with environment variables on VSTS tasks
I believe you definitely want to replace values of some files in your projects with environments variables when you setup Visual Studio Team Services Build/Release processes. There are some ways to...
View ArticleCreate 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 blogI believe...
View ArticleCreate VSTS Release Definitions to deploy Windows Docker images into Service...
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 blogCreate...
View ArticleHow 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 the architecture...
View ArticleAPI 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....
View ArticleHow to solve RDP access error "CredSSP Encryption Oracle Remediation"
With the release of the March 2018 Security bulletin, it causes some changes. When you try to connect to updated VMs, you probably get error like below.[Window Title] Remote Desktop Connection...
View ArticleHow to execute PowerShell scripts inside Azure VMs from external
There are some ways to execute PowerShell scripts inside Azure VMs such like PowerShell remoting. Recently, it comes up cool feature to execute scripts inside Azure VMs easily. This article introduces...
View ArticleHow to setup VSTS Private Agent to build Windows Server ver 1709 base Docker...
Do you know Windows had breaking changes for their virtualization technologies and I referred about that in Windows Container Version Compatibility | Microsoft Docs. This change will cause an error...
View ArticleEmbed 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...
View Article