Question:
What rule should be used to serve this URL from cache: https://myapi.azure-api.net/items/123456
?
Answer:
This URL has no query parameters, so you use an empty <vary-by-query-parameter />
to cache based on the full path.
itemId
and items
are invalid here, and cache-lookup-value
is not applicable - it's for retrieving named values from the cache directly.