Skip to content

Commit 032ed20

Browse files
authored
Removed bad sentence
1 parent 3d1897c commit 032ed20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-functions/functions-bindings-http-webhook-trigger.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,9 +757,10 @@ Functions lets you use keys to make it harder to access your HTTP function endpo
757757

758758
There are two authorization scopes for function-level keys:
759759

760-
* **Host**: Keys with a host scope can be used to access all functions within the function app. When used as an API key, these allow access to any function within the function app. Sometimes called *admin* keys since they can be used with all functions in the function app.
761760
* **Function**: These keys apply only to the specific functions under which they are defined. When used as an API key, these only allow access to that function.
762761

762+
* **Host**: Keys with a host scope can be used to access all functions within the function app. When used as an API key, these allow access to any function within the function app.
763+
763764
Each key is named for reference, and there is a default key (named "default") at the function and host level. Function keys take precedence over host keys. When two keys are defined with the same name, the function key is always used.
764765

765766
#### Master key (admin-level)

0 commit comments

Comments
 (0)