saml 2.0 in azure

SSO Configuration using SAML v2.0 and Azure Active Directory for Custom web application

Author: Ajinkya Bhabal, Cloud Engineer. Introduction What is SAML v2.0? It is an open standard for exchanging authentication and authorization data between an identity provider and a service provider. The best use cases will be building Single Sign-on for applications. Here we will deploy our web application in Azure virtual machine and Azure Active Directory…

Gitops Workflow

Getting Started with GitOps

Author: Navjot Singh, Cloud Engineer   We’re familiar with the term DevOps, right? but, what is GitOps? Is it similar to DevOps? different? or the next step towards a modern deployment! It can be said that GitOps is the next step from DevOps, while DevOps focuses more on the methodologies and ways to achieve the…

Application Deployment to VMSS using Azure DevOps

Author- Anubhav Bisht (Cloud Engineer)   Overview Continuous integration (CI) and continuous deployment (CD) form a pipeline by which you can build, release, and deploy your code. Azure DevOps provides a complete, fully featured set of CI/CD automation platform for deployment. It also provides developer services for support teams to plan work, collaborate on code…

Implementing CHEF on Azure

Author: Gunjan Chaudhari, Cloud Engineer What is CHEF? A chef is an automation platform that configures and manages your infrastructure whether it is on-premises or in the cloud. You can deploy to the infrastructure type that makes the most sense for your business. You can use Chef to speed up application deployment, even creating a…

WordPress CI/CD using Azure DevOps

Author- Anubhav Bisht (Cloud Engineer) Continuous integration (CI) and continuous deployment (CD) form a pipeline by which you can build, release, and deploy your code. Azure DevOps Services provides a complete, fully featured set of CI/CD automation tools for deployment to Azure. WordPress (WP, WordPress.org) is a free and open-source content management system (CMS) written…

Deploy a Java Function to Azure Functions using Jenkins

Author- Rajat Malik (Cloud Engineer) Azure Functions is a serverless compute service. Using Azure Functions, you can run code on-demand without provisioning or managing infrastructure. This tutorial shows how to deploy a Java function to Azure Functions using the Azure Functions plug-in. Prerequisites Azure subscription: If you don’t have an Azure subscription, create a free account before…

How to deploy to a Linux virtual machine in Azure using Jenkins and Azure DevOps

Author- Rajat Malik (Cloud Engineer) Continuous integration (CI) and continuous deployment (CD) form a pipeline by which you can build, release, and deploy your code. Azure DevOps Services provides a complete, fully featured set of CI/CD automation tools for deployment to Azure. Jenkins is a popular third-party CI/CD server-based tool that also provides CI/CD automation.…