How to mount the azure dataset in jupyter notebook ?
I have created dataset which points to two datastores. I have registered it as well. But when I mount the dataset, it is showing some error.
Azure Open Datasets
Connect to azureopendatastorage from synapse pipeline
Is it possible to connect to the azureopendatastorage datasets from linked services in Synapse pipelines or ADF ? I keep on getting "This request is not authorized to perform this operation using this permission" for any connection option I try…
Azure Open Datasets
How can I connect to Azure open data besides python?
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…
Azure Open Datasets

DataSet does not return Data
Hi! I want to get data from an Access Database through a DataSet but all the tables appear to be empty. using(var x = new DataSet1()) { Console.WriteLine("Am intrat"); var l = x.Angajati_Detalii.FirstOrDefault(); …
Azure Open Datasets
Azure Data Explorer
Microsoft 365 and Office | Access | Development

Developer technologies | C#


Allow Power Bi Dataset Access to Azure Resources
I have a Power Bi (M365/Azure kind, not on premise) dataset that is syncing data from one of my Azure SQL databases. This Azure database resource has its network firewall enabled to only allow connections from whitelisted public IP addresses. I am able…
Azure Open Datasets
Azure SQL Database
Azure Firewall
Sorting or Filtering a DataGridView leaves the Underlying Dataset unchanged
When I sort or filter a datagridview, the underlying Dataset remains unchanged so I can not use NewTableRow as a way to update the database: The following is an example of my sort Dim SortSQL As String Dim SaveDataSource As BindingSource Dim NewRow…
Azure Open Datasets
NoaaIsdWeather
Hi team, We tried to get actual weather data via NoaaIsdWeather. It works before. But not returned data after 2021-05-22 now. Could you help to check and advise. Thanks very much. This is a package in preview. from…
Azure Open Datasets
AzureML Notebooks: how to access data from an experiment
Hi, I am new to Azure ML, and I have been trying to replicate the same structure presented in the MNIST tutorial, but I don't understand how to adapt it to my case. I am running a python file from the experiment, but I don't understand how I can…
Azure Open Datasets
Azure Machine Learning
I can't get 2021 weather data from NOAA Integrated Surface Data (ISD)
Previously we used the below sample code to retrieve NOAA actual weather data ***# This is a package in preview. from azureml.opendatasets import NoaaIsdWeather from datetime import datetime from dateutil.relativedelta import relativedelta …
Azure Open Datasets
Can we filter Open Datasets by column, e.g., country during access
Is there a way to filter Open Datasets by column, e.g., country during access. The use case we are looking for is simply to get German Weather and German Holidays by selecting just the rows with country code for Germany. The data access mechanisms…
Azure Open Datasets

