question

AbdulKareem-7190 avatar image
0 Votes"
AbdulKareem-7190 asked ShaikMaheer-MSFT commented

Data factory linkedservice endpoint url or linked service name fetch?

In copy activity failure, configured email logic app webhook and able retrieve the failed file name, location & container name but not storage name. is there any way to can fetch the storage name from copy linkedservice service endpoint or atleast linked service name and pass to email webhook?


azure-data-factory
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @AbdulKareem-7190 ,

Just checking in to see if the below answer helped. If this answers your query, do click Accept Answer and Up-Vote for the same. And, if you have any further query do let us know.

0 Votes 0 ·

Hi @AbdulKareem-7190 ,

Just checking in to see if the below answer helped. If this answers your query, do click Accept Answer and Up-Vote for the same. And, if you have any further query do let us know.

0 Votes 0 ·

Hi @AbdulKareem-7190 ,

Following up to check is below answer helped you. If yes, please accept answer. Thank you

0 Votes 0 ·

1 Answer

ShaikMaheer-MSFT avatar image
0 Votes"
ShaikMaheer-MSFT answered ShaikMaheer-MSFT commented

Hello @AbdulKareem-7190 ,

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:
105795-2021-06-15-16-03-33-microsoft-whiteboard.png
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.


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @AbdulKareem-7190 ,

Just checking in to see if the above answer helped. If this answers your query, do click Accept Answer and Up-Vote for the same. And, if you have any further query do let us know.

0 Votes 0 ·