Like the title says, I need to get the latest deployment date of a function app. I'm trying different Azure REST calls, but I can't find the right one. https://learn.microsoft.com/en-us/rest/api/appservice/
For deployment, I mean every time I make a change to the code and re-deploy the Function App.
I'm using Linux/Python environment.
I tried using this GET:
https://learn.microsoft.com/en-us/rest/api/appservice/webapps/listdeployments#code-try-0
But it returns HTML content like:
<html>
<head>
<title>Your Azure Function App is up and running.</title>
<style type="text/css">
@font-face {
font-family: 'SegoeLight';
...
...
...