Forum Discussion
Pavan_Gelli1910
Feb 22, 2021Brass Contributor
Application Level Security Monitoring
Hi Team, I have scenario where the application is running on top of webapps and respective application level logs are getting stored in sql database (paas) on specific tables. My requirement is t...
mperrotta
Feb 22, 2021Brass Contributor
Pavan_Gelli1910 How we do this is we query the dbs for the data and we upload the data via API. We use this script to perform the upload: https://www.powershellgallery.com/packages/Upload-AzMonitorLog/1.2.
This just runs as a scheduled task on the server to upload the data.