I\'m sending an email in Azure Functions using the SendGrid bindings. As part of the contents of that email, I\'d like to include a link to one of the HTTP methods in the Azure
Powershell way:
$funcKey = (Invoke-AzResourceAction ` -Action listKeys ` -ResourceType 'Microsoft.Web/sites/functions/' ` -ResourceGroupName $resourceGroup ` -ResourceName "$funcAppName/$funcName" ` -Force).default