Hi,
I am developing application on azure using App service - Mobile App
I've also written db scripts (insert, read, delete, update) innodejs to which will trigger every time Mobile App try to sync with db.
Is there any way to test performance of data push and pull in Azure database.
I meant, is there any way to load test my db scrips in Azure ?
I've checked there is a Performance testing section under tools in new Azure portal but that is only for api testing. Also, a person can not test full rest API's on that. It is bound toGET requests only.
Thanks
Surinder