Azure collects this information and makes it available to you on most screens in the portal- where you open the log defines the initial filter. If you open up the function app in the portal and choose Activity Log, it should show you this information. There are additional configuration options if you want to adjust where this data is stored or automate log monitoring. You can read up more on that here: https://learn.microsoft.com/en-us/azure/azure-monitor/platform/activity-log#view-the-activity-log
List Azure function deployments
Christoph Deil
1
Reputation point
Is there a way that I can list the most recent Azure function deployments, to see who did them when?
We have a failing Numpy import on a function execution yesterday and it's not clear what happened.
This is for a cron-triggered Python function on a B1 web app plan that we deploy via
func azure functionapp publish