Hi,
There are many performance (data processing & page loading) issues in our Azure cloud portal.
This is how the process flow of the application:
1) Our Web Role receives data packets from various devices and puts into the Service Bus - queue
2) Worker Role picks the data packets and inserts into Azure SQL database.
There is a significant delay in processing, we are not sure where exactly the delay is.
Are there any monitoring tools which gives insights into the below areas?
a) What time the packet is received by the Web Role?
b) What is the wait time for each packet?
c) How much time taken to process each packet?
d) How much time taken to insert into the database?
Thank you!