AZ-204 · Question #424
Drag and Drop Question A web service provides customer summary information for e-commerce partners. The web service is implemented as an Azure Function app with an HTTP trigger. Access to the API is…
The correct answer is External; Private; Authorization. The correct policy arrangement is 'External, Private, Authorization'. 'External' specifies that the cache is external (required in consumption plan mode since consumption plan does not include a built-in internal cache). 'Private' ensures that cached responses are specific to…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- External
- Private
- Authorization
Explanation
The correct policy arrangement is 'External, Private, Authorization'. 'External' specifies that the cache is external (required in consumption plan mode since consumption plan does not include a built-in internal cache). 'Private' ensures that cached responses are specific to individual users and not shared across customers, preventing one customer from seeing another's cached data. 'Authorization' sets the vary-by-header to the Authorization header, so the cache key is differentiated per authenticated user/token, ensuring customer-specific cache isolation.
Topics
Community Discussion
No community discussion yet for this question.
