I have an ADF instance with all required privileges to call Azure Management API from pipeline. I am trying to start and stop an integration runtime using a web activity
The get methods are all working fine, I have tried testing out listing the pipelines, IR etc but while trying to start/stop IR using post method as mentioned in the BOL, the pipeline is failing with the following error message
Invoking endpoint failed with HttpStatusCode - '405 : MethodNotAllowed', message - 'Endpoint(url) knows the request method, but the target endpoint(url) doesn't support this method. Please verify, if the endpoint supports the method you have selected in Data Factory.'
https://management.azure.com/subscriptions/<<subcriptionid>>/resourceGroups/<RGNAME>/providers/Microsoft.DataFactory/factories/<ADF name>/integrationRuntimes/<IR NAME>/start?api-version=2018-06-01
I have tried both debugging and triggering the pipeline and they are not working as expected. Please help me with the issue


