Skip to content

Commit e20d6cb

Browse files
Fix settings file name
1 parent 69212c0 commit e20d6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A simple example of accessing a SQL Server from Node on Azure WebApps
55
## What it does
66

77
This connects to a SQL DB in an ADO.NET connection string named `SQLAZURECONNSTR_SQLDB` and runs `SELECT 'foobar'`, then prints the result to stdout.
8-
It runs every minute, thanks to the schedule setting in the settings.json. This only works in Standard with Always On turned on. If you need CRON Jobs outside of Standard tier, use Azure Scheduler.
8+
It runs every minute, thanks to the schedule setting in the settings.job. This only works in Standard with Always On turned on. If you need CRON Jobs outside of Standard tier, use Azure Scheduler.
99

1010
## How to deploy
1111

0 commit comments

Comments
 (0)