I have setup alert for activity logs with "description" and when the alert fired send the alert to evenhub for ticketing consumption. all working as expected, except the alert description not forwarding instead the JSON out put show (description = "" ) any idea why the description not send from activity logs, other alert example from metrics "description passed on and any one experience this issue.
{
"schemaId": "Microsoft.Insights/activityLogs",
"data": {
"status": "Activated",
"context": {
"activityLog": {
"authorization": {
"action": "Microsoft.Compute/virtualMachineScaleSets/write",
"scope": "/subscriptions/xxxxx
"correlationId": "xxxxxxxxxxx",
"description": "",
raindrop18