Hi,
I am running into the below error when my Azure web app is loading various pages. This all worked fine before and started failing today and I have made no changes to my web app:
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT on https://az416426.vo.msecnd.net/scripts/a/ai.0.js
Note I can access https://az416426.vo.msecnd.net/scripts/a/ai.0.js from my dev machine fine but when accessing my Azure web app url I see this failure in Chrome console.
Has something changed on the Azure side? I am using Application Insights with my web app and would like to keep using. How to fix this issue?
Thanks,
Don