Azure – How to get the URL of a container app in terraform?
I try to deploy a backend and frontend as container apps in azure with terraform. The frontend needs to have the URL of the backend as environment variable. Is this possible in one go? Like for example with docker-compose where…