I need two applications hosted on two Azure App Services to access one specific file(.xml). What is my best option? What are my options?
I am trying to implement: Share authentication cookies among ASP.NET apps. Both apps have to access the COMMON KEY RING FOLDER with the key file.
One of the applications is ASP.NET MVC, the second one is ASP.NET Core, both run on .NET472
Edit: I need a file to be accessible for two .net applications running as appservices. I will use C#/F# to read/write the file. The file must be on Azure.