Azure Tips and Tricks Part 130 - Manage Application Settings for Azure Functions within Visual Studio

1 minute read

Check out Azure.Source by Rob Caron : A very nice mix of Azure news, announcements, videos, podcast and more. Read weekly

Intro

Most folks aren’t aware of how powerful the Azure platform really is. As I’ve been presenting topics on Azure, I’ve had many people say, “How did you do that?” So I’ll be documenting my tips and tricks for Azure in these posts.

The Complete List of Azure Tips and Tricks

Available Now!

Manage Application Settings for Azure Functions within Visual Studio

Generally when I’m working with Azure Functions and Visual Studio and need to add an Application Setting, then I’ll head over to the Azure Portal, click on my Function, Configuration and add the Application Setting.

Over the weekend I was about to do the same and noticed that you can actually apply Application Settings within the IDE. Just go to Publish and then click on Application Setting.

You’ll now see a list of Application Settings that you can add, edit or delete. Easy…

…and we didn’t even have to leave Visual Studio!

Want more Azure Tips and Tricks?

If you’d like to learn more Azure Tips and Tricks, then follow me on twitter or stay tuned to this blog! I’d also love to hear your tips and tricks for working in Azure, just leave a comment below.

Leave a Comment