An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
Hello Anthony Lee Thank you for posting your query on Microsoft Q&A platform.
Currently, Azure Monitor does not provide any portal‑based tooling to manage, explore, or consolidate queries inside Query Packs. The Azure Portal only supports creating, deleting, and assigning permissions to Query Packs. It does not support:
- Browsing queries within a query pack
- Listing query names per query pack
- Identifying query‑to‑query‑pack association at scale
- Moving or consolidating queries between query packs
This is by design based on current product capabilities and is not documented as a supported scenario.
Query Packs are treated as ARM container resources and that the portal experience is limited to basic management only:
“Query packs act as containers for log queries in Azure Monitor. You can view and manage query packs in the Azure portal from the Log Analytics query packs menu.”
The documentation does not describe any UI capability to list, browse, export, or consolidate queries inside a query pack.
Reference: https://learn.microsoft.com/en-us/azure/azure-monitor/logs/query-packs
The Log Analytics Query Packs blade (currently in preview) only allows:
- Creating new query packs
- Listing existing query pack resources
- Deleting query packs
It does not provide any query‑level visibility or management functionality.
The only supported way to explore or consolidate queries across query packs is via the Azure Resource Manager (ARM) / REST API, where queries are exposed as child resources of a query pack.
Microsoft documents this API‑based approach, including:
- Creating query packs
- Creating or updating queries inside a query pack
- Managing query definitions programmatically
There is no Microsoft‑provided UI tool for query‑level governance or consolidation.
There is no portal‑based or built‑in Microsoft tool that fulfills the query‑pack curation and consolidation scenario described. If centralized governance or consolidation is required, it must be implemented programmatically using the Query Packs ARM/REST API. Otherwise, the current portal behavior is the expected.
Thanks,
Suchitra.