Azure web app

Our application is hosted in Azure (Azure Web App) - Our partner users will be SSO into our app (SP) - everything is tested good from localhost using Okta IDP.
We are now ready to move this to our QA environment in Azure. Question is what are the considerations in terms of Certificates when we deploy our app (SP) to Azure?
Thanks in advance for your guidance.

-Binu

Are you storing your certificates in files?
If so, there shouldn’t be any issues.
The alternative is to store the certificates as strings in your saml.config.
We will also be adding support for the Azure key vault in the next release.