Application Error in Azure Docker Registry

Mayank Sing 20 Reputation points
2024-04-05T16:42:50.9+00:00

We are encountering an issue with our NextJS apps hosted on Azure Docker Registry. Specifically, the apps hosted on our domains are experiencing unexpected "Application Errors".

At certain times, these apps abruptly encounter an "Application Error" without any apparent reason. The problem can be temporarily resolved by manually redeploying the app (into a test slot) and then swapping the test slot with the production slot. It's noteworthy that the image remains the same throughout this process.

In all instances, the swapped test slots become dysfunctional. We are seeking assistance in identifying the root cause of this issue. Is it possible that the slots are malfunctioning, or is there a default timeout that the apps are hitting after a certain period?

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
{count} votes

1 answer

Sort by: Most helpful
  1. v-vvellanki-MSFT 3,895 Reputation points Microsoft Vendor
    2024-04-05T17:01:52.5933333+00:00

    Hi @Mayank Sing,

    Thanks for contacting Microsoft Q&A platform.

    To troubleshoot, it's essential to investigate potential causes beyond the deployment process. Start by examining application logs and monitoring metrics to identify any patterns or anomalies leading up to the errors.

    Additionally, consider factors such as resource utilization, network connectivity, and application dependencies. It's possible that environmental factors or external dependencies are contributing to the instability.
    Hope this helps you.

    0 comments No comments