Hello Greg L,
Thank you for posting your question in the Microsoft Q&A forum.
As I am understanding sudden failure of both app containers on your side, combined with the symptoms you’ve described (network resource issues, activation timeouts, and high network traffic), suggests a complex issue that could stem from a combination of network, resource, or platform-level problems.
By systematically addressing the areas below, you should be able to identify the root cause and resolve the issue so verify and confirm below configurations:
- Investigate network quotas and limits (e.g., Network In and Network Out etc.) – Useful link to review - https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits
- Check container activation logs and resource allocation. (stdout/stderr logs, CPU and memory allocation etc.) Useful link to review - https://learn.microsoft.com/en-us/azure/container-instances/container-instances-troubleshooting
- Validate service connectors and dependencies. (database connectivity and ACR access) Useful link to review - https://learn.microsoft.com/en-us/azure/service-connector/overview
- Review platform-level issues and Azure status. Useful link to review - https://learn.microsoft.com/en-us/azure/service-health/service-health-overview
- Troubleshoot VNet configuration (NSG, DNS, private endpoints). Useful link to review - https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-overview
- Implement temporary workarounds (new environment, reduce traffic). Useful link to review - https://learn.microsoft.com/en-us/azure/app-service/environment/creation
- Engage Azure Support if the issue persists. Useful link to review - https://learn.microsoft.com/en-us/azure/azure-portal/supportability/how-to-create-azure-support-request
- How do we get through stuck containers just to get them running? They are in a perpetual "Activating" state. - It typically indicates an issue with initialization, resource allocation, or dependencies.
- Is there any way to determine what caused the issues considering the configurations were unchanged prior to the breakage for months? Both containers went down simultaneously and remain down. - Determining the root cause of an issue where both containers went down simultaneously and remain down despite no configuration changes for months requires a systematic investigation.
If the above answer helped, please do not forget to "Accept Answer" as this may help other community members to refer the info if facing a similar issue.