Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HostID collison is being detected for placeholder apps #10774

Open
soninaren opened this issue Jan 28, 2025 · 0 comments
Open

HostID collison is being detected for placeholder apps #10774

soninaren opened this issue Jan 28, 2025 · 0 comments
Labels

Comments

@soninaren
Copy link
Member

For a subset of apps. Diagnostic event with AZFD0004: Host ID collision is being emitted for host-Id generated for placeholder apps.

Sample error:
System.InvalidOperationException : A collision for Host ID 'functionsv4placeholdertemplatesi' was detected in the configured storage account. For more information, see https://aka.ms/functions-hostid-collision.

The root cause of the issue is currently unknown. You can identify the issue by running the following query.

All("FunctionsLogs")
| where PreciseTimeStamp >= ago(7d)
| where EventName =~ "DiagnosticEvent-AZFD0004"
| where Details contains "placeholdertemp"
| take 10
@soninaren soninaren changed the title HostID collison is being detected for placeholder HostID collison is being detected for placeholder apps Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant