Hi,
Sorry to trouble the group: I’m disguising Azure/Windows server ignorance as an Event Store issue. Hope someone can help anyway.
Trying to serve Event Store 3.0.3 on an Azure VM deployment (Windows Server 2012 Data Center R2).
I have:
-
Added a TCP endpoint for port 2113 through the Azure Portal
-
Added Inbound and Outbound firewall rules for TCP port 2113
-
Added HTTP permissions (netsh http …)
-
Run the Event Store as administrator
The result is:
-
503 Service Unavailable when I try to access the UI locally
-
No response when I hit the VM at port 2113 publicly
I’ve followed the 503 guidance, which seems to be explained by duplicate entries in the reservations.
-
There’s only a single entry in the listing for port 2113.
-
When I remove the single entry anyway I can then access the UI locally (but still not externally)
Thanks for any help. Happy Easter,
Joel