Has my Azure API enought Power to handle every API Request

oelz 1 Reputation point
2021-10-07T06:58:01.213+00:00

Hello, today in the day where we get about 10.000 API requests on our web API as part of a first event and I want to make sure that our web api can withstand this without any problems or that it optimizes itself automatically, should it be necessary, to reliably return all inquiries.

Thank you

I've a S0 Server on Azure

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,692 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,075 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
11,927 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,685 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Sam Cogan 10,077 Reputation points MVP
    2021-10-07T08:19:09.29+00:00

    There is really no way for us to answer this without understanding your app. If your API just returns a simple bit of text it's probably fine, if it's doing complex calculations then maybe not. You need to test this for your self, look at the metrics from Azure and see if it is coping with the load you require.


  2. Limitless Technology 39,296 Reputation points
    2021-10-08T07:28:59.95+00:00

    Hi there,

    The answer greatly depends upon the Load that is been taken for every single request.
    This might be helpful for you https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/apis/protect-apis

    ------------------------------------------------------------------------------------------------------------------------------

    If the reply is helpful, please Upvote and Accept it as an answer

    0 comments No comments