Azure Function App showing message Your app is currently in read only mode because you are running from a package file

0 votes

I am doing this azure function app tutorial.

I am able successfully run the function deployed on azure as well

But when I browse the function on azure, I see this message

Your app is currently in read only mode because you are running from a package file. To make any changes update the content in your zip file and WEBSITE_RUN_FROM_PACKAGE app setting

azure function app

What is it saying?

execute azure function app

Mar 19, 2022 in Azure by Edureka
• 12,690 points
15,986 views

1 answer to this question.

+1 vote
Yes! When you first deploy the function app to Azure Functions, it will display that notice.

To get rid of that message, follow these two steps:

Step 1: Make local changes to your Azure function code and republish it to the same function app. In the Azure portal, refresh your function application and run it now from the code+Test menu.

Step 2: Go to Azure Portal > Your Function App > Configuration (in the left index pane) > in the Application Setting, change the value of WEBSITE RUN FROM PACKAGE to 0 and click Ok and Save. To execute your application, restart your function app and navigate to the code+test menu.
answered Mar 25, 2022 by Edureka
• 13,620 points

Related Questions In Azure

0 votes
0 answers

Azure Functions not showing up in Function app in portal

I've got a solution that contains a ...READ MORE

Mar 26, 2022 in Azure by Edureka
• 13,620 points
2,508 views
0 votes
1 answer
0 votes
1 answer

What are azure functions? What is their use?

Azure Functions is a serverless computing service hosted ...READ MORE

answered Jan 10, 2020 in Azure by Sirajul
• 59,230 points

edited Jun 27, 2023 by Khan Sarfaraz 1,733 views
0 votes
1 answer

Azure application insights or log analytics

Insights into Applications Application Insights is an ...READ MORE

answered Mar 25, 2022 in Azure by Edureka
• 13,620 points
732 views
0 votes
1 answer

What is the difference between "Azure Web app" and "Azure App Service"?

Azure App Services Azure App Services is a ...READ MORE

answered Mar 8, 2022 in Azure by Edureka
• 13,620 points

edited Jun 27, 2023 by Khan Sarfaraz 2,244 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP