Azure / azure-functions-java-library

Contains annotations for writing Azure Functions in Java
MIT License
42 stars 42 forks source link

Azure function created by Java is saying “Your app is currently in read only mode because you are running from a package file” , how to resolve it? #114

Closed rbhattaqhr closed 3 years ago

rbhattaqhr commented 4 years ago

Currently, I'm working on Azure function created by Java. I am able to publish Java function to Azure portal and I'm able to make a GET and POST request but I'm having issue with enabling function in write mode. So, what should I do now?

amamounelsayed commented 4 years ago

Hey @rbhattaqhr, currently it is not supported to update your code in the portal. Is that what you are looking for?

Thank you

amamounelsayed commented 3 years ago

@rbhattaqhr Do you have any update regarding this?

rbhattaqhr commented 3 years ago

Since it is not required for us to enable function in write mode. So, I am good for now. Thanks @amamounelsayed .