Skip to content

Commit aa7d21f

Browse files
Update docs on FunctionId (#1109)
* update logs on FunctionId * Update docs/TriggerBinding.md Co-authored-by: Charles Gagnon <[email protected]> --------- Co-authored-by: Charles Gagnon <[email protected]>
1 parent a684e01 commit aa7d21f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/TriggerBinding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ To find the name of the leases table associated with your function, look in the
9797
This log message is at the `Information` level, so make sure your log level is set correctly.
9898

9999
NOTE: `FunctionId` is generated from a couple of inputs:
100-
- The HostId, which is a hash of the assembly name containing the function
101-
- The full class and method name of the function
100+
- The [WEBSITE_SITE_NAME](https://github.com/Azure/azure-functions-sql-extension/blob/main/docs/BindingsOverview.md#website_site_name) setting
101+
- The name of the function
102102

103103
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.
104104

0 commit comments

Comments
 (0)