How to deploy Java app to Azure Function without using the Zip deploy.

ikkyu 1 Reputation point
2022-11-23T09:59:09.337+00:00

I follow these tutorial

Is there any way to not using "Zip Deploy"?

I tried to set WEBSITE_RUN_FROM_PACKAGE:0, but no luck.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,249 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,960 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,863 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MughundhanRaveendran-MSFT 12,421 Reputation points
    2022-11-27T12:10:55.433+00:00

    Hi @ikkyu ,

    Most of the function deployment methods would use zip deployment. If you would like to try a non zip deployment method, you can try to deploy the files via FTP and then manually sync the triggers.

    https://learn.microsoft.com/en-us/azure/azure-functions/functions-deployment-technologies#ftp

    Hope this helps! Feel free to reach out to me if you have any queries or concerns.

    0 comments No comments