There doesn’t appear to be native support for this functionality. However, depending on the specific deployment method being used, there are alternative approaches available to achieve the same outcome.
For instance, if GitHub Actions is being used for continuous deployment to Azure Container Apps, the deployment task provides the ability to define environment variables. This can be achieved by referencing the following GitHub repository:
https://github.com/Azure/container-apps-deploy-action
Consequently, the data contained within the environment variables can be extracted from the ENV file and passed to the environmentVariables
setting of deployment task within the continuous deployment workflow.
If a different deployment method is being used, a similar methodology can be implemented to achieve the desired result.