Is it one year already? Wow time was delivered as fast as CloudFront deliver content 😊 Around this time last year, I was doubting myself about applying for the Community Builders program. I did some research before applying to give me some comfort. I discovered that the number of applications was huge but that was not … Continue reading My experience as AWS Community builder for 2021
Author: Sarthak
Cannot access Spring boot app from Docker host and port after deploying to Docker Containers. Solved!
I recently faced an issue where I deployed our spring boot application Docker environment. Everything worked our perfectly fine like app was getting started in docker env. as per logs. But when we tried to access the app endpoints from the docker host and port or the load balancer it was the container was unreachable. … Continue reading Cannot access Spring boot app from Docker host and port after deploying to Docker Containers. Solved!
Error: kie.container or kieModule bean – Null Pointer Exception? Solved!
I recently we faced an issue in my Drools Config class where we added config for kie container and kie modules. It was working fine in normal windows server environment but we migrated our app into docker environment we faced below error. When running our Java Spring Boot app (Fat Jar) on Docker Environment we … Continue reading Error: kie.container or kieModule bean – Null Pointer Exception? Solved!
Terraform Series part 2: Terraform Language Components
Terraform Components - Resources, Providers, Variables, Outputs, Data Sources
How I passed the Microsoft Azure AZ-204 exam?
How I passed the Microsoft Azure AZ-204 exam? #microsoft #azure #certification #az204 #azuredeveloper #DEVCommunity #AzureCommunity
Terraform Series Part 1: High level Introduction to Terraform
Terraform Series Part 1: High level Introduction to Terraform
Azure Series Part 9: Creating your first function app via Azure portal and ARM templates
Functions are hosted in an execution context called a function app. You define function apps to logically group and structure your functions and a compute resource in Azure. Function apps may use one of two types of service plans. The first service plan is the Consumption service plan. The plan that you choose when using the Azure … Continue reading Azure Series Part 9: Creating your first function app via Azure portal and ARM templates
Azure Series Part 8: Automating Metric and Activity based alerts and creating custom log alerts using KQL
Alerts proactively notify you when issues are found with your infrastructure or application using your monitoring data in Azure Monitor. They allow you to identify and address issues before the users of your system notice them. Severity levels Below are few of the target resource for whom we can create alerts in Azure: Virtual machines.Storage … Continue reading Azure Series Part 8: Automating Metric and Activity based alerts and creating custom log alerts using KQL
My Experience on preparing and passing the Microsoft Azure Fundamentals Exam (AZ-900)
n this blog post I will share what I did to prepare for the AZ-900 exam and become Microsoft certified professional.
Azure Series Part 7: Configure network access to Linux Virtual Machine by using a network security group (NSG) with Azure CLI
Configure a network access to VM by using a network security group (NSG) with Azure CLI
Azure Series Part 6: Store and manage secrets by using Azure Key Vault
Store and manage secrets by using Azure Key Vault through Azure Portal, Azure ARM templates, and CLI.