I have a partitioned topic in a Service Bus Standard (East US). I keep getting gateway timeout errors while creating a subscription on it (using old and new portal).
Failed creating Service Bus subscription anthony2 with error code: GatewayTimeout and with message: The gateway did not receive a response from 'Microsoft.ServiceBus' within the specified time period.
If I try creating it again with the same name, I get this error, even if I wait a while after the initial failure occurred.
Failed creating Service Bus subscription anthony2 with error code: InternalServerError and with message: Resource Conflict Occurred. If this is a retry for failed operation, background clean up is still pending.
If I try to create a subscription on a different topic in the same namespace, it works. Been experiencing this problem consistently for a few hours now.