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 Runtime 2.0.11888 Preview [breaking] #117

Closed
alrod opened this issue Jun 20, 2018 · 3 comments
Closed

Azure Functions Runtime 2.0.11888 Preview [breaking] #117

alrod opened this issue Jun 20, 2018 · 3 comments

Comments

@alrod
Copy link
Member

alrod commented Jun 20, 2018

A new version of the Azure Functions Runtime Preview 2.0.11888 is being deployed.

Please refer to the latest release notes on the release page here for details:
https://github.com/Azure/azure-functions-host/releases/tag/v2.0.11888-alpha

This release has breaking changes:

  • Temporarily, the 64-bit platform option is not supported. Previously when this option was selected it was ignored and the w3wp.exe process always started in 32-bit mode. Please switch to 32-bit (x86) in "General Settings". We are working to implement true 64-bit support in a future release.

Known issues:

  • HttpTrigger does not return response content properly. For example following code will return "Bad Request" instead of "Please pass a name on the query string or in the request body":
    return new BadRequestObjectResult("Please pass a name on the query string or in the request body");
    If this is blocker you can use previous version by setting FUNCTIONS_EXTENSION_VERSION=2.0.11857-alpha.

Please use Azure/app-service-announcements-discussions#54 for discussions related to this release.

@Azure Azure locked and limited conversation to collaborators Jun 20, 2018
@davidebbo
Copy link
Contributor

Update: you can now try this in the West Central US region.

@alrod
Copy link
Member Author

alrod commented Jun 26, 2018

This runtime deployment has been completed.

@alrod alrod closed this as completed Jun 26, 2018
@davidebbo
Copy link
Contributor

Keeping active till everyone gets through transition.

@davidebbo davidebbo reopened this Jun 29, 2018
@mathewc mathewc closed this as completed Jul 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants