> For the complete documentation index, see [llms.txt](https://waf-doc.inext.checkpoint.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://waf-doc.inext.checkpoint.com/troubleshooting/waf-gateway-virtual-machine/azure/unable-to-find-a-tag-containing-the-vaults-name-in-the-vmss-error.md).

# "Unable to find a tag containing the vault's name in the VMSS" Error

When using CloudGuard WAF Gateway in Azure, deploying a VMSS required the certificates to be hosted in a Key Vault. This guide explains the steps needs to be taken when a critical error on monitoring stating: "Unable to find a tag containing the vault's name in the VMSS".

**WHAT TO DO?**

1. Navigate to [portal.azure.com](http://portal.azure.com/)
2. Click on **Subscriptions** → Choose the relevant Subscription in which the CloudGuard WAF VMSS deployment is using.
3. Choose the relevant CloudGuard WAF VMSS (Virtual Machine Scale Set) and **click** on it.
4. Click on **Tags** on the right-side menu\
   ![](https://2760087783-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEWA4nfgNrSRL8dA6Kap7%2Fuploads%2FiHBGZknBxLbrwfHhi7rp%2Fimage.png?alt=media\&token=c389e6bf-2edb-4758-a95d-d0e4a1b1de3b)
5. Create a new tag → Name: vault, Value: key vault name (can be found on Azure Key Vault)

   <figure><img src="https://2760087783-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEWA4nfgNrSRL8dA6Kap7%2Fuploads%2FaVAg5ccV289Oat34dCNV%2Fimage.png?alt=media&amp;token=909f3ed5-76ec-46fd-b257-69049471aaab" alt=""><figcaption></figcaption></figure>
6. Click **Apply**
7. Go back to Infinity Portal → **Enforce Policy and Publish**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://waf-doc.inext.checkpoint.com/troubleshooting/waf-gateway-virtual-machine/azure/unable-to-find-a-tag-containing-the-vaults-name-in-the-vmss-error.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
