Skip to content

Commit 2e0faa8

Browse files
authored
Link to root SQL links
1 parent b318d59 commit 2e0faa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-scenario-database-table-cleanup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ Now, you can add the C# function code that connects to your SQL Database.
125125

126126
If you plan to [publish this function](functions-develop-vs.md#publish-to-azure), remember to change the `TimerTrigger` attribute to a more reasonable [cron schedule](functions-bindings-timer.md#ncrontab-expressions) than every 15 seconds. You also need to make sure that your function app can access the Azure SQL Database or Azure SQL Managed Instance. For more information, see one of the following links based on your type of Azure SQL:
127127

128-
+ [Azure SQL Database](../azure-sql/database/firewall-configure.md#connections-from-inside-azure.)
129-
+ [Azure SQL Managed Instance](../azure-sql/managed-instance/connect-application-instance.md#connect-azure-app-service)
128+
+ [Azure SQL Database](/azure/azure-sql/database/firewall-configure#connections-from-inside-azure.)
129+
+ [Azure SQL Managed Instance](/azure/azure-sql/managed-instance/connect-application-instance#connect-azure-app-service)
130130

131131
## Next steps
132132

0 commit comments

Comments
 (0)