You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0004.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ When multiple apps have the same host ID, the resulting collision can result inc
27
27
For more information, see [host ID considerations](../../../storage-considerations.md#host-id-considerations).
28
28
29
29
## 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).
0 commit comments