Skip to content

Commit b39cb62

Browse files
authored
Addressing comments
1 parent bbf58c4 commit b39cb62

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/azure-monitor/containers/prometheus-metrics-troubleshoot.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,9 @@ Refer to [service quotas and limits](../service-limits.md#prometheus-metrics) fo
182182
183183
## Creation of Azure Monitor Workspace failed due to Azure Policy evaluation
184184
185-
If creation of Azure Monitor Workspace fails with an error saying "*Resource 'resourcename' was disallowed by policy*", there might an Azure policy that enforces a name for your Azure resources or resource groups.
185+
If creation of Azure Monitor Workspace fails with an error saying "*Resource 'resource-name-xyz' was disallowed by policy*", there might an Azure policy that is preventing the resource to be created. If there is a policy that enforces a naming convention for your Azure resources or resource groups, you will need to create an exemption for the naming convention for creation of an Azure Monitor Workspace.
186186
187-
When you create an Azure Monitor workspace, by default a data collection rule and a data collection endpoint in the form "*azure-monitor-workspace-name*" will automatically be created in a resource group in the form "*MA_azure-monitor-workspace-name_location_managed*". Currently there is no way to change the names of these resources.
188-
189-
You can set an exemption on the Azure Policy to exempt the above resources from policy evaluation. See [Azure Policy exemption structure](../../governance/policy/concepts/exemption-structure.md).
187+
When you create an Azure Monitor workspace, by default a data collection rule and a data collection endpoint in the form "*azure-monitor-workspace-name*" will automatically be created in a resource group in the form "*MA_azure-monitor-workspace-name_location_managed*". Currently there is no way to change the names of these resources, and you will need to set an exemption on the Azure Policy to exempt the above resources from policy evaluation. See [Azure Policy exemption structure](../../governance/policy/concepts/exemption-structure.md).
190188
191189
## Next steps
192190

0 commit comments

Comments
 (0)