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

Azure Functions does not work if length of the querystring is over 2048 (for v2) #3023

Closed
koskila opened this issue Jun 19, 2018 · 1 comment
Assignees
Labels

Comments

@koskila
Copy link

koskila commented Jun 19, 2018

Investigative information

This is most likely the same issue described in #2331 , just for 2.0-beta instead of 1.0.

Note: I have provided information of a normal execution of my function. When the problem occurs, there is actually nothing in the logs that would indicate this problem because the function doesn't run.

  • Timestamp: 2018-06-18 00:21:46.689
  • Function App version (1.0 or 2.0-beta): 2.0-beta
  • Function App name:
  • Function name(s) (as appropriate):
  • Invocation ID: 3ddcfae6-b61a-446d-90c4-0b9bba7fc5e3
  • Region: North Europe

Repro steps

  1. Create an Azure Function that takes in GET argument(s) using the beta version of the CLI (2.1, in my case)
  2. Call the function from any other source, passing arguments of altogether over 2048 characters

Expected behavior

Function should execute.

Actual behavior

Function doesn't execute.

You'll get back an error "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."

Even if you attach the remote debugger to your Azure Function, it won't fire, at all - so debugging is kind of difficult!

Known workarounds

Use the request body instead of query-params, or use shorther arguments.

Related information

I'm using C# to develop the function.

@pragnagopa pragnagopa added the bug label Jun 25, 2018
@pragnagopa pragnagopa added this to the Triaged milestone Jun 25, 2018
@pragnagopa
Copy link
Member

We should show proper error message when hitting requestlimits

@paulbatum paulbatum modified the milestones: Triaged, Functions Sprint 28 Jul 10, 2018
@ghost ghost locked as resolved and limited conversation to collaborators Jan 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants