Questions tagged [azure-eventgrid]

Reactive, event-driven apps with a fully managed event routing service on Microsoft Azure

Azure Event Grid is a fully-managed intelligent event routing service that allows for uniform event consumption using a publish-subscribe model. Use Azure Event Grid to react to relevant events across both Azure and non-Azure services in near-real time fashion.

586 questions
0
votes
1 answer

Event Grid Subscription for Event Hub to ingest logs in particular partition

While creating event grid subscription and using eventhub as endpoint there is no way of specifying the partitionID to which all messages should be sent. Is it possible via Webhook? I found that it is possible via Rest API see here. It uses the…
himanshu219
  • 654
  • 7
  • 22
0
votes
1 answer

Update-AzureRmEventGridSubscription setup subject prefix/postfix to string empty

I have PowerShell script to update EventGrid subscriptions. One of possible scenarios is to set subscription subject prefix/postfix to define value. Update-AzureRmEventGridSubscription -ResourceGroup $ResourceGroupName -TopicName…
Leszek
  • 451
  • 5
  • 19
0
votes
1 answer

Update-AzureRmEventGridSubscription in VSTS is not recognized as the name of a cmdlet

during the VSTS deploy I am calling the task Azure PowerShell (Preferred Azure PowerShell Version 5.1.1) where I am checking the Event Grid subscriptions and I am adding or updating: $subscriptions = Get-AzureRmEventGridSubscription…
Leszek
  • 451
  • 5
  • 19
0
votes
1 answer

Azure Event Grid specify multiple event types in subscription blade

I have an event grid subscription that I would like to have subscribed to multiple event types. In the event types field if I specify: EntityArchivedEvent and then submit an event with that type the event matches and the associated azure function…
xinunix
  • 561
  • 4
  • 15
0
votes
0 answers

Azure Event Grid with service bus working example

Is there any working example of integrating azure event grid with service bus. I'm new to Azure and would like to get it working by using either java or javascript functions. Appreciate any pointers. Thanks,
Swati Patil
  • 19
  • 1
  • 8
0
votes
1 answer

Azure Event grid with service bus - The attempt to validate the provided endpoint failed

I'm new to Azure. For our use case, we decided to work with Azure Service Bus in conjunction with Event Grid in order to receive messages. I followed the documentation -…
Swati Patil
  • 19
  • 1
  • 8
0
votes
0 answers

Is it possible to restrict the Event publisher to send specific Event Types in Azure Event Grid?

I know that we can create Event Grid subscriptions based on event type filters. Similarly is it possible to restrict the event publisher to send only specific event types. Otherwise we have to build a custom Event Service which has to check whether…
Rajan R.G
  • 825
  • 1
  • 7
  • 10
0
votes
2 answers

How to resolve this Azure Event Grid Subscription error?

I am trying to create a subscription for my Azure EventGrid Topic using the Azure CLI command as below - az eventgrid topic event-subscription create -g myresname --topic-name mytopicname --name mysubscriptionname --endpoint…
GilliVilla
  • 4,998
  • 11
  • 55
  • 96
0
votes
1 answer

Unable to setup Azure alert on resource specific events

In the past, it was possible to setup an Azure alert on a single event for a resource e.g. on data factory single RunFinished where the status is Failed*. This appears to have been superseded by "Activity Log Alerts" However these alerts only seem…
Alex KeySmith
  • 16,657
  • 11
  • 74
  • 152
0
votes
1 answer

Get email when VM starts via Azure Logic App

I'm trying to create a Azure Logic App that will send an email if a Virtual Machine gets started. Is this possible and if so has anyone done this? I've tried to modify the demo from the url Monitor virtual machine changes with Azure Event Grid and…
mike w
  • 101
  • 1
  • 10
0
votes
1 answer

c# Azure Event Grid - VM Activity

I'm very new to the Azure Event Grid and have a question on how to do something. I'd like to be able to register to receive events about VM activities (start/deallocate, etc) in a c#/.Net application in order to be able to react to certain VM…
mike w
  • 101
  • 1
  • 10
0
votes
0 answers

Why I don't see event subscriptions when using Event Hub + Event Grid?

I have the following setup: Event Hub with capture feature enabled Event Grid with an event subscription added from Event Hub to an Azure Function my concern is that everything works fine, I cannot see any subscription added to the Event Grid…
kamil-mrzyglod
  • 4,948
  • 1
  • 20
  • 29
0
votes
4 answers

Working with Azure Event Grid and blob storage

I am new to Azure Event Grid and Webhooks. How can I bind my .net mvc web api application to Microsoft Azure Event Grid? In short I want, whenever a new file is added to blob storage, Azure Event grid should notify my web api application. I tried…
Kishan Gupta
  • 586
  • 1
  • 5
  • 18
0
votes
1 answer

Issue with Azure Event Grid trigger on Logic App

I've added a trigger based on the tutorial here. When I save it and try to run the trigger it results in a failure. If I look at the OUTPUTS LINK in the history it has the following: { "statusCode": 400, "headers": { "Pragma": "no-cache", …
ADringer
  • 2,614
  • 36
  • 63
-1
votes
1 answer

Not able to Delete an event Hub in Azure

So I have created an event hub and linked a Kafka Service with it. I was able to successfully send the events to event hub, but I made an error while creating partitions in the event hub. Not I want to Delete the event Hub and recreate it with the…
1 2 3
38
39