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!