- Visual Studio 2019
- Cosmos DB local emulator (doc en-us / ja-jp)
- Azure Storage emulator (doc en-us / ja-jp)
any thing.
- Covid19Radar.Functions.sln
- Copy from
local.settings.json.example
tolocal.settings.json
- Edit configurations for local
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true", // Do not change. for Storage Emulator
"FUNCTIONS_WORKER_RUNTIME": "dotnet", // Do not change.
"COSMOS_ENDPOINT_URI": "https://localhost:8081", // Do not change. for Cosmos DB Emulator
"COSMOS_PRIMARY_KEY": "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==",
// Do not change if not change key
"COSMOS_DATABASE_ID": "Example", // Do not change.
"COSMOS_AUTO_GENERATE": true // Do not change.
}
}
Ctrl + Alt + B / F5 Key