-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hello,
we deployed this service and in scope we added multiple Subscriptions with multiple resource groups, but we noticed that in Workbook and Log Analytics we only see data for first Resource Group in first Subscription.
When we run code manually for test, we see that it pulls info from Cost API for all resources in way that first line of logs contains only data for first RG in first Subscription and each new line adds one new RG until last line where all RGs are listed, but in Log Analytics and Workbook we only see data from first RG.
Is this intentional because we don't have any anomaly and it will show any RG when it has anomaly, or it's a bug when only first line gets sent to Log Analytics?
Also is there recommended way to artificially test for anomaly without waiting for anomaly to appear?