Saturday, June 15, 2019

BizTalk Server 2020 is here :)


After much anticipation and delighted to know that the BizTalk Server 2020 is on the card for microsoft

http://www.biztalkgurus.com/blogs/msft-biztalk-community/biztalk-server-2020-is-coming-at-the-end-of-cy-2019/

It was announced in the Integrate 2019. This will add great capabilities to the Hybrid Integration story for Microsoft.


https://blog.sandro-pereira.com/2019/06/12/biztalk-server-2020-is-coming-at-the-end-of-cy-2019/



Whether logic apps will be available for in-premises

Saturday, June 08, 2019

Setting environment variable in the .Net Core API in Kubernetes



Setting up and Managing environment variables is a crtical task as part of the deployment of your solution in different environment. One of the ways to apply
environment variables while deploying the PODS in the Kubernetes cluster.

.Net Core 2.0 Provides the following option in setting up the environment variables.
launchSettings.json  - Manages environment variable, which used to launch the application
appsettings.json  - Manages variable for the apps like database connection string, variables setting for APP etc

Also we can inject multiple JSON file for app settings.

This is one of the technique to deploy pods with the environment variables. Include the variable and right value before deploying the image using k8s yml file