Why does Azure provide two resource names one with capitals one all lower case?

  Kiến thức lập trình

When creating managed Prometheus we see two “Azure monitor workspaces” listed in the managed Prometheus Tab inside Azure monitor.

One is camelCase:

“https://portal.azure.com#resource/subscriptions/*/resourcegroups/test-rg/providers/microsoft.monitor/accounts/test-name-workspace1”

The other is lower case:

“https://portal.azure.com#resource/subscriptions/*/resourceGroups/test-rg/providers/Microsoft.Monitor/accounts/test-name-workspace1”

Why do these two show up as separate resources, and can it mess up our deployment?

enter image description here

enter image description here

LEAVE A COMMENT