diff --git a/README.md b/README.md index cb1472c3c..59d5abe58 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,7 @@ This repository is an extension of CloudSploit's [open-source scanning engine](h * [VM Endpoint Protection](en/azure/virtualmachines/vm-endpoint-protection.md) * [VM Instance Limit](en/azure/virtualmachines/vm-instance-limit.md) * [VM OS Disk Encryption](en/azure/virtualmachines/vm-os-disk-encryption.md) + * [Snapshot Has Tags](en/azure/virtualmachines/snapshotHasTags.md) * Virtual Networks * [Multiple Subnets](en/azure/virtualnetworks/multiple-subnets.md) * Google diff --git a/en/azure/virtualmachines/snapshot-has-tags.md b/en/azure/virtualmachines/snapshot-has-tags.md new file mode 100644 index 000000000..4af7c9877 --- /dev/null +++ b/en/azure/virtualmachines/snapshot-has-tags.md @@ -0,0 +1,23 @@ + +[![CloudSploit](https://cloudsploit.com/img/logo-new-big-text-100.png "CloudSploit")](https://cloudsploit.com) + +# AZURE / Virtual Machines / Snapshot Has Tags + +## Quick Info + +| | | +|-|-| +| **Plugin Title** | Snapshot Has Tags | +| **Cloud** | AZURE | +| **Category** | Virtual Machines | +| **Description** | Ensures that Azure VM disk snapshots 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 snapshots and add tags. | + +## Detailed Remediation Steps +1. Log into the Microsoft Azure Management Console. +2. In search bar at the top search for snapshots and select "Snapshots".
+3. Select a snapshot 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/virtualmachines/snapshot-has-tags/step2.png b/resources/azure/virtualmachines/snapshot-has-tags/step2.png new file mode 100644 index 000000000..765bf7671 Binary files /dev/null and b/resources/azure/virtualmachines/snapshot-has-tags/step2.png differ diff --git a/resources/azure/virtualmachines/snapshot-has-tags/step3.png b/resources/azure/virtualmachines/snapshot-has-tags/step3.png new file mode 100644 index 000000000..dcff72fef Binary files /dev/null and b/resources/azure/virtualmachines/snapshot-has-tags/step3.png differ diff --git a/resources/azure/virtualmachines/snapshot-has-tags/step4.png b/resources/azure/virtualmachines/snapshot-has-tags/step4.png new file mode 100644 index 000000000..00ad45004 Binary files /dev/null and b/resources/azure/virtualmachines/snapshot-has-tags/step4.png differ diff --git a/resources/azure/virtualmachines/snapshot-has-tags/step5.png b/resources/azure/virtualmachines/snapshot-has-tags/step5.png new file mode 100644 index 000000000..a7bba9786 Binary files /dev/null and b/resources/azure/virtualmachines/snapshot-has-tags/step5.png differ