How to authenticate an Azure EventGrid API Connection using a script?
问题 I am creating an EventGrid API Connection using an ARM Template. It gets created successfully, however, i still have to authenticate it by hand via Azure Portal. Here is my ARM Template: "resources": [ { "type": "Microsoft.Web/connections", "apiVersion": "2016-06-01", "name": "[parameters('azureEventGridConnectionAPIName')]", "location": "[resourceGroup().location]", "properties": { "api": { "id": "[concat(subscription().id, '/providers/Microsoft.Web/locations/', resourceGroup().location, '