About 50 results
Open links in new tab
  1. How to use Azure Storage Table as database on my ASP.Net site

    Oct 7, 2021 · Do you mean you want to use SQLDataSource control with Azure Storage Table? Please remember that the SQLDataSource control is used to access data that is located in a …

  2. Access Azure Table Storage - Using TCP/IP protocol

    Apr 15, 2013 · Can I access Azure Table Storage using TCP/IP protocol? When ever I send a request to Table storage I see http request in Fiddler. Is there a way I can set the protocol to …

  3. how to update row in azure storage table

    Apr 13, 2011 · This method takes the table name, entity and Etag to track it with and the context starts tracking the entity which will then allow update and delete to be issued on the entity. If …

  4. Move tables between different Storage accounts

    Sep 26, 2019 · We would like to migrate a few tables between different Storage accounts. In essence, we will create a new Storage account, and move data from the "old" storage to the …

  5. Access table storage using OData - social.msdn.microsoft.com

    Oct 18, 2012 · I have a requirement where I have to access table storage without using the storage client API, but using OData. Let me explain the scenario: There is a client side …

  6. How to connect and save datas to database in Azure Function

    Feb 6, 2019 · Nope. Azure Table is actually part of the Azure Storage service. You can find more information about it in its doc. Table storage resides within a storage account alongside Blob, …

  7. IoT Hub FeedbackReceiver - social.msdn.microsoft.com

    Oct 20, 2015 · It reads the data, writes records to some storage (e.g. Azure Table Storage, SQL Azure, Doc DB), and then calls complete on the Feedback Batch. You can then use that …

  8. Loading a CSV file into a Azure SQL DB table using ADF - some …

    Jun 15, 2015 · Linked service pointing to an already-created Azure storage account A dataset pointing to a CSV file on that Azure storage account A dataset pointing to a table on that Azure …

  9. Could not load file or assembly 'Microsoft.Data.Services.Client ...

    Mar 21, 2014 · I've also installed the recently released 2.2.1 Storage Emulator Preview but that still didn't work but anyway, the code doesn't work against a real Azure Storage Account …

  10. Returning arbitrary JSON from a stream - social.msdn.microsoft.com

    Jun 23, 2015 · I'm trying to create a Web API controller that gets JSON data from Azure Table Storage using the Azure REST API and returns it to the client.