0
votes

I am exploring the possibility of moving a java web application to Azure app service. The application when on-prem reads from a property file while starting up.

Is there a possibility to pass or place the property file to app service ? If not - what is the suggestion to move such legacy application to Azure app service ?

1

1 Answers

0
votes

You can consider having them in the AppSettings. If it's dot net app you can use ConfigurationManager.AppSettings["Key"] will return value from the portal

Also the 2nd question, it depends on various facors you can make decision according to the diagram below,

https://docs.microsoft.com/en-us/azure/architecture/guide/images/compute-decision-tree.svg