sys_ptrace support for Azure container apps

PS 170 Reputation points
2025-02-20T05:27:02.9033333+00:00

I would like to use sys_ptrace for my container apps.
Is there a documentation I can refer to for the full set of capabilities supported in Azure container Apps?
And how can we add additional capabilities to containers running on Azure Container Apps

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
543 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deepanshu katara 14,085 Reputation points MVP
    2025-02-20T05:47:50.5466667+00:00

    Hello , Welcome to MS Q&A

    Azure Container Apps offer a range of capabilities for deploying and managing containerized applications. Here are some key features:

    • Serverless Platform: Run containerized applications without managing server configurations.
    • Dynamic Scaling: Automatically scale based on HTTP traffic, event-driven processing, CPU or memory load, and any KEDA-supported scaler.
    • Microservices Support: Build microservices using Dapr, which provides a rich set of APIs.
    • Job Management: Run jobs on-demand, on a schedule, or based on events.
    • Traffic Management: Split traffic across multiple versions of an application for Blue/Green deployments and A/B testing.
    • Security Features: Manage secrets securely, enable HTTPS or TCP ingress, and provide an existing virtual network for your container apps.
    • Monitoring and Logging: Use Azure Log Analytics for monitoring logs and application health.

    To explore the full set of capabilities and learn how to add additional capabilities to containers running on Azure Container Apps, you can refer to the Azure Container Apps overview and Containers in Azure Container Apps.

    Please let us know if any further questions

    Kindly accept answer if it helps

    Thanks

    Deepanshu


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.