Hello @Aditya Parcha
It seems like you are trying to deploy .NET 8 published files to a Linux Azure Function App using the Publish-AzWebApp`
command from PowerShell, but the deployment is not working.
Before we proceed, can you please confirm if you have followed the steps mentioned in the document for deploying .NET 8 published files to a Linux Azure Function App? If not, please follow the steps mentioned in the document and try again. If you have followed the steps and are still facing issues, can you please provide more information about the error you are facing?
Are you seeing any error messages or logs? Also, please make sure that you have the necessary permissions to deploy to the Azure Function App. You can check this by running the following command in PowerShell:
Get-AzWebAppPublishingProfile -Name -ResourceGroupName
This command will retrieve the publishing profile for the Azure Function App and display the necessary credentials for deployment.
If you are still facing issues, please provide more information about the error you are facing, and we will be happy to help you further.