What are the Security recommendations for Azure Container Instances?

KarishmaTiwari-MSFT 18,747 Reputation points Microsoft Employee
2020-05-14T16:29:42.837+00:00

What are the Security recommendations for Azure Container Instances?

[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question]

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
669 questions
0 comments No comments
{count} votes

Accepted answer
  1. vipullag-MSFT 25,611 Reputation points
    2020-05-14T16:56:27.71+00:00

    Here are few Security recommendations for ACI, check this document for more details:

    1. Use a private registry for images like ACR.
    2. Monitor and scan container images and identify potential vulnerabilities.
    3. Protect credentials by ensuring only privileged users have access with least privileged role based access.

    Source : Azure Documentation Link

    0 comments No comments

0 additional answers

Sort by: Most helpful