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

Looking like "create if not exists" logic is logging 404s to AppInsights #2039

Open
brandonh-msft opened this issue Nov 30, 2018 · 1 comment
Milestone

Comments

@brandonh-msft
Copy link
Member

Repro steps

  • Start a new Durable Functions workload on a brand new Function App instance (this requires additional tables above & beyond what the Functions Host creates)
  • Observe the Live Metrics Stream for the App in question
  • Notice many 404s as the orchestration gets up and running, creating its required tables, queues, and blob containers

I suspect there is CreateIfNotExists() calls going on for Tables, queues, etc that DF uses but those are bubbling up to the analytics; we should avoid this to avoid confusion.

Expected behavior

"Trapped" dependency exceptions shouldn't bubble up to the App Insights Exception logs.

Related information

Provide any related information

  • Package version: 1.7.0
  • Host version: 2.0.12210

cc @brettsam, @cgillum

@oising
Copy link

oising commented Oct 29, 2019

Came here to log this issue :)

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

No branches or pull requests

3 participants