Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
WebServices HTTP RawLogs no longer populated.
Not sure if this is where I go for my paid support - trying to open a support case but it keeps sending me in circles. It tells me I have to pay for support, so I did, and it shows I now have developer support, but when I try to open the case, it again shows the screen that I should subscribe for $29, which I had just done.
On the 15th, the local file system location:
C:/home/LogFiles/http/RawLogs
stopped being updated with new raw http log entries, which we need to HTTP log analytics for "MediaCenter" and "MediaCenterONE".
Azure App Service
-
Shree Hima Bindu Maganti • 7,590 Reputation points • Microsoft External Staff • Moderator
2025-08-18T02:34:08.2366667+00:00 Hi @Andy Schmidt
It seems you're experiencing two main problems: the HTTP raw logs for your Web Services are no longer being updated, and you're unable to open a support case even though you have Developer Support.For the Raw Logs Issue:
Make sure logging is enabled in your application. Sometimes it can be turned off by mistake. Check the W3C Logging documentation for guidance.
Confirm that your application has permission to write to the C:/home/LogFiles/http/RawLogs directory.
Verify that logs are created when a request is made. If there are no requests, logs might not be generated. Try sending a test request to check this.
Review your diagnostic or monitoring settings in Azure that could impact log creation.
Restarting the service can sometimes resolve logging issues.
For the Support Case Issue:
If you get conflicting messages about your support status, try clearing your browser cache or using another browser.
Let me know if you have any further assistances needed.
-
Andy Schmidt • 10 Reputation points
2025-08-20T19:28:33.5066667+00:00 Dear Shree,
thank you for taking the time and respond to my inquiry.
The account team for my MCA contract has clarified, that the free Standard Service has since been dropped, which would have allowed me to open cases. And when the "Developer" support level that I had quickly purchased, doesn't allow opening problem tickets either -- but is limited to posting forum messages.
For the "Raw Logs" issue. I am the only person with access to Azure Resources, and the two public-facing App Services run unattended since more than a year. They have a "frozen" code base and no changes are made to settings/configuration (other than updating SSL certificates annually).
The fact that both App Services in that App Service Plan stopped recording HTTP Raw Logs at the same time, points to an issue in the Azure backend as the common denominator.
I have since restarted both App Services, I also have attempted to "turn off" HTTP logging and then turning it back on. Neither caused Web Logs to be created again.
Permissions are not an issue, as these files are/were being created on the App Services built-in "local" disk.
I'm attaching screen shots of the configuration screen, as well as the directory display.
Thank you
Andy
-
Shree Hima Bindu Maganti • 7,590 Reputation points • Microsoft External Staff • Moderator
2025-08-26T07:07:36.47+00:00 Hi @Andy Schmidt
It seems that you are experiencing an issue with the HTTP Raw Logs not being populated for your Azure App Services. Since you have already attempted to restart the services and toggle the HTTP logging settings without success, it may indicate a deeper issue within the Azure backend.- Ensure that the logging settings are correctly configured in the Azure portal. Sometimes, settings may not save properly, so double-check that HTTP logging is enabled.
- Since logs are stored in a limited capacity, verify if there are any retention policies that might be affecting the availability of the logs.
- You can access the logs through FTP to see if they are being generated but not displayed in the portal. The logs are typically located in the
/LogFiles/http/RawLogs/directory.
References:
- Enable diagnostic logging for apps in Azure App Service
- Monitor Azure App Service
Let me know if you have any further assistances needed
-
Andy Schmidt • 10 Reputation points
2025-08-26T19:05:28.4+00:00 Hi,
I'm not sure if you are unable to see my previous response INCLUDING the SCREEN CAPTURES, or if you're just pasting in a boilerplate response?
To your 3 points:
to 1: The screen capture clearly shows that HTTP logging is enabled - where ELSE would you like me to check SPECIFICALLY?
to 2: The screen capture also shows that retention policy allows for 7 days.
So there is no reason why on any given day, the most recent logs for that day would not be present (as they used to be for the past 2 years)to 3: We originally noticed the absence of logs because our usual FTP process was no longer yielding data. Only then did we log into the console/portal to confirm that the data was indeed missing (thus ruling out any possible FTP-specific issues)
What efforts have you undertaken on your end, to determine why the Azure service stopped HTTP logging on 8/15 across multiple web services?
-
Shree Hima Bindu Maganti • 7,590 Reputation points • Microsoft External Staff • Moderator
2025-08-28T06:09:48.5166667+00:00 Hi @Andy Schmidt
Apology for your inconvenience
Azure App Service uses file system-based logging, which has a 100 MB limit. When this limit is reached, the oldest logs are deleted to make room for new ones. Your screenshot shows logging enabled under App Service logs File System, and this follows the 100 MB rule.If you need to keep logs for longer than this rolling limit, it's best to set up Diagnostic settings. This allows you to:
- Send logs to a Storage account with a custom retention period.
- Stream logs to Event Hub.
- Send logs to Log Analytics for querying.
With Diagnostic settings, your logs won't be deleted once the 100 MB limit is reached.
To set this up, go to your App Service in Azure Portal,
Navigate to your App Service in the Azure portal.- Under the Monitoring section, select Diagnostic settings.
- Click on Add diagnostic setting.
- Configure the settings as needed, including the log types you want to capture and the destination for the logs.
- Save the settings.
Once diagnostic logs are enabled, you can check the logs to see if there are any errors or warnings related to log retention.
https://learn.microsoft.com/en-us/azure/app-service/troubleshoot-diagnostic-logs
Let me know if you have any further assistances needed. -
Andy Schmidt • 10 Reputation points
2025-08-29T12:50:03.3366667+00:00 Thank you Shree Hima, for your response.
"Azure App Service uses file system-based logging, which has a 100 MB limit. When this limit is reached, the oldest logs are deleted to make room for new ones...
If you need to keep logs for longer than this rolling limit,..."Yes - I am aware of the 100 MB limit.
No, we do NOT need to keep logs longer than this rolling limit. (In fact, our system would be downloading any logs via FTP several times daily.)
The problem was NOT that older logs were being deleted on 08/15 (because of size). On 08/15, the logging stopped and no more entries were written to the log files.
To rule out a potential quota limit, we waited a few days - and when logging never resumed, WE manually deleted the existing log files from the file system. However, even after with the logging directory now empty (as you saw in my previous screen captures), and even after restarting the app service, and even after resetting the settings, logging never resumed.
Furthermore, there is a second app service affected the same way. That second app service has minimal daily web traffic - so the log files were comparatively small. Logging for that second app service stopped the exact same moment. It is extremely unlikley that two different app services with grossly different logging volume would exceed the same 100 MB limit at the exact same moment!
So - the task for the Azure tech experts is, to find out what "broke" in Azure on 08/15.
Because our web statistics reporting package uses an automated, simple FTP process we can't customize, we intentionally are using the file system storage.
-
Kurt Bachtold • 25 Reputation points
2026-03-20T03:34:32.16+00:00 We just ran into the same issue in one of our production services, but it is even more perplexing. In an App Service which is scaled to 2 servers, only 1 of the 2 servers is writing successfully to rawlogs. It seemed to have broken on 3/10/26 around midnight, where with no changes to the application deployment, now only one of the two instance log files is being generated. No amount of restart, refresh, code deployment, VIP swap or turning on/off the Application logs seems to fix it. I've switched between Off, File System, Blob storage for logging. No change. Only one of the two instances is generating log files. How are we supposed to diagnose and fix this?
-
Andy Schmidt • 10 Reputation points
2026-03-20T04:07:17.9+00:00 Okay - so they have a systemwide problem.
Our logging had started working again last year, after it had stopped for about a week. I don't know if someone at Microsoft had stumbled over something and took some action to "reset" stuff, or if there was some other factor.And now, just like with you, on 3/11/2026 the problem started again. I already had tried restarting the servers, had tried to toggle the W3C logging on and off, etc. - at no avail.
I'm sorry about your issue, of course - but also glad you reported it here, because now we finally have validation that it's not limited to one customer or our specific AppService(s).
My AppService is hosted in the zone "Germany West Central" - how about yours?
-
Kurt Bachtold • 25 Reputation points
2026-03-20T04:24:02.4833333+00:00 Interesting, thanks for your response. We are hosted in "North Central US".
Actually looking into more detail it occurred roughly 3/9/26 3:30 PM EST (UTC-4). Around that time the logs rotated instance names so it looks like there was some sort of backend system update that affected one of our two instances, and the non-rotated instance stopped logging a few minutes later. Basically where I would normally see 2 raw log files per hour, I see 3 log files during that hour, then only 1 log file after.
I have also put in a support request through our Azure support provider so see if this can be escalated further since we rely on those logs for troubleshooting of unauthorized activity and it's pretty critical to have 100% visibility.
I will try to keep updated if I hear anything more!
-
Kurt Bachtold • 25 Reputation points
2026-03-25T05:37:57.65+00:00 As of about an hour ago, it does look like this has fixed itself on my end - I'm seeing the two log files generated per instance per hour again. I took no action on my part and was not able to get Azure support involved either because of technical issues with our vendor. So it would seem some backend update has once again automatically resolved this issue, with no acknowledgment on the part of Azure/Microsoft, and no clear explanation as to cause or fix for this issue, or whether it can be prevented in the future.
-
Andy Schmidt • 10 Reputation points
2026-03-25T13:09:38.0033333+00:00 Unfortunately, no such luck for me. (Been checking a few times since your message in case there was some slight regional delay)
-
Wes • 0 Reputation points
2026-03-26T05:54:40.2666667+00:00 We have noticed this issue since 19th March Australian EST. Still no resolution.
-
Kurt Bachtold • 25 Reputation points
2026-03-26T22:45:21.69+00:00 I spoke too soon on my end too, the log files were working for about 3-4 hours then stopped again, and now currently only seeing 1/2 of files being generated. I am working on escalating a support case through our managed provider.
-
Andy Schmidt • 10 Reputation points
2026-03-26T23:02:03.0366667+00:00 Thanks, Kurt - I had seen this "flickering" a few days after the problem started.
And, today, I suddenly saw stats come in for a blip, then pause again, then seemed almost normal an hour ago, but since then it seems "light" again.
I figured I share my "parallel" experience in case it informs your support provider to the generic/worldwide nature of this problem.
-
Andy Schmidt • 0 Reputation points
2026-03-27T13:21:00.48+00:00 Yesterday (26 Mar 2026) around 4 PM EDT logging seems to have resumed and so far has been running for 16 hours.
-
Kurt Bachtold • 25 Reputation points
2026-03-27T15:20:12.8833333+00:00 Andy - Interesting that it is working for you now. I am still seeing as of last hour, only generating 1/2 of the expected log files on our end.
I've started to have contact with a support engineer @ Microsoft but so far they are just doing initial information gathering. They gave one generic suggestion which I might try this weekend - to briefly scale up/down the app server to force migration to new instances, which may clear whatever condition is happening on the current instance. I do see that we have other servers that are not affected by this issue so maybe it will have an impact.
-
Andy Schmidt • 0 Reputation points
2026-03-27T18:03:55.9733333+00:00 Hi - I'm grateful that you're working with support. Because if they never get to the bottom of this and it just mysteriously works again, then we'll be in the same boat in a few weeks or months.
I have my instances recycle on a regular basis, typically at minimum daily. Last time, I went through various attempts to reset, reboot, recycle -- even turning logging on and off. None made a difference.
Instances also wouldn't explain why the problem surfaces quasi-simultaneously with (at least) 3 different customers in different regions - and seems to recover around the same day.
-
Kurt Bachtold • 25 Reputation points
2026-03-31T03:52:04.5233333+00:00 I have not received any updates yet from the Azure support engineer - however I did attempt their suggested workaround (changing the scale settings for the app), where I upsized it from P2v3 to P3v2 server - which was a good idea anyway. It has been 2-3 days since I made this change, and the IIS web logs do appear to be working consistently since then. So I guess that is a valid solution in the future - hopefully they can identify the actual root cause and prevent it, but I'm not too hopeful with the sporadic nature of it.
-
Andy Schmidt • 0 Reputation points
2026-03-31T04:35:12.0533333+00:00 Thanks Kurt - in my case, I never upsized to a different server.
-
Kurt Bachtold • 25 Reputation points
2026-04-01T20:39:31.2466667+00:00 I have been given the following resolution response from an Azure engineer:
Hello Kurt,
Thank you very much for your patience while we investigated this further.
I wanted to share an update now that the Azure App Service Product Group has confirmed the root cause and validated the mitigation of this issue
What happened:
The behavior you observed was caused by a recent platform change. A MiniYarp rollout introduced a defect in the App Service platform’s Resource Metering Service that affected how web server logging was initialized on already‑running worker instances. In this state, a worker could continue serving production traffic but stop emitting Web Server HTTP logs to File System or Storage.
This explains why your app continued to function normally, why only one instance was emitting logs at times, why the specific log file names changed as backend workers rotated, and why restarts, redeployments, and slot swaps did not consistently resolve the issue.
This was a platform‑side issue and was not related to your application code, configuration, or logging settings.
Mitigation and current status:
Once the issue was identified, the Product Group initiated a rollback and mitigation plan. This included rebooting affected worker instances to restore proper log initialization. Your scale‑up / scale‑down action effectively forced a worker reallocation, which is why logging behavior returned to normal.
At this point, the issue is considered mitigated across the majority of the platform, and monitoring is ongoing to ensure any remaining affected workers are corrected.
Looking ahead:
The Product Group is now fully aware of this failure mode and has identified the specific cause. They have addressed the issue by performing the rollback and are working to improve both prevention and detection going forward to allows the team to respond more quickly should a similar condition reappear. If you notice any recurrence of missing web server logs or related behavior, please let us know immediately and we can engage the platform team again with full context.
Thank you again for the detailed data you provided throughout the investigation, it materially helped drive this to resolution. Please let me know if you have any questions or if we can assist you further.
Regards,
name removed
Azure App Services Support Engineer
-
Andy Schmidt • 0 Reputation points
2026-04-01T20:58:24.31+00:00 That seems to fit the symptoms we all experienced.
Thank you very much for pursuing it. Now at least, we have something specific to point support to, the next time this (will) happen, hopefully reducing the downtime.
Sign in to comment