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]
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]
Here are few Security recommendations for ACI, check this document for more details:
Use a private registry for images like ACR.
Monitor and scan container images and identify potential vulnerabilities.
Protect credentials by ensuring only privileged users have access with least privileged role based access.
Source : Azure Documentation Link
4 people are following this question.