Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 2.33 KB

container-apps-volume-mount-configured.md

File metadata and controls

27 lines (23 loc) · 2.33 KB

CloudSploit

AZURE / Container App /Container Apps Volume Mount Configured

Quick Info

Plugin Title Container Apps Volume Mount Configured
Cloud AZURE
Category Container Apps
Description Ensure that Container Apps are configured to use volume mounts.
More Info Adding volume mounts in Azure Container Apps ensures persistent storage, enabling data integrity and seamless sharing among containers. By configuring volume mounts, data remains available even after container restarts or in case of failures, facilitating backup, scalability, and simplified management of applications.
AZURE Link https://learn.microsoft.com/en-us/azure/container-apps/storage-mounts
Recommended Action Modify Container apps and configure volume mount.

Detailed Remediation Steps

  1. Log in to the Microsoft Azure Management Console.
  2. Find the search bar at the top and search for Container apps.
  3. Select the "Conatiner App" by clicking on "Name" which needs to configure volume mounts.
  4. Scroll down the left navigation panel and choose "Volume".
  5. Click on add option to add the volume to the container app".
  6. Add the volume type of your choice to the container app and enable the mount on volume.
  7. Click on save button to save the volume configure with mount.
  8. In case of already present unmounted volume, select on the "volume" by clicking on "Name" .
  9. Configure the mount and click on save button to save the configuration.
  10. Repeat steps number 4 - 9 to configure container apps with volume mounts.