Using Azure Functions Core Tools! Extracting App Settings

Опубликовано: 30 Октябрь 2024
на канале: Will Velida
5,883
53

We can use Azure Function Core Tools to speed up and simplify our Azure Function Development by extracting our app settings from Azure into a local settings file that we can use for local development.

In this video, I'll show you how you can use the Core tools to extract your Function settings from Azure into a local.settings.json easily instead of having to copy and paste them manually 🙄

Links:
Azure Function Core Tools documentation: https://docs.microsoft.com/en-us/azur...
Azure Function Core Tools on GitHub: https://github.com/Azure/azure-functi...
DEV.to blog post: https://dev.to/willvelida/using-azure...