Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,402 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a Windows .NET web app service, and I want to collect profiler traces only during specific times of the day and on certain days of the week. I also want to limit the number of traces collected per day to a specific amount.
Additionally, I need to exclude the first 10 minutes after startup to avoid collecting traces during that period and schedule an automatic deletion of profiler traces older than 10 days. How can I achieve this?
Thank you for any feedback in advance!
Scion