I'm using the az cli and I need to retrieve the default Host Key for a given Function App.
I've tried various options under az functionapp
, but none of the output seems to contain the key.
For example, the below outputs lots of information about the Function App, but not any of the Host or Function Keys.
az functionapp show --resource-group my-resource-group --name my-function-app