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

Add telemetry to the custom metadata provider path #10475

Open
liliankasem opened this issue Sep 16, 2024 · 0 comments
Open

Add telemetry to the custom metadata provider path #10475

liliankasem opened this issue Sep 16, 2024 · 0 comments

Comments

@liliankasem
Copy link
Member

Related to: Azure/azure-functions-dotnet-worker#788

When the host is reading metadata via a custom metadata provider (code), we do not validate the metadata like we do in our other code path (i.e. the worker metadata provider).

Without the validation, function names can have unwanted characters such as / which can lead to further failures down the line i.e. with function keys, storage etc.

Updating the custom provider code path to validate the metadata would be a breaking change. To analyze if this should be a hard failure or if we should make any further changes here, we should add telemetry to this code path to give us a good idea of how many Function Apps would be impacted if we made changes here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant