3rd Party WAF Implementation

Cobe van Coller 0 Reputation points
2023-06-27T12:33:32.5466667+00:00

Hi all,

We have implemented the Fortinet FortiWeb Cloud WAF as a Service from the Marketplace to protect an Azure App Service. The FortiWeb has its own SSL certificate that it auto renews via Let's Encrypt. Is the certificate that was generated on the Azure app still necessary, or can it be removed without breaking anything in the process?

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

1 answer

Sort by: Most helpful
  1. ajkuma 28,036 Reputation points Microsoft Employee Moderator
    2023-06-28T11:33:56.62+00:00

    @Cobe van Coller ,

    Based on my understanding of the scenario from your issue description.

    The <app-name>.azurewebsites.net name is always assigned to your app as long as you don't delete it. The default certificate is provided and managed by Azure.

     

    If you’re referring to other private certificate that you added (including App Service Certificate) for securing custom domain, if you have any bindings in App Service that use this certificate, they will become invalid. So, before removing the certificate, make sure that you have updated all the bindings.

    Please check the doc for the FAQ and info about custom domain bindings:

    How do I make sure that the app's IP address doesn't change when I make changes to the certificate binding?

    Your inbound IP address can change when you delete a binding, even if that binding is IP SSL. This is especially important when you renew a certificate that's already in an IP SSL binding. To avoid a change in your app's IP address, follow these steps in order (refer the doc):

     configure-ssl-bindings#how-do-i-make-sure-that-the-apps-ip-address-doesnt-change-when-i-make-changes-to-the-certificate-binding

    Just to highlight as a note - keep in mind that deleting an App Service certificate is an irreversible and final operation. So, make sure that you have a backup of the certificate before deleting it.

    Kindly let us know how it goes with some more info about your exact requirement if the issue still persists.
    Are you referring to this service/appp  on Azure Marketplace or any other service?


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.