Binding SSL certificate to Front Door and CDN profile via custom domains

Cosmina Alexandra Jelea (RO) 165 Reputation points
2023-10-11T04:49:43.1266667+00:00

Hello,

Is there a way to automate the binding of an SSL certificate to Front Door and CDN profile (via custom domains) using C#?

We haven't been able to achieve this so far.

Are there any insights or clues that we've overlooked?

Thank you

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
724 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,189 questions
{count} votes

Accepted answer
  1. GitaraniSharma-MSFT 49,686 Reputation points Microsoft Employee
    2023-10-27T09:30:16.3533333+00:00

    Hello @Cosmina Alexandra Jelea (RO) ,

    I understand that you would like to know if there is way to automate the binding of an SSL certificate to Front Door and CDN profile (via custom domains) using C#.

    Did you take a look at the Azure SDK for .NET, which provides a set of libraries and tools to interact with Azure resources?

    Microsoft Azure Front Door management client library for .NET is the library which supports managing Microsoft Azure Front Door resources.

    https://learn.microsoft.com/en-us/dotnet/api/overview/azure/resourcemanager.frontdoor-readme?view=azure-dotnet

    https://learn.microsoft.com/en-us/dotnet/api/azure.resourcemanager.frontdoor?view=azure-dotnet

    https://learn.microsoft.com/en-us/dotnet/api/azure.resourcemanager.frontdoor.frontendendpointresource.enablehttps?view=azure-dotnet

    https://learn.microsoft.com/en-us/dotnet/api/azure.resourcemanager.frontdoor.models.customhttpsconfiguration?view=azure-dotnet

    Kindly let us know if the above helps or you need further assistance on this issue.


    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.