Skip to content

Commit b2271b5

Browse files
committed
initial
1 parent 6887e70 commit b2271b5

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed
282 KB
Loading
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Onboarding SAP Edge Integration Cell with Azure
2+
3+
[SAP Edge Integration Cell](https://help.sap.com/docs/integration-suite/sap-integration-suite/what-is-sap-integration-suite-edge-integration-cell) is an hybrid integration runtime offered as part of SAP Integration Suite, which enables you to manage APIs and run integration scenarios within your private landscape.
4+
5+
The hybrid deployment model of Edge Integration Cell enables you to:
6+
7+
- Design and monitor your SAP integration content in the cloud.
8+
- Deploy and run your SAP integration content in your private landscape.
9+
10+
Using [Azure Kubernetes Service (AKS)](azure/aks/) SAP Edge Integration Cell may natively run on Azure. Enriching AKS with Azure ARC enables to extend the scenario to on-premises and other cloud providers. Govern from Azure but deploy anywhere.
11+
12+
:::image type="content" source="media/sap-eic/overview.png" alt-text="SAP Edge Integration Cell architecture with Azure and Azure ARC":::
13+
14+
This article builds on top of SAP's documentation and walks you through the deployment considerations and Azure best practices.
15+
16+
Use [the accelerator project](https://github.com/Azure/sap-edge-integration-cell-on-azure-accelerator) for SAP Edge Integration Cell with Azure to get started quickly and discover blue prints for production-ready deployments. It leverages terraform as common language to deploy the Azure infrastructure and the SAP Business Technology Platform (BTP) footprint at the same time.
17+
18+
## Setup Considerations
19+
20+
Find the latest info on supported Azure services for SAP Edge Integration Cell on SAP note [3247839 | Prerequisites for installing SAP Integration Suite Edge Integration Cell](https://me.sap.com/notes/3247839). In addition, follow SAP's [onboarding guide](https://help.sap.com/docs/integration-suite/sap-integration-suite/before-you-start).
21+
22+
Consider the following Microsoft Learn resources for a successful deployment in production. These apply independently of the SAP workload.
23+
24+
- [Architecture best practices and design checklists for Azure Kubernetes Service (AKS) | Well Architected Framework](azure/well-architected/service-guides/azure-kubernetes-service)
25+
- [Baseline architecture for an Azure Kubernetes Service (AKS) cluster | Architecture Center](azure/architecture/reference-architectures/containers/aks/baseline-aks)
26+
27+
28+
### Deployment Options
29+
30+
| Deployment Type | Kubernetes Platform | Supporting Azure Services | Notes |
31+
|-----------------|---------------------|---------------------|-------|
32+
| **Cloud-Native** | Azure Kubernetes Service (AKS) | Azure Database for PostgreSQL, Azure Redis Cache | Recommended for production; supports autoscaling and HA setups |
33+
| **On-Premises** | Azure ARC-enabled Kubernetes Service | Azure ARC | |
34+
| **Dev/Test** | Azure Kubernetes Service (single node pool) | none | Use SAP's built in PostgreSQL and Cache option for quickest deployment; not suitable for production |
35+
36+
It is recommended to use Azure PaaS services for a fully platform-managed experience and optimal SLA.
37+
38+
## Next Steps
39+
40+
- Use [the accelerator project](https://github.com/Azure/sap-edge-integration-cell-on-azure-accelerator) for SAP Edge Integration Cell with Azure to get started quickly.
41+
- See the latest [SAP Edge Integration Cell documentation](https://help.sap.com/docs/integration-suite/sap-integration-suite/what-is-sap-integration-suite-edge-integration-cell) for more information on the product and its capabilities.

0 commit comments

Comments
 (0)