79166711

Date: 2024-11-07 13:47:08
Score: 0.5
Natty:
Report link

You need first to convert data field to string (using ToString()), and then deserialize that field. This is because data is actually BinaryObject and not JSON string. It is mentioned also here https://learn.microsoft.com/en-us/dotnet/api/azure.messaging.eventgrid.eventgridevent.data?view=azure-dotnet#azure-messaging-eventgrid-eventgridevent-data

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: kosist