Ceruleoscope/local.settings.json_template

7 строки
156 B
Plaintext

{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "<storage account connection string>",
"FUNCTIONS_WORKER_RUNTIME": "node"
}
}