You can translate the question and the replies:

Support for Azure Blob Storage

Does anyone know if Denodo can natively use Azure Blob Storage as a Data Source? I have a container of JSON files I'd like to work on.
user
06-05-2018 22:37:24 -0400
code

1 Answer

Hi, As the contents of Azure Blob Storage can be accessed via HTTP, I would do the following steps, 1. [Create JSON Data Source](https://community.denodo.com/docs/html/browse/6.0/vdp/administration/creating_views/importing_data_sources_and_creating_base_views/json_sources) by setting the [Data Route](https://community.denodo.com/docs/html/browse/6.0/vdp/administration/creating_views/importing_data_sources_and_creating_base_views/path_types_in_virtual_dataport#path-types-in-virtual-dataport) parameter to "HTTP Client" 1. Click on **Configure** 1. On the **Edit HTTP Connection** Dialog, select the **HTTP Method** as "GET" 1. Provide the URL of the Azure Blob Storage and set all other necessary parameters on other tabs 1. Once the Data Source is created and Test Connection succeeded, I would [create the base view](https://community.denodo.com/docs/html/browse/6.0/vdp/administration/creating_views/importing_data_sources_and_creating_base_views/json_sources) by clicking on the “Create base view” button Hope this helps!
Denodo Team
07-05-2018 07:35:51 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here