diff --git a/README.md b/README.md index cb1472c3c..b3a61df3b 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,8 @@ This repository is an extension of CloudSploit's [open-source scanning engine](h * [Endpoint Logging Enabled](en/azure/cdnprofiles/endpoint-logging-enabled.md) * Container Registry * [ACR Admin User](en/azure/containerregistry/acr-admin-user.md) + * Cosmos DB + * [Cosmosdb Has Tags](en/azure/cosmosdb-has-tags.md) * File Service * [File Service All Access ACL](en/azure/fileservice/file-service-all-access-acl.md) * Key Vaults diff --git a/en/azure/cosmosdb/cosmosdb-has-tags.md b/en/azure/cosmosdb/cosmosdb-has-tags.md new file mode 100644 index 000000000..91873d9ea --- /dev/null +++ b/en/azure/cosmosdb/cosmosdb-has-tags.md @@ -0,0 +1,23 @@ + +[![CloudSploit](https://cloudsploit.com/img/logo-new-big-text-100.png "CloudSploit")](https://cloudsploit.com) + +# AZURE / Cosmos DB / Cosmos DB Has Tags + +## Quick Info + +| | | +|-|-| +| **Plugin Title** | Cosmos DB Has Tags | +| **Cloud** | AZURE | +| **Category** | Cosmos DB | +| **Description** | Ensure that Azure Cosmos DB database accounts 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 affected database accounts and add tags. | + +## Detailed Remediation Steps +1. Log into the Microsoft Azure Management Console. +2. In search bar at the top search for Azure CosmosDB and select "Azure Cosmos DB".
+3. Select a db by clicking on the "Name" link to load the configuration pane.
+4. On the configuration pane, choose "Tags" from the left navigation panel.
+5. On "Tags" page enter the name/value of the tag you want to add and click "Apply" on the bottom of the page".
diff --git a/resources/azure/cosmosdb/cosmosdb-has-tags/step2.png b/resources/azure/cosmosdb/cosmosdb-has-tags/step2.png new file mode 100644 index 000000000..53baf5a2b Binary files /dev/null and b/resources/azure/cosmosdb/cosmosdb-has-tags/step2.png differ diff --git a/resources/azure/cosmosdb/cosmosdb-has-tags/step3.png b/resources/azure/cosmosdb/cosmosdb-has-tags/step3.png new file mode 100644 index 000000000..e0eee1137 Binary files /dev/null and b/resources/azure/cosmosdb/cosmosdb-has-tags/step3.png differ diff --git a/resources/azure/cosmosdb/cosmosdb-has-tags/step4.png b/resources/azure/cosmosdb/cosmosdb-has-tags/step4.png new file mode 100644 index 000000000..00ad45004 Binary files /dev/null and b/resources/azure/cosmosdb/cosmosdb-has-tags/step4.png differ diff --git a/resources/azure/cosmosdb/cosmosdb-has-tags/step5.png b/resources/azure/cosmosdb/cosmosdb-has-tags/step5.png new file mode 100644 index 000000000..a7bba9786 Binary files /dev/null and b/resources/azure/cosmosdb/cosmosdb-has-tags/step5.png differ