Hi @Sakthivel, Vishali [JJCUS NON-J&J] we are sorry to hear you're facing this issue. When you say "misbehaving" can you please share additional details? are you getting any specific error messages when using your APIs? Here are a few things you could do to troubleshoot the issue:
- Check the logs of the API services to identify the cause of the misbehavior. Azure provides various log analysis tools, such as Azure Monitor and Azure Log Analytics, which can help you diagnose the issue.
- Please make sure that the API services are configured with health probes to monitor their status continuously. If the probes detect an issue, it can automatically restart the service.
- Monitor Resource Utilization: Monitor resource utilization of the API services, such as CPU, memory, and network usage. If the utilization exceeds the limits, it may lead to misbehavior of the services.
- Make sure that the API services are updated with the latest patches and updates. Outdated software versions may have known issues that can cause misbehavior.
- You can try conducting load testing on the API services to identify if the misbehavior is due to high traffic or workload. Based on the results, you can adjust the service configuration or upgrade the service plan to handle the load.
Hope that helps. Best, Grace