Serverless tutorial – On HTTP trigger store data in Azure Cosmos DB
In the last tutorial, we have created a new hello world function from the Azure portal. Azure Functions lets you execute your code in a...
Serverless tutorial – Invoke Azure functions using HTTP Trigger
Serverless services or FaaS like Azure Functions lets you run code without provisioning or managing servers. You pay only for the compute time you consume...
Kubernetes tutorial – Create deployments using YAML file
This is in continuation of the Kubernetes article series. In the last post, we have learned how to create & deploy the app to the...
Running Kubernetes on Microsoft Azure
This is in continuation of the Kubernetes article series. In the earlier posts, we have seen how to create & deploy a simple cluster. Now...
Docker tutorial – Build Docker image for your Java application
From the last post,we have understood what is container and why do we use containers in general. Just to recap here are some of the...