Book Image

SAP on Azure Implementation Guide

By : Nick Morgan, Bartosz Jarkowski
Book Image

SAP on Azure Implementation Guide

By: Nick Morgan, Bartosz Jarkowski

Overview of this book

Cloud technologies have now reached a level where even the most critical business systems can run on them. For most organizations SAP is the key business system. If SAP is unavailable for any reason then potentially your business stops. Because of this, it is understandable that you will be concerned whether such a critical system can run in the public cloud. However, the days when you truly ran your IT system on-premises have long since gone. Most organizations have been getting rid of their own data centers and increasingly moving to co-location facilities. In this context the public cloud is nothing more than an additional virtual data center connected to your existing network. There are typically two main reasons why you may consider migrating SAP to Azure: You need to replace the infrastructure that is currently running SAP, or you want to migrate SAP to a new database. Depending on your goal SAP offers different migration paths. You can decide either to migrate the current workload to Azure as-is, or to combine it with changing the database and execute both activities as a single step. SAP on Azure Implementation Guide covers the main migration options to lead you through migrating your SAP data to Azure simply and successfully.
Table of Contents (5 chapters)

SAP Hybris commerce

SAP Hybris is now the umbrella name for a number of software solutions, and we don't intend to discuss them all here; our focus is on the SAP Hybris Commerce Platform, which is a leading e-commerce solution. After the acquisition of Hybris in 2013, SAP decided to discontinue their own WebChannel platform and focus on the Hybris Commerce Suite, which is currently known as SAP Commerce. It is an omnichannel sales platform that provides a consistent user experience across every sales channel.

SAP Commerce is not based on the SAP NetWeaver stack, and not written in ABAP. The execution environment for the SAP Hybris Platform is a Java EE Servlet Container. The platform and all extensions to it run within the Spring environment, which allows easy wiring and configuration of each component. It provides generic logic such as security, caching, clustering, and persistence.40

SAP Commerce is available in two editions:

  • SAP Commerce: This is on-premises;...