thaitype / nammatham-v2-azure-functions-starter

Nammatham V2 with Azure Functions Starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nammatham-v2-azure-functions-starter

Local Dev

Prep Azure Functions Config on local, create local.settings.json

{
"IsEncrypted": false,
"Values": {
    "FUNCTIONS_WORKER_RUNTIME": "node",
    "AzureWebJobsFeatureFlags": "EnableWorkerIndexing",
    "AzureWebJobsStorage": "UseDevelopmentStorage=true"
    },
"ConnectionStrings": {}
}

then run local

yarn dev

Run Azure Functions Worker on Local

yarn start

Deploy to Azure functions

yarn build
func azure functionapp publish [Azure-Function-name]

About

Nammatham V2 with Azure Functions Starter

License:MIT License


Languages

Language:TypeScript 100.0%