Thursday, 21 November 2019

Are function/host keys directly available inside an Azure Function written in Python?

When writing an Azure Function in Python, I would expect to be able to access the host and function keys from the environment. Is this possible? All the examples I've seen do it by calling a get request, which seems like a lot of code to access something that I've set through the website.

This question is very similar, but not language specific.



from Are function/host keys directly available inside an Azure Function written in Python?

No comments:

Post a Comment