Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 547 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 547 Bytes

auxiliary-jobs

ClearlyDefined auxiliary jobs

Prerequisites

Install Azure Functions Core Tools v3.x

Debug Locally

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