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 functionality to update serializer settings to fix datetime parsing issue #923

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

surgupta-msft
Copy link
Contributor

@surgupta-msft surgupta-msft commented Jan 10, 2025

Resolves - Azure/azure-functions-dotnet-worker#2442

Users can provide configuration for cosmosDB extension via Host.json - docs

{
    "version": "2.0",
    "extensions": {
        "cosmosDB": {
            "serializerSettings": {
              "dateParseHandling":  "None"
            }
        }
    }
}

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

Successfully merging this pull request may close these issues.

1 participant