Azure Preview with AKS Cluster in Azure : Filtered Event Subscription not working

As part of the Azure Preview we deployed a new EventStoreDB cluster in Azure and are able to peer with an Azure VM and able to log in to the management console. Works great!

Within an Azure AKS (Kubernettes) we have a number of services that are able to write and read events to and from the EventStoreDB instance.

Unfortunately our filtered event subscription within our projector service (also running in Kubernettes) does not pick up any events.

The same services works fine locally and against a local ESDB instance.

Sorry… my bad, I forgot to reset the checkpoint store.
Events are now being processed, projections are now being built.