Skip to content

Commit 0a3d914

Browse files
committed
toc add
1 parent 7f52210 commit 0a3d914

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

articles/sap/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ additionalContent:
176176
url: /power-platform/sap/connect/entra-id-apim-oauth
177177
- text: How to configure M365 Exchange Online for SAP
178178
url: ./workloads/exchange-online-integration-sap-email-outbound.md
179-
- text: How to expose SAP Process Orchestration on Azure securely
180-
url: ./workloads/expose-sap-process-orchestration-on-azure.md
179+
- text: How to onboard SAP Edge Integration Cell with Azure
180+
url: ./workloads/sap-edge-integration-cell-with-azure.md
181181
- text: How to configure SAP printing with Microsoft Universal Print
182182
url: ./workloads/universal-print-sap-frontend.md
183183
#card
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Onboarding SAP Edge Integration Cell with Azure
22

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.
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.
44

55
The hybrid deployment model of Edge Integration Cell enables you to:
66

77
- Design and monitor your SAP integration content in the cloud.
88
- Deploy and run your SAP integration content in your private landscape.
99

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.
1111

1212
:::image type="content" source="media/sap-eic/overview.png" alt-text="SAP Edge Integration Cell architecture with Azure and Azure ARC":::
1313

1414
This article builds on top of SAP's documentation and walks you through the deployment considerations and Azure best practices.
1515

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.
1717

1818
## Setup Considerations
1919

@@ -25,19 +25,19 @@ Consider the following Microsoft Learn resources for AKS for a successful deploy
2525
- [Baseline architecture for an Azure Kubernetes Service (AKS) cluster | Architecture Center](azure/architecture/reference-architectures/containers/aks/baseline-aks)
2626

2727
> [!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).
2929
3030
### Deployment Options
3131

3232
| Deployment Type | Kubernetes Platform | Supporting Azure Services | Notes |
3333
|-----------------|---------------------|---------------------|-------|
3434
| **Cloud-Native** | Azure Kubernetes Service (AKS) | Azure Database for PostgreSQL, Azure Redis Cache | Recommended for production; supports autoscaling and HA setups |
3535
| **On-Premises** | Azure ARC-enabled Kubernetes Service | Azure ARC | |
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 |
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 |
3737

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.
3939

4040
## Next Steps
4141

4242
- 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).

articles/sap/workloads/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ items:
237237
href: exchange-online-integration-sap-email-outbound.md
238238
- name: Recommended setup for SAP Cloud Identity Services and SAP Business Technology Platform with Microsoft Entra ID
239239
href: /azure/active-directory/fundamentals/scenario-azure-first-sap-identity-integration
240+
- name: How to onboard SAP Edge Integration Cell with Azure
241+
href: sap-edge-integration-cell-with-azure.md
240242
- name: Expose SAP Process Orchestration on Azure securely
241243
href: expose-sap-process-orchestration-on-azure.md
242244
- name: Enable SAP Principal Propagation for live OData feeds with Power Query

0 commit comments

Comments
 (0)