Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
@Joe Thanks for asking question!
You are correct that the free certificate provided by Azure App Service for custom domains cannot be exported as a .pfx file. This is because the free certificate is managed by Azure and is not intended for use outside of Azure App Service called as App Service managed certificate.
If you need to export the certificate as a .pfx file, you will need to purchase an App Service Certificate from Azure. The App Service Certificate is a paid service that provides a certificate that can be exported as a .pfx file. The cost of the certificate depends on the type of certificate and the duration of the subscription.
To purchase an App Service Certificate and export it as a .pfx file, follow these steps:
- In the Azure portal, go to the App Service Certificate page.
- Click on the Add button to create a new certificate.
- Follow the instructions to purchase the certificate and configure the certificate options.
- Once the certificate is created, go to the Certificates page for your web app and click on the Add button to add the certificate.
- In the Add Certificate pane, select the App Service Certificate option and select the certificate you just created.
- Follow the instructions to configure the certificate binding for your custom domain.
- Once the certificate binding is configured, you can export the certificate as a .pfx file by going to the Certificates page and clicking on the Export button.
Refer to the link- https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-app-service-certificate?tabs=portal
I hope this helps!
Please let us know if further query, happy to assist.