Azure-Functions icon indicating copy to clipboard operation
Azure-Functions copied to clipboard

Environment variable MSI_ENDPOINT and IDENTITY_HEADER should be available to pre-build environment

Open lb-consult opened this issue 8 months ago • 0 comments

We are using a "PRE_BUILD_COMMAND" to customise the build environment for our Azure Function (Python on Linux)

The script need to access some external resources protected using EntraID-based authentication. It would be helpful if we could use the managed-identity in this process. To do so the pre-build script would need access to the environment variables MSI_ENDPOINT and IDENTITY_HEADER.

lb-consult avatar May 23 '25 15:05 lb-consult