Category: Azure DevOps
Azure Pipeline Setup – Release (Continuous Deployment)
Preface – This post is part of the SAP on Azure series. Introduction Azure DevOps provides an option to create a pipeline that can be configured in such a way that it can take the latest code from a branch, and build it into artifacts (deployable file) and then deploy the same in a specific…
Azure Pipeline Setup – Build (Continuous Integration)
Preface – This post is part of the SAP on Azure series. Introduction Azure DevOps provides an option to create a pipeline that can be configured in such a way that it can take the latest code from a branch, and build it into artifacts (deployable file) and then deploy the same in a specific…
Debugging Errors on Azure DevOps
Preface – This post is part of the SAP on Azure series. Introduction Azure DevOps is a powerful version management tool. Its CI/CD pipeline keeps the work in flow without interruption. But sometimes, even Azure DevOps ends with errors. These error can be categorized as follows: Build Definition based errors: It means the error is…
Azure Repository and Branches
Preface – This post is part of the SAP on Azure series. Introduction Azure DevOps pipeline configuration starts with Azure Repository and Branches. We firstly create an Azure DevOps Repo, and then create our branches within it. Then only we can configure Azure Pipelines. In this article we will explore both Azure Repository and Branches.…
SAP Cloud Platform (SAP Business Technology Platform) Overview
Preface – This post is part of the SAP on Azure series. Introduction In SAP’s world, SAP Cloud Platform or SAP Business Technology Platform is a well-known term. After introduction of SAP MTA and SAP CAPm, it has gained a lot of attention. In this article we will try to explore it. What is SAP…
Azure Pipelines Overview
Preface – This post is part of the SAP on Azure series. Introduction A pipeline is a user defined flow of deployment steps. Azure too provides an option to design a pipeline. Azure Pipelines combines powerful automation activities such as Continuous Integration (CI) and Continuous Deployment (CD) to test, build and deploy developer’s code. In…
Azure DevOps Overview
Preface – This post is part of the SAP on Azure series. Introduction Microsoft in 2008 came with a cloud computing service and named it Windows Azure which was later known as Microsoft Azure. Till 2018, developers using Azure or non-azure service was provided with a code version control tool called Microsoft TFS, which was…
Deployment to Azure from SAP Cloud Appliance Library (CAL) Portal
Preface – This post is part of the SAP on Azure series. Introduction In previous article we have learnt different ways to deploy SAP project on Azure. One of them was the deployment to Azure from SAP Cloud Appliance Library (CAL) Portal. In this article, we will explain you the basics of CAL and steps…
Options for Deploying SAP on Azure
Preface – This post is part of the SAP on Azure series. Introduction When we deploy SAP on Azure, a lot of things runs behind it. From creating infrastructure, to creating a builds and ultimately deploying them out using various tools. In this article we will try to explore all the possible options for Deploying…
SAP on Azure Greenfield Journey
Preface – This post is part of the SAP on Azure series. Introduction Greenfield Implementation in SAP means a new implementation of SAP S/4HANA. It involves complete re-engineering and process simplification. In previous articles, we have discussed about SAP on Azure and types of Azure sizing based upon use case. In this article we will…