Reputation: 229
I have a Client Application that works directly with an Azure Hosted WCF Service, I would like to consistently PING
my service to ensure a consistent and stable connection, as my client application requires a consistent connection to function properly.
Is there any method to do this?
Upvotes: 1
Views: 865
Reputation: 5272
Setting up Web App monitoring should work for you. You can also create a web page just for the endpoint monitoring. For example, you can add several check ups before returning STATUS 200 OK on your Web Service. Here's a step by step to enable a simple rule of Response Time monitoring.
Upvotes: 1