1

我在保持触发的 Web 作业在 Azure 上启动和运行时一直遇到问题,在挖掘了一些日志后,我找到了一个用于“启动”Web 作业的日志,在我看来,该服务有一个授权,该授权专门针对触发的 Web 作业.

我在想的是身份验证即将到期而不是自动更新,因此触发的网络作业失败并进入中止状态。

我们已经尝试将 webjob 的配置设置设置为 12 个月(以秒为单位),并且我们已经应用了心跳,但服务仍然关闭。

在下面记录详细信息;

也有人知道e_exp是什么吗?

大约相当于 3 天(以秒为单位)

{
    "authorization": {
        "action": "Microsoft.Web/sites/TriggeredWebJobs/run/action",
        "scope": "/subscriptions/some GUID/resourceGroups/.../providers/Microsoft.Web/sites/.../TriggeredWebJobs/Processing"
    },
    "caller": "some GUID",
    "channels": "Operation",
    "claims": {
        "aud": "https://management.core.windows.net/",
        "iss": "https://sts.windows.net/some GUID/",
        "iat": "1537204596",
        "nbf": "1537204596",
        "exp": "1537208496",
        "aio": "numbers and letters",
        "appid": "some GUID",
        "appidacr": "1",
        "e_exp": "262800",
        "http://schemas.microsoft.com/identity/claims/identityprovider": "https://sts.windows.net/some GUID/",
        "http://schemas.microsoft.com/identity/claims/objectidentifier": "some GUID",
        "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier": "some GUID",
        "http://schemas.microsoft.com/identity/claims/tenantid": "some GUID",
        "uti": "numbers and letters",
        "ver": "1.0"
    },
    "correlationId": "some GUID",
    "description": "",
    "eventDataId": "some GUID",
    "eventName": {
        "value": "EndRequest",
        "localizedValue": "End request"
    },
    "category": {
        "value": "Administrative",
        "localizedValue": "Administrative"
    },
    "eventTimestamp": "2018-09-17T17:21:50.2300614Z",
    "id": "/subscriptions/some GUID/resourceGroups/qcp-ghs-prd/providers/Microsoft.Web/sites/.../TriggeredWebJobs/Processing/events/some GUID/ticks/...",
    "level": "Informational",
    "operationId": "some GUID",
    "operationName": {
        "value": "Microsoft.Web/sites/TriggeredWebJobs/run/action",
        "localizedValue": "Run Web Apps Triggered WebJobs"
    },
    "resourceGroupName": "...",
    "resourceProviderName": {
        "value": "Microsoft.Web",
        "localizedValue": "Azure Web Sites"
    },
    "resourceType": {
        "value": "Microsoft.Web/sites/TriggeredWebJobs",
        "localizedValue": "Microsoft.Web/sites/TriggeredWebJobs"
    },
    "resourceId": "/subscriptions/some GUID/resourceGroups/.../providers/Microsoft.Web/sites/qcp-ghs-prd-ase/TriggeredWebJobs/Processing",
    "status": {
        "value": "Succeeded",
        "localizedValue": "Succeeded"
    },
    "subStatus": {
        "value": "OK",
        "localizedValue": "OK (HTTP Status Code: 200)"
    },
    "submissionTimestamp": "2018-09-17T17:22:18.6120141Z",
    "subscriptionId": "some GUID",
    "properties": {
        "statusCode": "OK",
        "serviceRequestId": "some GUID"
    },
    "relatedEvents": []
}
4

0 回答 0