Setup and Manage Azure CI/CD Pipelines
Setting up your Azure DevOps Pipeline is the major step towards automating your Continuous Integration and Continuous Deployment process. Azure DevOps offers a very user...
Azure DevOps
Azure DevOps provides tools and services needed to manage the process of software development that involves collaborative efforts between various stakeholders such as project managers,...
Container Orchestration with Kubernetes
The ability to deploy and manage applications over containers as opposed to the traditional VMs is the building block and core concept that enables cloud...
Deploying a Cloud native .NetCore app on Kubernetes Cluster
Kubernetes (K8S – 8 letters between K and S) is a container orchestration service which was invented by Google and later opensourced it for general...
Azure Functions and Serverless Computing
Spinning up and using Azure VMs and containers for your use will incur a usage fee on a daily basis. But, if you strictly want...
Azure Containers and Kubernetes for creating microservice-based applications
VMs and thus Azure VMs, in particular, allow you to abstract hardware offering an easy way to spin up a machine environment with a unique...
Azure VM Service
Azure VM service offered under Azure compute service, is Azure IaaS that allows you to quickly spin up platforms with various OSs flavors other development...
Azure Web App. and Azure SQL
Azure offers a treasure house of SaaS, IaaS, and PaaS services. The most popular and basic bread and butter tools for a developer to get...
Azure in a Nutshell
Azure is Microsoft’s cloud platform, basically built on the good old Virtualization technology surrounding Hypervisor. Hypervisor or Virtual Machine Monitor (VMM) as it is originally...