You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: readme.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ A simple example of accessing a SQL Server from Node on Azure WebApps
5
5
## What it does
6
6
7
7
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.
0 commit comments