At present, I have a piece of code written in c# that will download the files from Azure Blob storage to local server.
However, Now, I need to use this piece of code in the UIPath to pull the files from the Azure blob. Is this possible to write the c# code as a custom activity for this kind of task?
Also, is it possible to integrate Azure and UIpath? If yes, how do I connect Azure and UIpath?