From 91f9d735b87c5762e7e7e04d6ff0ee7217172396 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Fri, 22 Nov 2024 10:23:20 -0800 Subject: [PATCH] Fix markdown formatting in TriggerBinding.md Extra space before each bullet made it so it was being rendered on all on a single line. --- docs/TriggerBinding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/TriggerBinding.md b/docs/TriggerBinding.md index c46237606..3b1b798bc 100644 --- a/docs/TriggerBinding.md +++ b/docs/TriggerBinding.md @@ -97,8 +97,8 @@ To find the name of the leases table associated with your function, look in the This log message is at the `Information` level, so make sure your log level is set correctly. NOTE: `FunctionId` is generated from a couple of inputs: - - The [WEBSITE_SITE_NAME](https://github.com/Azure/azure-functions-sql-extension/blob/main/docs/BindingsOverview.md#website_site_name) setting - - The name of the function + - The [WEBSITE_SITE_NAME](https://github.com/Azure/azure-functions-sql-extension/blob/main/docs/BindingsOverview.md#website_site_name) setting + - The name of the function If either of these values are changed then a new FunctionId will be generated and result in the function starting over from the beginning, including creating a new Leases table.