Web API that calls onPremises system with client certificate

SvenGlöckner 436 Reputation points
2022-11-18T10:48:18.293+00:00

Hi,

we need to connect from Azure to on-premises SAP system using a custom client certificate. How can we install the certificate in App Service?
Would there be another way to connect from Azure to any on-premises system using our own certificate?
I'm thinking of Azure App Service Hybrid Connections.

Thanks
Sven

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,875 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ryan Hill 25,666 Reputation points Microsoft Employee
    2022-11-19T15:15:49.687+00:00

    Hi @SvenGlöckner ,

    See Use a TLS/SSL certificate in your code in Azure App Service on how you can upload the certificate and use it in your code. If your API is running on a Linux app service, and you're loading the certificate as a file, then make sure you include the password on load; otherwise, the usage of the certificate may error.

    As for using Hybrid Connection, as long as you can directly access the on-premises database for your SAP system, then this also is a viable option.


0 additional answers

Sort by: Most helpful