I'm dealing with a mysterious "Error retrieving data" on "Health" and "Application Map" widgets on the Application Insights as per today morning. I've checked the application insight status page, nothing unusual for today. I'm starting to suspect I did something wrong. Any ideas?
Thanks
Bring up the dev tools panel and view network traffic. Watch traffic when the tile is trying to update (maybe refresh page?) and look for some errors. At my company the Zscaler firewall was blocking traffic to *.applicationinsights.io URL which is what the tiles were requesting data from, resulting in 403 errors.
Nah, its MS fault again. I checked the status and they've mentioned a problem exists then again it was solved.
For others hitting this question, it's worth mentioning that I was getting this error in Application Insights due to an ad blocker preventing access to the app insights API. Turning off the blocker for the portal.azure.com domain got things working again.
Related
In the past week or so I have started seeing an issue within Azure when I try to view the "Failures" blade of the Application Insights resource for our app. It used to work absolutely fine and now it just shows "not found" in small black text on the page where the content used to be.
For clarity this is the view I am talking about:
All of the tabs from the "Investigate" section of the side bar do the same thing. If I go to logs I can see everything when searching for it. Is anyone else experiencing the same issue or knows how to fix this?
This issue seems to have resolved itself overnight after a few days of not working. Maybe it was region specific as #IvanYang said above. We are using the UK South region.
I am trying to add new permissions to my Azure AD Application, however when I try, it gets stuck on a loading screen that has now lasted for more than half an hour. I tried different browsers (firefox, Chrome, Edge) with no different result.
A screenshot of the loading screen can be seen here.
EDIT:
Aditionally, I tried creating a new App, and I even created a whole new Account, however it didn't work.
It might get stuck on the loading screen due to cache/cookies. I know it's kind of a pain, but you can try deleting the cache/cookies and opening an incognito window which should help it load.
If the issue persists it may require deeper troubleshooting. If you send me an email I can open a support case for you.
I checked Azure Status and it doesn't seem like there are any reported outages that could be causing this.
Apearantly, adding new Scopes worked by using preview.portal.azure.com, even as far as to the normal Azure AD portal. I don't know why it worked, but somehow it did.
I really didn't wanted to ask that kind of question in this resource, but I have no choice.
I have tried ask this question to Azure Support on Twitter, but they told me to open support case in azure portal itself. However, if you want to use their direct support, you must pay money.
MSDN forums does not allow me to post screenshots until it verifies my account, so this makes posting there useless.
When I want to add new Virtual machine I press Add button on Virtual Machines tab. Then it opens new tab with loading message and hangs. It says loading and then nothing happens.
I have cleared cache of my browser, opended incognito mode, still this happens.
I have installed another browser, opened portal and Dashboard still hangs at loading tab.
I have tried to open portal on my friends computers, problem still persists.
This is screenshot of this problem:
This is Javascript console:
According to this screenshot, Azure Portals Dashboard has javascript errors.
Why this is happening? Did I encounter some kind of bug?
As David said, it is not directly related to the forum, but there was partial portal outage, according to the https://azure.microsoft.com/en-us/status/. North America users were impacted.
Looks like that issue was mitigated.
If that is the helpful answer, please mark it as a helpful or as the answer. Thanks!
Every time I try to connect to any SharePoint site running on my customer server I get the following error.
An error occurred accessing your Microsoft SharePoint Foundation site
files. Authors - if authoring against a Web server, please contact the
Webmaster for this server's Web site. WebMasters - please see the
server's application event log for more details.
I already checked the sharepoint options in CA and in every site in the mentioned server. Everything seens correct but the error persists.
It looks like there is no direct relation to SharePoint and something else in the server but I was not able to determine what could cause such behaviour.
Hope someone here has something to say.
Well... After a very long and painful headache we were able to find out what was causing this malfunction.
It was a .net agent from New Relic. This agent is used to analyse traffic, page load time and some other cool things. It basicly add some javascript to the head session of every response our IIS make and this code send some data to New Relic servers that will be processed to build some reports about the applications running in the IIS.
In the end, I just disabled it and SPD turned back to life.
Thanks.
PS: Boland was in the right path. I were able to find out the solution using Fiddler to analyse the responses from IIS. Thanks.
You have to check the event log. Do you see any error there? If not, it must be a network issue. Firewall is rare, because SPD works on TCP/80.
With the release of Microsoft's new Azure Cloud Platform, I have migrated many of my sites over and participated in the Partner program. Unknowingly, when I joined it converted my account with a spending limit. Apart from the lack of notifications Microsoft sends as your spending limit nears (a different issue) - once the spending limit triggers all your sites will become de-active, triggering the classic Error 404: Site Not Found.
Despite immediately removing the spending limit - the sites all still show Error 404: Site Down.
After painfully waiting over 24 hours with no resolution from Microsoft, I began looking through the configuration for anything that looked out of place. Microsoft recommends restarting and redeploying your website - but that resolves nothing.
The answer was to check the "WEB HOSTING PLAN MODE". Microsoft reverts that to Free when the spending limit is triggered. If you are using a SSL certificate or any other feature requiring "Basic or Standard" - the non-descriptive and incorrect error of Website Not Found will be displayed.
Hope this helps someone that falls into a process flow dead-end.