ADF pipeline config_ExportData ForEach Export Scope | Failed | ForEach
Getting this error in the ADF pipeline config_ExportData
ForEach Export Scope | Failed | ForEach | 8/8/2024, 2:25:43 PM | 2s
Error details ForEach Export Scope Error code InvalidTemplate Failure type User configuration issue Details The function 'length' expects its parameter to be an array or a string. The provided value is of type 'Object'. Activity ID d803c837-a781-471f-b1ba-90034e3f28f4 Error source Pipeline config_ExportData
If you are using managed exports make sure the scope variable is an array. "scopes": [ { "scope": "/providers/Microsoft.Billing/billingAccounts/1234567" }, { "scope": "/subscriptions/123abc-..." } ]
If you're not using managed exports you can safely ignore the error. Assuming you've configured cost management exports manually you can suppress the error by disabling the config_DailySchedule and config_MonthlySchedule triggers in ADF.