How can I upload a ".pfx" file (SSL Certificate) for an Azure app service using Azure SDK?
There is a command in Azure CLI (Certificates - Create Or Update), but I would like to know if there are any features in Azure SDK.
How can I upload a ".pfx" file (SSL Certificate) for an Azure app service using Azure SDK?
There is a command in Azure CLI (Certificates - Create Or Update), but I would like to know if there are any features in Azure SDK.
If you want to use c# SDK to create SSL certificate, please refer to the following stpes
Contributor
to the sp