Hello @Arjun Sivasree,
welcome to this moderated Azure community forum.
I have see the same list of environment variables when I use this handy echo module.
Your custom module is based on a dotnet module (as seen in the 'Dockerfile' you use)
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build-env
This base layer introduces those environment variables.
If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.