How to Configure Environment Variables for Azure Function App in Flex Consumption Plan?
Miguel
0
Reputation points
I have created an Azure Function App using the Python runtime in the Flex Consumption plan and successfully deployed a function using Core Tools. However, the environment variables set under "Environment Variables" > "App Settings" are not available in the function's runtime environment. When printing os.environ
values from the function, none of the set variables appear. What steps can be taken to resolve this issue?
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,939 questions
Sign in to answer