Azure Zip deployment failed with log

Lijiao Guo (Centific Technologies Inc) 0 Reputation points Microsoft Vendor
2024-05-27T03:19:11.9633333+00:00

commond: az webapp deployment source config-zip --name xxx -g xxx --subscription xxx --src .\dist.zip --slot second1

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,678 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,407 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. LeelaRajeshSayana-MSFT 13,966 Reputation points
    2024-05-28T15:28:09.65+00:00

    Hi @Lijiao Guo (Centific Technologies Inc) Greetings! Welcome to Microsoft Q&A forum. Thank you for posting this question here.

    Can you share any errors you may notice from your deployment logs to help us understand the underlying cause? You can refer to the deployment logs of the latest deployment by running the command az webapp log deployment show -n <MyWebApp> -g <MyResourceGroup>

    Please also note that az webapp deployment source config-zip command has been deprecated and will be removed in a future release. It is recommended to use az webapp deploy as an alternative for this. I appreciate it if you can refer to az webapp deploy command and let us know if this works for you.

    0 comments No comments