we have CA and CD on different servers hosted in Azure Web Apps written using ASP.NET MVC.
I've added below so that output cache gets cleared upon publish end.
<event name="indexing:end:remote">
<handler type="Sitecore.ContentSearch.Maintenance.IndexDependentHtmlCacheManager, Sitecore.ContentSearch" method="Clear"/>
</event>
However, the output cache doesn't get cleared and website content doesn't get updated.
Any configuration that I need to do on top of above?
Thanks.