diff --git a/en/azure/virtualnetworks/public-ip-has-tags.md b/en/azure/virtualnetworks/public-ip-has-tags.md
new file mode 100644
index 000000000..61ae524a5
--- /dev/null
+++ b/en/azure/virtualnetworks/public-ip-has-tags.md
@@ -0,0 +1,23 @@
+
+[](https://cloudsploit.com)
+
+# AZURE / Virtual Networks / Public IP Address Has Tags
+
+## Quick Info
+
+| | |
+|-|-|
+| **Plugin Title** | Public IP address Has Tags |
+| **Cloud** | AZURE |
+| **Category** | Virtual Networks |
+| **Description** | Ensures that Azure Public IP address has tags. |
+| **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/rest/api/virtualnetwork/public-ip-addresses/update-tags?tabs=HTTP' |
+| **Recommended Action** | Modify Public IP address and add tags. |
+
+## Detailed Remediation Steps
+1. Log into the Microsoft Azure Management Console.
+2. In search bar at the top search for public ip addresses and select "Public IP addresses".
+3. Select a IP 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/virtualnetworks/public-ip-has-tags/step2.png b/resources/azure/virtualnetworks/public-ip-has-tags/step2.png
new file mode 100644
index 000000000..2fe484bd9
Binary files /dev/null and b/resources/azure/virtualnetworks/public-ip-has-tags/step2.png differ
diff --git a/resources/azure/virtualnetworks/public-ip-has-tags/step3.png b/resources/azure/virtualnetworks/public-ip-has-tags/step3.png
new file mode 100644
index 000000000..c6931ffd3
Binary files /dev/null and b/resources/azure/virtualnetworks/public-ip-has-tags/step3.png differ
diff --git a/resources/azure/virtualnetworks/public-ip-has-tags/step4.png b/resources/azure/virtualnetworks/public-ip-has-tags/step4.png
new file mode 100644
index 000000000..00ad45004
Binary files /dev/null and b/resources/azure/virtualnetworks/public-ip-has-tags/step4.png differ
diff --git a/resources/azure/virtualnetworks/public-ip-has-tags/step5.png b/resources/azure/virtualnetworks/public-ip-has-tags/step5.png
new file mode 100644
index 000000000..a7bba9786
Binary files /dev/null and b/resources/azure/virtualnetworks/public-ip-has-tags/step5.png differ