When trying to publish linux function app packages using Publish-AzWebApp powershell command it is not uploading.
Saburi Anil Nandankar
0
Reputation points
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
Sign in to answer