OK so I went into Function App settings for the Azure Function and then to Go to App Service Settings and then opened up Tools and went to Kudu. I could navigate to the functions.js file and see what the file looked it.
{
"bindings": [
{
"webHookType": "",
"type": "httpTrigger",
"direction": "in",
"name": "req"
},
{
"type": "http",
"direction": "out",
"name": "res"
}
],
"disabled": false
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…