Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 06-01-2021 09:16 AM
Hi,
I've been using a flow to get events from Azure Event Hub. I have decided to move from GetAzureEventHub to ConsumeAzureEventHub. But ConsumeAzureEventHub returns following:
"failed to process session due to EventHub names must conform to the following rules to be able to use it with EventProcessorHost: Must start with a letter or number, and can contain only letters, numbers, and the dash (-) character. Every dash (-) character must be immediately preceded and followed by a letter or number; consecutive dashes are not permitted in container names. All letters in a container name must be lowercase. Must be from 3 to 63 characters long."
The EventHub name contains underscore which is OK for EvenHub itself and for GetAzureEventHub as well. I'm unable to change it because I'm just a "reader" ... Is there any possibility how to use ConsumeAzureEventHub for such name?
Created 06-01-2021 10:05 AM
Created 06-01-2021 10:05 AM
This is azure error for storage
Created 06-14-2021 07:59 AM
Thank you ...