ClearlyDefined auxiliary jobs
Install Azure Functions Core Tools v3.x
Add local.settings.json:
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "",
"FUNCTIONS_WORKER_RUNTIME": "node",
"STORAGE_CONNECTION_STRING": ""
}
}
Debug > Attach to Node Functions
Run curl -X POST -H "Content-Type:application/json" --data {} http://localhost:7071/admin/functions/QueuesMessageCountChecker