Skip to content

Commit 8fff522

Browse files
committed
fix links
1 parent 1f20746 commit 8fff522

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
@@ -24,13 +24,13 @@ A host ID collision can occur when you've more than one function app or slot usi
2424

2525
When multiple apps have the same host ID, the resulting collision can result incorrect behaviors. For example, some triggers, like timer and Blob Storage, store tracking info by host ID. This collision can result in incorrect behavior when the host can't differentiate between apps by host ID. When such a collision is detected, an error (hard failure) is logged and the host is shut down.
2626

27-
For more information, see [host ID considerations](../../../storage-considerations.md#host-id-considerations).
27+
For more information, see [host ID considerations](../../storage-considerations.md#host-id-considerations).
2828

2929
## Options for addressing collisions:
3030

31-
- Connect each function app or slot in the collision to a different storage account by changing the [AzureWebJobsStorage](../../../functions-app-settings.md#azurewebjobsstorage) application setting or slot setting.
31+
- Connect each function app or slot in the collision to a different storage account by changing the [AzureWebJobsStorage](../../functions-app-settings.md#azurewebjobsstorage) application setting or slot setting.
3232
- Rename your function apps to a name that is fewer than 32 characters in length. When names have fewer than 32 characters, unique host IDs can be generated for each app, which removes the collision.
33-
- Set 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).
33+
- Set 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).
3434

3535
## When to suppress the event
3636

0 commit comments

Comments
 (0)