【发布时间】:2020-05-28 01:49:07
【问题描述】:
如标题所示,我需要获取函数应用的最新部署日期。 我正在尝试不同的 Azure REST 调用,但找不到正确的调用。 https://docs.microsoft.com/en-us/rest/api/appservice/
对于部署,我的意思是每次更改代码并重新部署 Function App 时。
我使用的是 Linux/Python 环境。
我尝试使用这个 GET:
https://docs.microsoft.com/en-us/rest/api/appservice/webapps/listdeployments#code-try-0
但它返回的 HTML 内容如下:
<html>
<head>
<title>Your Azure Function App is up and running.</title>
<style type="text/css">
@font-face {
font-family: 'SegoeLight';
...
...
...
【问题讨论】:
标签: azure azure-web-app-service azure-function-app