I am using the Azure CLI to interact with my Azure Functions. I want to be able to read the appsettings.json file that was deployed with the function app. You can see this file if you're using the App Service Editor.
From what I have seen so far, I could use the az functionapp config appsettings set command but that will only read the appsettings on the function app and not the custom appsettings.json file.
How would one go in accomplishing this?
