I have a desktop application that needs to connect to Azure Blob Storage.
Since it is not running on Azure, using managed identity is not an option.
I wanted to check the feasibility of using federated identity credentials to connect to Azure Blob Storage from the desktop application.
It would be helpful if I can get some steps or some sample code which I can use to check the feasibility.
Also, is there any other better way to achieve the above mentioned scenario without using connection strings or SAS tokens?