I have a web application generating user-delegated SAS tokens authorized by the managed identity for the app.
I want to be able to monitor who uses the tokens, so I added a Correlation Id in the scid
field of the token.
However, this does not show up in the logs the way I hoped it would:
Am I misunderstanding how this is supposed to work? I thought I could (a) generate a GUID, (b) log it in the application, (c) include it in the SAS token, and (d) look it up in the Log Analytics for the Storage Account. Instead the Storage Account log generates its own CorrelationId and my scid
parameter is nowhere to be found, other than in the SAS token itself.