An Azure relational database service.
Thanks for asking question! I noticed your query on SO regarding DataProtectionConfigurationProvider not working on my Azure app service.
As mentioned by Json: Because of the particularity of the Azure Web AppService platform, so the C# config original encryption method of DataProtectionConfigurationProvider and RSAProtectedConfigurationProvider in the Azure platform is not available.
And DataProtectionConfigurationProvider cannot take effect in the traditional way of Azure web app. You can refer to the solution in the article for processing.
Reference: config file encryption method for Azure web site and web job
Disclaimer: This response contains a reference to a third-party World Wide Web site. Microsoft is providing this information as a convenience to you.
Let us know if you have further query.