Skip to content

Commit 4f24dc9

Browse files
Update azfd0004.md
1 parent 32fba3f commit 4f24dc9

File tree

1 file changed

+3
-3
lines changed
  • articles/azure-functions/errors-diagnostics/diagnostic-events

1 file changed

+3
-3
lines changed

articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0004.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ When multiple apps have the same host ID, the resulting collision can result inc
2727
For more information, see [host ID considerations](../../../storage-considerations.md#host-id-considerations).
2828

2929
## Options for addressing collisions:
30-
- Point your app at a different storage account.
31-
- Rename your app to something less than 32 characters in length. This will change the computed Host ID for the app and remove the collision.
32-
- Provide an explicit Host ID for your app(s) so they don't conflict anymore (see below).
30+
- Connection your function app at a different storage account by changing the [AzureWebJobsStorage](../../../functions-app-settings.md#azurewebjobsstorage) application setting.
31+
- Rename your function app to something less than 32 characters in length. This changes the host ID generated for the app and removes the collision.
32+
- Provide explicit host ID values for your function apps or slots so they no longer conflict. For more information, see [host ID considerations](../../../storage-considerations.md#host-id-considerations).
3333

3434
## When to suppress the event
3535
This event should not be suppressed.

0 commit comments

Comments
 (0)