- yarn global add azure-functions-core-tools@4 --unsafe-perm true
- yarn
- install docker and docker-compose to your system
- create a file in root directory “local.settings.json” with following content
{
"IsEncrypted": false,
"Values": {
"FUNCTIONS_WORKER_RUNTIME": "node",
"AzureWebJobsStorage": ""
},
"Host": {
"LocalHttpPort": 7071,
"CORS": "*",
"CORSCredentials": false
}
}
- docker-compose up
- yarn watch
- yarn dev:timer
- source env.sh
- yarn watch
- yarn start:api
Swagger: https://kyofight.github.io/azure-rss-to-json/
- fix types // @ts-expect-error AND any type
- alert and monitor for the endpoint health
- unit tests