0

I can't quite find anything comprehensive on this subject so will try my luck with the community.

I have a working Azure Container App working. All working fine, container is being deployed and rolled out just fine with Single Revision Mode.

Every CD pipeline run generates and applies new revision which replaces previous app revisions, which is the correct behavior.

Every revision gets its own unique FQDN URL which is referenced as Revision URL, and looks similar to this:

my-container-app-name-revision-tag.some-container-descriptor.westeurope.azurecontainerapps.io

Container App also seems to have a public ip address assigned to it by Azure.

Now, for the life of me i am unable to figure out a way to setup a static FQDN URL that will be usable across revision change - i.e. the same URL i could use regardless which revision is actively deployed. Would this even be possible in Azure Container App environment?

something in the order of: my-container-app-name.westeurope.azurecontainerapps.io

I have ingress http traffic enabled for all networks and with dynamic revision-specific URLs it works just fine.

enter image description here

Yan D
  • 136
  • 2
  • 11
  • Just replace the revision name with the container app name. If you click on `Overview` which is in the top left of the screen shot you have, it should be under `Application Url`. – ahmelsayed Feb 23 '23 at 21:03
  • 1
    thanks a lot! somehow this was not immediately obvious to me. – Yan D Feb 25 '23 at 20:00

0 Answers0