Resource URI in azure monitor #2018
-
I'm trying to deploy a scaled object using the azure monitor trigger and keda . I have seen the sample scaled object defined on the keda website : https://keda.sh/docs/2.4/scalers/azure-monitor/ But I don't know how to get the URI of the azure monitor. I'm very new to these and I'm totally stuck on this. Can someone please help me in figuring out what needs to be done. Basically ,I don't have clarity on which resource's URI is asked here and how to get that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
This is the URI of the resource that you want to query, unfortunately the documentation on this is fairly limited. It relies on the following pattern: For example, if you want to target a Service Bus namespace, that would be: What resource are you trying to scale on? |
Beta Was this translation helpful? Give feedback.
This is the URI of the resource that you want to query, unfortunately the documentation on this is fairly limited.
It relies on the following pattern:
subscriptions/<sub>/resourceGroups/<rg>/providers/<azure-provider>/<provider-info>
For example, if you want to target a Service Bus namespace, that would be:
subscriptions/<sub>/resourceGroups/<rg>/providers/Microsoft.ServiceBus/namespaces/promitor-messaging
What resource are you trying to scale on?