Hello @a1990 ,
Thank you for posting query in Microsoft Q&A Platform.
Below the json which you can get from copy activity execution. With this json we can only get Source or Sink Storage types(see highlighted area). So, there is no direct way to get underline storage name.
Sample Copy Activity json:
Work around will be have a variable to store your storage name as default value in it and try to pass that in to your API request.
Hope this helps. Do let us know if you any further queries.
------------
- Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
- Want a reminder to come back and check responses? Here is how to subscribe to a notification.