How to configure the DigiCert root certificate in Azure app service

Anonymous
2023-08-18T14:07:06.8066667+00:00

How to identify the list of Trusted Root Certificates (default) configured to be used by the App Service in Azure ASP.Net application to connect remote services/application? Will Azure support all the Public CA's?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,977 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ajkuma 28,036 Reputation points Microsoft Employee Moderator
    2023-08-21T14:01:43.3266667+00:00

    @Anonymous , Based on my understanding of your question.

    In the multi-tenant App service, you can’t modify the trusted root store due to sandbox restrictions. However, on ASE can you modify the trusted root store.

    App Service has a list of Trusted Root Certificates which you cannot modify in the multi-tenant variant version of App Service, but you can load your own CA certificate in the Trusted Root Store in an App Service Environment (ASE), So, what you’re trying to accomplish won’t be possible without an ASE or cert signed by a trusted CA.

    Kindly check this document for more details.

    Azure Web App sandbox and Operating system functionality on Azure App Service

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.