I have an Azure function in production where I need to add a few new function keys on an Http trigger and a new connection string (when I mean new, it is really new, it is not replacing another one that already exists).
My doubt is if this causes downtime or if it requires restarting the function app in order to grab the new settings, can anyone help?
Thanks
