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

Running Linux function from portal causes two invocations #568

Closed
davidebbo opened this issue Oct 25, 2017 · 2 comments
Closed

Running Linux function from portal causes two invocations #568

davidebbo opened this issue Oct 25, 2017 · 2 comments
Assignees
Labels

Comments

@davidebbo
Copy link

Running a C# function from portal, I first see a call directly to the Function. And then there is a second call going through https://functions-next.azure.com/api/passthrough.

Maybe it thinks the first one failed?

@ahmelsayed
Copy link

ahmelsayed commented Oct 25, 2017

the first one must have failed. We try to hit the app directly first and if we get a CORS error, we go through the proxy. Linux apps don't have CORS yet, so any calls to the app itself should always fail.
never mind, talked to David and I understand the issue now

@ahmelsayed
Copy link

This issue was moved to Azure/azure-functions-ux#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

2 participants