156 questions with Azure Table Storage tags

Sort by: Updated
0 answers

How to delete entries from Azure Table Storage using ADF

I am trying to delete entries from Azure Table Storage using ADF I got this article (https://learn.microsoft.com/en-us/rest/api/storageservices/delete-entity1) which says we can use a HTTP DELETE request, but I am not sure about the headers I have to…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,599 questions
asked 2023-05-08T14:06:04.8833333+00:00
Arundhati Sen 151 Reputation points
commented 2023-05-10T11:36:27.6766667+00:00
Arundhati Sen 151 Reputation points
0 answers

How to query the Azure table storage entities with filters using REST API via Apex salesforce

Actually I'm trying to get the Azure table storage entities using query syntax that is.. If we use with bellow query, we can get all table data(Entities)---> String endpoint = 'https://' + storageAccountName + '.[table.core.windows.net/]' +…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
asked 2023-04-12T14:56:36.8466667+00:00
john shaik 0 Reputation points
edited a comment 2023-04-19T14:21:45.0366667+00:00
john shaik 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to update an Entity in Table Storage if same ETag persists (Javascript package)

Hi, I am using @azure/data-tables javascript package to access the Table storage. Trying to increment the count of a property in an Entity maintaining the Concurrency. How to perform the same using Etag property. I don't see any good examples in…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
asked 2023-03-31T18:10:09.7266667+00:00
vaira selvam 20 Reputation points
commented 2023-04-05T05:55:15.2266667+00:00
vaira selvam 20 Reputation points
1 answer One of the answers was accepted by the question author.

Attribute 'Table' is not valid on this declaration type. It is valid on 'type' declarations only.

I'm doing the Output Binding in Azure Functions .NET 6. Whatever the input data I'm receiving, that passing to the table in the table storage but two errors I'm getting. Getting Table Attribute Error in…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,298 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,395 questions
asked 2023-03-04T02:15:15.63+00:00
krishna572 876 Reputation points
commented 2023-03-23T13:49:31.0866667+00:00
MuthuKumaranMurugaachari-MSFT 22,146 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Durable Function does not finish when I configured Azurite with multiple Storage Accounts.

I'm developing Azure Function (Python). And I configuire Azurite with multiple Storage Accounts & Keys. I use Azurite from container, so I configure docker-compose.yml as follows: # (omission) services: azurite: image:…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,298 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,714 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,436 questions
asked 2023-03-15T08:19:58.79+00:00
Makoto Oda 291 Reputation points
commented 2023-03-23T13:15:09.0366667+00:00
MuthuKumaranMurugaachari-MSFT 22,146 Reputation points
2 answers

Is Azure Table Storage deprecated as of now

In my project I've so far been using table functionality from WindowsAzure.Storage. According to Nuget.org the package has been deprecated and replaced with Microsoft.Azure.Storage.Blob, Microsoft.Azure.Storage.File, Microsoft.Azure.Storage.Queue,…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,448 questions
asked 2020-07-09T09:50:48.637+00:00
Roman Kozlechkov 26 Reputation points
commented 2023-03-02T20:42:53.89+00:00
Broadnax, Levi 0 Reputation points
2 answers

What are the alternatives to list all tables in Azure Storage Account since Microsoft.WindowsAzure.Storage is now depecrated

Using Microsoft.WindowsAzure.Storage we can list all tables in a Storage Account easily like this: string storageConnectionString = Environment.GetEnvironmentVariable("StorageConnectionString"); CloudStorageAccount storageAccount =…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,714 questions
asked 2023-01-18T15:34:21.7033333+00:00
FlyingInCloud 21 Reputation points
edited a comment 2023-02-14T06:34:08.88+00:00
Sumarigo-MSFT 43,801 Reputation points Microsoft Employee
0 answers

20% of our customers from Germany lost access to the service

Hi, since about 12:30 PM 20% of our users lost access to the service - more than 10.000 users; they cannot for example load images stored in the Azure blob storage or access other table storages; app services are working; here is the the affected…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
asked 2023-02-13T17:38:13.5833333+00:00
edited a comment 2023-02-14T00:16:45.2166667+00:00
Oury Ba-MSFT 16,471 Reputation points Microsoft Employee
1 answer

Common application level config properties source for multiple App services

Hi Experts I have a situation where i need to provide a common config for multiple applications. The challenges which i need to conquer are as below. Each time there is a change in config file. App has to be rebuild and deployed. …

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,448 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,908 questions
asked 2022-12-01T10:40:58.037+00:00
varun anand 1 Reputation point
edited the question 2023-02-10T22:52:45.68+00:00
Ryan Hill 25,981 Reputation points Microsoft Employee
1 answer

How to fix Exception while executing Azure function to write into Azure Table Storage

I'm currently trying to create a simple Function with C# writing into Azure Table Storage. Using the learn.Microsoft-Documentation "Connect Azure Functions to Azure Storage using Visual Studio Code" I already built a Function writing in Azure…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,298 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,275 questions
asked 2023-01-24T11:21:19.12+00:00
Annika Biere 0 Reputation points
commented 2023-02-01T13:56:02.2166667+00:00
MughundhanRaveendran-MSFT 12,421 Reputation points
2 answers One of the answers was accepted by the question author.

Azcopy V7 : TLS version error

I am using AZcopy v7 for Table storage backup and is showing me following error while trying to connect with my azure storage account : "[ERROR] Failed to export Azure table. Detailed error: Failed to download entities from table. The remote…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,714 questions
asked 2021-06-07T01:22:21.767+00:00
Jincy Mathew 26 Reputation points
edited the question 2023-01-17T17:31:19.66+00:00
deherman-MSFT 33,626 Reputation points Microsoft Employee
1 answer

Azure Table Storage with Lookup activity to obtain max date

Hi, I'm trying to use a lookup in datafactory to get the maximum date value stored in a column from my azure table storage but I can't get the desired result. Can you help me with the query syntax?

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,599 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,147 questions
asked 2022-12-17T10:28:37.197+00:00
Clara Pantoja Salado 6 Reputation points
commented 2022-12-21T08:56:21.68+00:00
AnnuKumari-MSFT 31,061 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure General Purpose V2 Table Storage

I am looking to stand up an Azure General Purpose V2 storage account so that I can leverage the table storage for some reference tables for an application. I know there are IOPS limitations on disks but I can't find anywhere the IOPS limitations for…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
asked 2022-12-12T20:19:11.16+00:00
Marcus Jones 21 Reputation points
accepted 2022-12-16T14:14:29.553+00:00
Marcus Jones 21 Reputation points
0 answers

Best and efficient way to compare entries in one Azure table with other azure tables

I have two Azure tables, one Azure table holds the 65k records of users usage information and other Azure table holds 80k records of each user information. I am trying to update one of the Azure table by comparing entries of 1st table with 2nd Azure…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
asked 2022-12-06T06:26:07.423+00:00
Mahi_Vasanth 11 Reputation points
commented 2022-12-12T23:18:58.777+00:00
SaiKishor-MSFT 17,196 Reputation points
1 answer

Storage account (classic) - Pricing

Hi Team, We haven't migrated two of our storage accounts and it still says storage account (classic). We need to pull some data from a table in it and since we are looking to pull around 200M records, just wanted to check the pricing before we…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,714 questions
asked 2022-11-29T00:11:03.427+00:00
Vikram Niranjen 1 Reputation point
commented 2022-11-29T23:25:29.657+00:00
Vikram Niranjanvel 1 Reputation point
0 answers

Intermittent connection failure while connecting to storage account from logic app

We are connecting to storage account from logic app to save some flags values in storage account table. We are getting below intermittent error with Bad Request Error code in this step. We see, this issue comes several times every month. There are no…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,714 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,854 questions
asked 2022-11-16T05:55:35.893+00:00
Abhijit Jadhav (INFOSYS LIMITED) 11 Reputation points Microsoft Vendor
commented 2022-11-28T10:41:23.55+00:00
Sebastian 1 Reputation point
1 answer One of the answers was accepted by the question author.

Add-AzTableRow throws error MethodInvocationException : The specified resource does not exist

Hello, I ran into this error when I try to add new row while using the ConnectedAccount context rather than a key based authentication. MethodInvocationException: Exception calling "Execute" with "1" argument(s): "The…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,714 questions
asked 2022-11-18T08:36:08.107+00:00
Mohamed Sahbi 51 Reputation points
accepted 2022-11-28T09:48:26.703+00:00
Mohamed Sahbi 51 Reputation points
2 answers

Storage technology to store attachments for a online web appliction

Hi, I want to choose Azure solution to store documents (attachment). These are attachments linked to cases in salesforce. Right now we are storing these as blob data in SQL server, each file size can be max 5 MB and total data is between…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,169 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,714 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,436 questions
Azure NetApp Files
Azure NetApp Files
An Azure service that provides enterprise-grade file shares powered by NetApp.
83 questions
asked 2022-11-23T14:21:56.357+00:00
Vipin Sharma 116 Reputation points
answered 2022-11-24T06:53:26.057+00:00
Sumarigo-MSFT 43,801 Reputation points Microsoft Employee
1 answer

Azure Storage table with AD identity and Powershell

Hello all, I can't find what is missing in my code/setup to retrieve data from a Storage Account Table using Powershell and Azure AD Service Principals. I have a Storage Account I will name mystorageaccount In that Storage Account, a Table…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,714 questions
asked 2022-11-17T16:10:15.237+00:00
Ted 191 Reputation points
answered 2022-11-23T16:35:25.893+00:00
SaiKishor-MSFT 17,196 Reputation points
1 answer

Error Code:2200 microsoft.windowsazure.storage,storageextendedmessage=0:one of the request inputs is out of range

I am copying data from Azure Database to Azure Storage Table using ADF Copy activity.Able to copy 50% of data and then it failed saying 'Error Code:2200 microsoft.windowsazure.storage,storageextendedmessage=0:one of the request inputs is out of range'.I…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,599 questions
asked 2022-11-08T04:29:39.833+00:00
jay marathe 41 Reputation points
commented 2022-11-22T19:30:06.3+00:00
BhargavaGunnam-MSFT 26,306 Reputation points Microsoft Employee