I'm looking for an Azure REST API to list the Azure Functions appsettings defined in the Azure portal. Based on the documentation here, it looks like supporting three options
- Using Azure portal
- Using Azure CLI
- Using Powershell utility
Is there any REST API endpoint that I can use to get the list of appsettings for Azure function app?