Azure Functions In-Process Model Deprecation — Migration to Isolated Worker Model Required
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 45/100
Research direction
Start by inspecting src/WinGet.RestSource.Functions/WinGet.RestSource.Functions.csproj and the deployment path used by the Microsoft.WinGet.RestSource PowerShell module. Identify the current in-process package references and the project changes required for the isolated worker model. Done means the deployed Function App no longer shows the Azure deprecation banner and remains compatible beyond November 10, 2026.
Written by the indexing model from the issue text.
Description
Brief description of your issue
The WinGet REST Source Functions project (WinGet.RestSource.Functions) uses the Azure Functions in-process hosting model, which Microsoft has announced will retire on November 10, 2026. After this date, in-process function apps will no longer be supported and may stop functioning.
When deploying via the Microsoft.WinGet.RestSource PowerShell module (v1.10.0), the Azure portal shows a deprecation banner on the deployed Function App:
Action required: Migrate your Azure Functions app to the isolated worker model before November 10, 2026.
Steps to reproduce
- Deploy a WinGet REST source using:
Install-Module Microsoft.WinGet.RestSource New-WinGetSource -Name "mywinget" -ResourceGroup "rg-winget" -Region "westeurope" - Open the deployed Function App in the Azure portal.
- Observe the deprecation banner at the top of the Function App blade.
Expected behavior
The project should use the Azure Functions isolated worker model (Microsoft.Azure.Functions.Worker) to ensure continued support and compatibility beyond November 2026.
Actual behavior
The project's WinGet.RestSource.Functions.csproj references in-process model packages
Environment
N/A
- Dominant language
- C#
- Stars
- 317
- Forks
- 79
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/winget-cli-restsource
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Issue-Feature
Difficulty 4/5 3-5 days Newbie friendliness 55/100
-
Font Support OpenIssue-Feature
microsoft/winget-cli-restsource#310 · 1 comment · 1 assignee ·
-
Issue-Bug
Difficulty 4/5 3-5 days Newbie friendliness 25/100
microsoft/winget-cli-restsource#309 · 2 comments ·
-
Issue-Feature
Difficulty 5/5 Over a week Newbie friendliness 30/100
All issues in microsoft/winget-cli-restsource
Similar issues
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
ci-failure-cause test-failure
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
area:auth FE mvp P3
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
klasolsson81/jobbliggaren#1788 ·