I am trying to link a function app with event hub. When I use myeventhub (the pattern name), it works.
When I create an event hub with other name, I am trying to put the event hub name on function app serverless yml file, but it always create with eventHubName = myeventhub.
Can anyone help me?