Azure Function App

How to copy Settings in local.settings.json easily to Azure Function Deployment when using Visual Studio IDE (Not VSCode)

If you are lazy like me to read the documentation in detail you would probably not know how to add application settings (local settings) to Azure function App. And you’ll probably realize that once you deployed 🙂 Azure Functions are interesting when it comes to saving and consuming settings. Current suggested method may seem like

Read More