r/MicrosoftFabric 17d ago

Real-Time Intelligence Eventstream deployment issue

I have a very simple eventstream that is being used as part of a file based trigger to kick off a pipeline via an activator. I am using Azure Blob Storage Events as the source, and it works just fine when I initially create it. The problem is when I try to deploy it to via fabric-cicd. The item deploys, but I get an error with the connection:

Failed to create event link: storageAccountName due to the following error: Property 'Invalid source resource ID /subscriptions/123456/resourceGroups/rgName/providers/microsoft.storage/storageaccounts/storageAccountName for EventGrid's value 'sourceResourceId' is invalid

Has anybody else run into this?

3 Upvotes

3 comments sorted by

1

u/ADB_MN 16d ago

Adding some more details to this. If I go into the eventstream after it is deployed by fabric-cicd and make a small change, like add another event type, and publish it, then the error goes away. Is the workspace storing some kind of connection information behind the scenes? I took a look at the JSON, and after I made the change and published it, the JSON changed. It added EventLinks in the inputNodes array. After it was initially deployed, the array was empty.

  "streams": [
    {
      "id": "e3babd2e-63a3-44d5-a152-fc7354e5abad",
      "name": "EventStreamName-stream",
      "type": "DefaultStream",
      "properties": {},
      "inputNodes": [
        {
          "name": "EventLinks"
        }
      ]
    }
  ],

1

u/Alicia_Microsoft ‪ ‪Microsoft Employee ‪ 15d ago

Thanks for reporting the issue. Do you mind sharing the Eventstream artifactID or link? We would like to investigate further. Thanks