I have a query that I am parsing using an automation runbook. When I extend a column that has a static URL reference, I get the error:
BadArgumentError- Query could not be parsed at 'https'
The extend looks like this:
| extend Body = strcat(@"<p>The following items are expiring <strong>within 30 days</strong></p>", "<p>Plan to remediate as soon as possible.</p>", "<p>If the item is no longer valid, please remove it from ", "<a href="https://portal.azure.com/#@fabrikam.com/resource/subscriptions/0000-0000-000/resourceGroups/000resourcegroup/providers/microsoft.insights/components/Fabrikam_Monitoring/availability">Application Insights</a></p>", "<p>Property: ", Name, "</p>", "<p>Expires In: ", ExpiresIn, " day(s) " "</p>")
The runbook posts to a logic app via a webhook which sends a readable output to users.