Skip to content

V1.20.2 no longer updates Azure Function App in Azure portal #4860

@Hanif-A

Description

@Hanif-A

Forgive my ignorance and any mistakes.

Windows 10
VSCode 1.105.0

With VSCode extension: Azure Functions, v 1.20.2, I noticed that my changes to my Python 11 (v1) function app were no not being pushed to azure.

In VSCode, when pushing the changes to Azure via the Function App extension, I would get a confirm you want to override, three green ticks in the Azure window, and succesfull "Deploy to app" message, but nothing would actually update on the Azure portal page for the function app.

I would make changes, such as adding a new HTTP endpoint for my function app, and this change would not be reflected in the front end. App files would be unchanged, the functions would remain unchanged. Nothing stopped working, the previous version remained function, but any new changes were not being pushed in.

Downgrading to an older version fixed the issue (prior to v1.20.0).

scm gave the following log information:

{
"id": "x",
"status": 1,
"status_text": "Building and Deploying 'x'.",
"author_email": "N/A",
"author": "ms-azuretools-vscode",
"deployer": "ms-azuretools-vscode",
"message": "Created via a push deployment",
"progress": "Uploading built content /home/site/artifacts/functionappartifact.squashfs for linux consumption function app...",
"received_time": "2025-12-07T23:28:48.527385Z",
"start_time": "2025-12-07T23:28:50.1381782Z",
"end_time": null,
"last_success_end_time": null,
"complete": false,
"active": false,
"is_temp": false,
"is_readonly": true,
"url": "https://x.scm.azurewebsites.net/api/deployments/x",
"log_url": "https://x/api/deployments/x/log",
"site_name": "x"
},
{
"id": "temp-533e92c0",
"status": 0,
"status_text": "Receiving changes.",
"author_email": "N/A",
"author": "N/A",
"deployer": "ms-azuretools-vscode",
"message": "Deploying from pushed zip file",
"progress": "Fetching changes.",
"received_time": "2025-12-07T23:28:44.746676Z",
"start_time": "2025-12-07T23:28:44.746676Z",
"end_time": null,
"last_success_end_time": null,
"complete": false,
"active": false,
"is_temp": true,
"is_readonly": false,
"url": "https://x.scm.azurewebsites.net/api/deployments/temp-533e92c0",
"log_url": "https://x/api/deployments/temp-533e92c0/log",
"site_name": "x"
}

Log file

{
"log_time": "2025-12-07T23:28:48.7847821Z",
"id": "6d481444-2aea-4734-aa27-a0d5f9a70085",
"message": "Updating submodules.",
"type": 0,
"details_url": null
},
{
"log_time": "2025-12-07T23:28:50.0041053Z",
"id": "3b2f404f-8b54-4ca4-802a-9716b8f8b302",
"message": "Preparing deployment for commit id 'e748ea65-7'.",
"type": 0,
"details_url": null
},
{
"log_time": "2025-12-07T23:28:50.4740391Z",
"id": "446fb176-1711-45fc-8aee-bd6632be953a",
"message": "PreDeployment: context.CleanOutputPath False",
"type": 0,
"details_url": null
},
{
"log_time": "2025-12-07T23:28:50.6536042Z",
"id": "13c7c21b-c41e-4617-921d-186101832b1f",
"message": "PreDeployment: context.OutputPath /home/site/wwwroot",
"type": 0,
"details_url": null
},
{
"log_time": "2025-12-07T23:28:50.8354929Z",
"id": "ea45ff69-9860-42e3-8de9-2dcf01276994",
"message": "Repository path is /tmp/zipdeploy/extracted",
"type": 0,
"details_url": null
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions