How can I connect to Azure open data besides python?

Eneli Toodu 1 Reputation point
2022-07-20T17:02:21.047+00:00

I am trying to connect to azureopendatastorage account. More precisely:
container nyc_tlc_green
From the python source I can see that the account key is just r"", but it doesn't work. Also Azure cli tells me: Storage account 'azureopendatastorage' not found if I want to find a key for that.

Azure Open Datasets
Azure Open Datasets
An Azure service that provides curated open data for machine learning workflows.
24 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 42,286 Reputation points Microsoft Employee
    2022-07-25T06:58:10.417+00:00

    Access to the datasets are available through Azure Machine Learning UI and Azure ML SDK using python. I guess the options are limited if you are trying to access the datasets apart from the Azure ML UI.

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.

    0 comments No comments