diff --git a/README.md b/README.md index 64ac119f0..805babeed 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,8 @@ This repository is an extension of CloudSploit's [open-source scanning engine](h * CDN Profiles * [Detect Insecure Custom Origin](en/azure/cdnprofiles/detect-insecure-custom-origin.md) * [Endpoint Logging Enabled](en/azure/cdnprofiles/endpoint-logging-enabled.md) + * Container Apps + * [Container Apps Has Tags](en/azure/containerapps/container-app-has-tags.md) * Container Registry * [ACR Admin User](en/azure/containerregistry/acr-admin-user.md) * File Service diff --git a/en/azure/containerapps/container-app-has-tags.md b/en/azure/containerapps/container-app-has-tags.md new file mode 100644 index 000000000..a3c692e59 --- /dev/null +++ b/en/azure/containerapps/container-app-has-tags.md @@ -0,0 +1,22 @@ +[![CloudSploit](https://cloudsploit.com/img/logo-new-big-text-100.png "CloudSploit")](https://cloudsploit.com) + +# AZURE / Container App /Container Apps Has Tags + +## Quick Info + +| | | +|-|-| +| **Plugin Title** | Container Apps Has Tags | +| **Cloud** | AZURE | +| **Category** | Container Apps | +| **Description** | Ensure that Container Apps have tags associated | +| **More Info** | Tags help you to group resources together that are related to or associated with each other. It is a best practice to tag cloud resources to better organize and gain visibility into their usage. | +| **AZURE Link** | https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/tag-resources | +| **Recommended Action** | Modify Container App and add tags | + +## 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 have tags.
+4. Click on the 'Tags' option from left navigation panel.
+5. Add the name and key-value related to tag and Click on "Apply".
\ No newline at end of file diff --git a/resources/azure/containerapps/container-app-has-tags/step2.png b/resources/azure/containerapps/container-app-has-tags/step2.png new file mode 100644 index 000000000..97f311274 Binary files /dev/null and b/resources/azure/containerapps/container-app-has-tags/step2.png differ diff --git a/resources/azure/containerapps/container-app-has-tags/step3png b/resources/azure/containerapps/container-app-has-tags/step3png new file mode 100644 index 000000000..363c3d6a0 Binary files /dev/null and b/resources/azure/containerapps/container-app-has-tags/step3png differ diff --git a/resources/azure/containerapps/container-app-has-tags/step4.png b/resources/azure/containerapps/container-app-has-tags/step4.png new file mode 100644 index 000000000..57904bff8 Binary files /dev/null and b/resources/azure/containerapps/container-app-has-tags/step4.png differ diff --git a/resources/azure/containerapps/container-app-has-tags/step5.png b/resources/azure/containerapps/container-app-has-tags/step5.png new file mode 100644 index 000000000..2bb0e5774 Binary files /dev/null and b/resources/azure/containerapps/container-app-has-tags/step5.png differ