Skip to content

Commit

Permalink
Update docs on FunctionId (#1109)
Browse files Browse the repository at this point in the history
* update logs on FunctionId

* Update docs/TriggerBinding.md

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>

---------

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
  • Loading branch information
MaddyDev and Charles-Gagnon authored Jul 24, 2024
1 parent 0be9d0e commit 4e1426c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/TriggerBinding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 HostId, which is a hash of the assembly name containing the function
- The full class and method 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.

Expand Down

0 comments on commit 4e1426c

Please sign in to comment.