Skip to main content
Newcomer
February 22, 2023

Accessing Azure File Storage from OneStream

  • February 22, 2023
  • 5 replies
  • 0 views

Hi,

 

I am trying to access a file stored in Azure File Storage to import in the cube, but I need help to do that if I try using the REST API as the namespace Microsoft.Azure or any other Azure related namespace, as they are not available in the OneStream library.

Has anyone encountered the same ?  Any better approach to achieve the desired outcome ?

 

Thank you for your help

 

5 replies

Contributor
February 22, 2023

For integration to external sources, like some sort of Azure service (Table storage / Blog storage) I would look for a client API library to use, then add those .DLL's to the binary assembly folder, so you can reference the .DLL in your Connector business rule. A little high-level, but hopefully can turn you in the right direction

OneStream Employee
February 23, 2023

Figure out which extra .Net libraries you need and how to install them, then install them on the server yourself if on-premises or contact OneStream Support to add them to Cloud environments.

Contributor
February 23, 2023

Wouldn't using a REST API for Azure mean that you don't need to install/import any additional libraries for Azure and instead only require the appropriate libraries for http (e.g. System.Net) on the OneStream side?

OneStream Employee
February 27, 2023

Yeah, but MS have wrapper libraries that make things easier, and are promoted by their docs. I guess that's what he was after.

arpitmAuthor
Newcomer
March 3, 2023

Hello All,

 

Thank you for your responses. the setup is on OneStream Cloud and we are using the REST API and setting up a request in Postman. Is there a knowledgebase article that I can refer.

 

Thank you

Contributor
August 1, 2024

Hi arpitm 

Did you figure out how to access the Azure File Storage from OS, do you have any axample?

Thanks

arpitmAuthor
Newcomer
September 6, 2024

Hi GParreiras 

Unfortunately not. I was not able to store the files directly from OneStream to Azure. We took an intermediate route to save the temporarily on a local server and run a task schedular job to upload the files from the server to Azure.

I hope this helps.

 

Regards

Arpit