Hello Team,
We have REST WEB API hosted on Azure(OAuth in place). If I have to call the REST API from Azure Batch Tasks, I guess I need to pass access token so API can authenticate the call from batch service. Need inputs on how to implement, please note we are using BATCH .NET SDK(not Batch management library).
We would be using client credentials for service to service authentication.
Regards,
SONI