* update logs on FunctionId

* Update docs/TriggerBinding.md

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

---------

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
This commit is contained in:
Maddy 2024-07-24 15:19:47 -07:00 коммит произвёл GitHub
Родитель a684e010d6
Коммит aa7d21ffa3
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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.