Just as the title says, is it possible to create a new Event Hub and instead of being forced to generate new keys, use a current key for the policy.
Currently in Event Hubs, there is no way to scale partitions and the Event Hub must be deleted and re-created. The app now needs a new shared access key to be able to send to the new Event Hub. In my research and trials, I have not found a way to set the secondary or primary key to an existing key if the need arises to scale Event Hub partitions. It would be great to be able to set this key so that the app would not need to frequently query a database.