When trying to publish linux function app packages using Publish-AzWebApp powershell command it is not uploading.

Saburi Anil Nandankar 0 Reputation points
2024-07-22T15:56:38.4233333+00:00

I tried publishing app multiple times using bellow command on both windows and linux, it was working fine. However, from last few days after migrating function app from dotnet 6 isolated to dotnet 8 isolated it has stopped working for Linux Function App. It works, If I drag and drop the published files to function app from scm/kudu.

Raising a request for an assistance/support in publishing it using powershell only.

please help me on this.

Publish-AzWebapp -ResourceGroupName $resourceGroupName -Name $appName -ArchivePath $fileszip -Force -ErrorVariable LASTEXITCODE | Out-Null;
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,909 questions
Windows for business Windows Server User experience PowerShell
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.