Skip to content

Use isolated worker model in e2e test functions app #647

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

damonbarry
Copy link
Member

I received an email saying, "Beginning 10 November 2026, the in-process model for .NET apps in Azure Functions will no longer be supported."

The Functions app we create for the end-to-end tests uses the in-process model, and in fact is running on .NET 6, which is EOL. This Functions app needs a refresh generally, so I added a few (untested) changes to the script that generates the app, as a placeholder to visit later.

Handy links:
Migrate .NET apps from the in-process model to the isolated worker model
az functionapp reference
Develop Azure Functions locally using Core Tools
Azure Functions Core Tools reference

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