List Azure function deployments

Christoph Deil 1 Reputation point
2020-06-24T10:04:33.457+00:00

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

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,212 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,830 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Samara Soucy - MSFT 21 Reputation points
    2020-06-25T22:43:36.367+00:00

    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

    0 comments No comments