skip to Main Content

Does Azure ADF REST API for Activity Runs not return data?

I'm calling the Activity Runs Rest API from a parent pipeline to capture any errors in a child pipeline. However, no data, of any kind, is being returned in the Value array. Here are my settings. Web activity URL https://management.azure.com/subscriptions/@{pipeline().globalParameters.SubscriptionId}/resourceGroups/@{pipeline().globalParameters.ResourceGrpName}/providers/Microsoft.DataFactory/factories/@{pipeline().DataFactory}/pipelineruns/@{pipeline().RunId}/queryActivityRuns?api-version=2018-06-01…

VIEW QUESTION

Can we rewrite this?

I can copy a folder or a small file with Azcopy (copy) command but if i apply the command to a large file the transfer fails with no clear logs. Command: azcopy copy 'test' 'https://mystorage.blob.core.windows.net/...pKmRpGCVO8B' --recursive --preserve-smb-info=true Test is a…

VIEW QUESTION

Azure devops test database

Goal I would like to have a solution, that among other things includes an SQL Server Database Project and a Unit Test Project. (+ integration test project?) That solution is going to be source controlled by a git repository on…

VIEW QUESTION
Back To Top
Search