Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
@prashanth ganna To add to the great answer from Lex Li, Scaling up the Django deployed App Service might help resolve the issue, but it may not be the most efficient solution. You can also consider using Azure Static Web Apps, which is a modern web app service that offers a streamlined full-stack development experience for building and deploying static web apps. It provides built-in features such as authentication, serverless APIs, and automatic builds and deploys from GitHub or Azure DevOps. If you still want to use Django as the back end, you can consider using Azure Database for PostgreSQL or Azure SQL Database to store and manage your data. These databases are designed to handle large datasets and can scale up or down based on your needs. You may also consider using Azure Functions to process large datasets asynchronously and avoid timeout issues.