Skip to content

Commit b81fa64

Browse files
Fix formatting for WEBSITE_SITE_NAME section (#1170)
* Update BindingsOverview.md * Update azure name
1 parent 46fbcc7 commit b81fa64

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/BindingsOverview.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,11 @@ The upper limit on the number of pending changes in the user table that are allo
155155
#### WEBSITE_SITE_NAME
156156

157157
The unique name used in creating the lease tables. The local apps depend on this setting for creating unique leases tables, please give a unique name for each app.
158-
> **NOTE:** If the setting is re-used accross apps, having the same function name could cause the functions to use the same lease tables and the function runs to not work as expected.
159-
> **NOTE:** If you have 2 different SQL trigger functions with same functionName locally, not having WEBSITE_SITE_NAME would mean that the same leasees table would be used for both triggers resulting in only one of the functions being triggered.
160-
> **NOTE:** This is a read-only variable that is provided by the azure environment variables for deployed functions and the user provided value will be overridden. Refer to [Environment variables](https://learn.microsoft.com/azure/app-service/reference-app-settings?tabs=kudu%2Cdotnet#app-environment) for apps.
158+
159+
> **NOTE:**
160+
> * If the setting is re-used across apps, having the same function name could cause the functions to use the same lease tables and the function runs to not work as expected.
161+
> * If you have 2 different SQL trigger functions with same functionName locally, not having WEBSITE_SITE_NAME would mean that the same leasees table would be used for both triggers resulting in only one of the functions being triggered.
162+
> * This is a read-only variable that is provided by the Azure App service for deployed functions and the user provided value will be overridden. Refer to [Environment variables](https://learn.microsoft.com/azure/app-service/reference-app-settings?tabs=kudu%2Cdotnet#app-environment) for apps.
161163

162164
### Scaling for Trigger Bindings
163165

0 commit comments

Comments
 (0)