nerdexam
Microsoft

AZ-204 · Question #624

You plan to deploy an Azure Container app. You need to configure the container app to support session affinity. Which ingress type and revision mode should you assign to the container app?

The correct answer is B. HTTP ingress type and single revision mode. For an Azure Container App requiring session affinity, you should use HTTP ingress and Single revision mode. Session affinity, also known as sticky sessions, is only supported when using HTTP ingress and when the container app is in single revision mode…

Submitted by thandi_sa· Mar 30, 2026Develop Azure compute solutions

Question

You plan to deploy an Azure Container app. You need to configure the container app to support session affinity. Which ingress type and revision mode should you assign to the container app?

Options

  • AHTTP ingress type and multiple revision mode
  • BHTTP ingress type and single revision mode
  • CTCP ingress type and multiple revision mode
  • DTCP ingress type and single revision mode

How the community answered

(53 responses)
  • A
    9% (5)
  • B
    85% (45)
  • C
    4% (2)
  • D
    2% (1)

Explanation

For an Azure Container App requiring session affinity, you should use HTTP ingress and Single revision mode. Session affinity, also known as sticky sessions, is only supported when using HTTP ingress and when the container app is in single revision mode. https://learn.microsoft.com/en-us/azure/container-apps/sticky-sessions

Topics

#Container Apps#session affinity#ingress type#revision mode

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice