"resources": [
{
"name": "[concat(parameters('eventGridTopicName'), '/Microsoft.EventGrid/', parameters('eventGridSubscriptionName'))]",
"type": "Microsoft.EventGrid/topics/providers/eventSubscriptions",
"location": "France central",
"apiVersion": "2018-01-01",
"properties": {
"destination": {
"endpointType": "StorageQueue",
"properties": {
"resourceId": "/subscriptions/57a94d8d-cece-4585-af8a-e0660dd3eeac/resourceGroups/APP-Integration-InterfaceEchange-RG/providers/Microsoft.Storage/storageAccounts/storageaccounttestinteg",
"queueName":"testqueueintg"
}
},
"filter": {
"advancedFilters": []
},
"labels": [],
"eventDeliverySchema": "EventGridSchema"
}
}
]
это мой ресурс для развертывания подписки на события, но я получил эту ошибку:
| Ресурс Microsoft.EventGrid / themes / provider / eventSubscription | Ошибка Eventtopictest-Integration / Microsoft.EventGrid / EventSubcriptiontest-Integration с
| message '{"error": {"code": "InvalidRequest", "message": "Недопустимая подписка на событие | запрос: недопустимый URL-адрес недопустим. Он не может быть пустым или пустым и должен быть правильным HTTPS-URL, как | https://www.example.com* 1008 «*. }} '