Skip to content

Commit aa30aab

Browse files
Merge pull request #212501 from mumurug-MSFT/patch-14
(AzureCXP) fixes MicrosoftDocs/azure-docs#98988
2 parents 6e8a5f9 + 2219ad3 commit aa30aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/storage-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You can use the following strategies to avoid host ID collisions:
8989
9090
### Override the host ID
9191

92-
You can explicitly set a specific host ID for your function app in the application settings by using the `AzureFunctionsWebHost__hostid` setting. For more information, see [AzureFunctionsWebHost__hostid](functions-app-settings.md#azurefunctionswebhost__hostid).
92+
You can explicitly set a specific host ID for your function app in the application settings by using the `AzureFunctionsWebHost__hostId` setting. For more information, see [AzureFunctionsWebHost__hostId](functions-app-settings.md#azurefunctionswebhost__hostid).
9393

9494
When the collision occurs between slots, you may need to mark this setting as a slot setting. To learn how to create app settings, see [Work with application settings](functions-how-to-use-azure-function-app-settings.md#settings).
9595

0 commit comments

Comments
 (0)