You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
3
+
[SAP Edge Integration Cell](https://help.sap.com/docs/integration-suite/sap-integration-suite/what-is-sap-integration-suite-edge-integration-cell) is a 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
4
5
5
The hybrid deployment model of Edge Integration Cell enables you to:
6
6
7
7
- Design and monitor your SAP integration content in the cloud.
8
8
- Deploy and run your SAP integration content in your private landscape.
9
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.
10
+
Using [Azure Kubernetes Service (AKS)](azure/aks/) SAP Edge Integration Cell may natively run on Azure. Enriching AKS with Azure ARC extends the scenario to on-premises and other cloud providers. Govern from Azure but deploy anywhere.
11
11
12
12
:::image type="content" source="media/sap-eic/overview.png" alt-text="SAP Edge Integration Cell architecture with Azure and Azure ARC":::
13
13
14
14
This article builds on top of SAP's documentation and walks you through the deployment considerations and Azure best practices.
15
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.
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 uses terraform as common language to deploy the Azure infrastructure and the SAP Business Technology Platform (BTP) footprint at the same time.
17
17
18
18
## Setup Considerations
19
19
@@ -25,19 +25,19 @@ Consider the following Microsoft Learn resources for AKS for a successful deploy
25
25
-[Baseline architecture for an Azure Kubernetes Service (AKS) cluster | Architecture Center](azure/architecture/reference-architectures/containers/aks/baseline-aks)
26
26
27
27
> [!NOTE]
28
-
> Be aware that network traffic between SAP BTP services deployed on Azure and other Azure services like AKS remains on the Microsoft backbone. This means that even the SAP Edge Integration Cell heartbeat stays private. Learn more [here](azure/virtual-network/virtual-networks-udr-overview#default-route).
28
+
> Network traffic between SAP BTP services deployed on Azure and other Azure services like AKS remains on the Microsoft backbone. This means that even the SAP Edge Integration Cell heartbeat stays private. Learn more [here](azure/virtual-network/virtual-networks-udr-overview#default-route).
|**Cloud-Native**| Azure Kubernetes Service (AKS) | Azure Database for PostgreSQL, Azure Redis Cache | Recommended for production; supports autoscaling and HA setups |
35
35
|**On-Premises**| Azure ARC-enabled Kubernetes Service | Azure ARC ||
36
-
|**Dev/Test**| Azure Kubernetes Service (single node pool) | none | Use SAP's builtin PostgreSQL and Cache option for quickest deployment; not suitable for production |
36
+
|**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 |
37
37
38
-
It is recommended to use Azure PaaS services for a fully platform-managed experience and optimal SLA.
38
+
It's recommended to use Azure PaaS services for a fully platform-managed experience and optimal Service Level Agreement.
39
39
40
40
## Next Steps
41
41
42
42
- 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.
43
-
-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.
43
+
-For more information, 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).
0 commit comments