62 questions with Azure Table Storage tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

Can we delete azure tables from storage account which are older than certain days by Lifecycle management rule?

Can we delete azure tables from storage account which are older than certain days by Lifecycle management rule?

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
180 questions
asked 2023-11-30T06:43:47.05+00:00
Ghangare, Roshan 20 Reputation points
answered 2025-06-02T14:28:32.42+00:00
tcs-azure-rs3 0 Reputation points
1 answer One of the answers was accepted by the question author.

Unhandled exception. Microsoft.Azure.Cosmos.Table.StorageException: Server failed to authenticate the request.

I am using a C# console app to send data to Azure table storage. The app works fine in some of the systems but gives following error in a few identical systems. Any clue what is the issue? Unhandled exception.…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
180 questions
asked 2025-05-14T10:14:47.3233333+00:00
Zahra Ghadyani 40 Reputation points
accepted 2025-05-15T10:06:41.76+00:00
Zahra Ghadyani 40 Reputation points
1 answer One of the answers was accepted by the question author.

Re-use of rejected private end point

Hello everyone, We created a private endpoint for a table in a storage account. During our testing, we had to reject the connection state at one point. However, when we later tried to approve the private endpoint again, the "Approve" button was…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
180 questions
asked 2025-03-25T13:13:10.71+00:00
Srikanthreddy Adla (TATA CONSULTANCY SERVICES LTD) 20 Reputation points Microsoft External Staff
accepted 2025-04-01T11:59:56.7466667+00:00
Srikanthreddy Adla (TATA CONSULTANCY SERVICES LTD) 20 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

CORS issue on the Azure Table Storage APIs when calling table endpoints

For one of my projects, I'm aggregating information in the browser and have to push metrics to Azure Table Storage. For this, I use the @azure/data-tables dependency and a SAS token. On the Azure Storage Account, I enabled the CORS settings to allow any…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
180 questions
asked 2025-01-29T11:26:52.5666667+00:00
Elio Struyf 41 Reputation points
accepted 2025-01-31T08:58:30.84+00:00
Elio Struyf 41 Reputation points
1 answer One of the answers was accepted by the question author.

OData query filter for Datatime

Good Day, At Azure Table Storage, if i want to filter by columns less than Now() I tried the below but aint work, using Storage Exporer and Python "ExpiresOn lt datetime'2024-12-08T06:06:00.976Z'" now = datetime.now(timezone.utc) …

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
180 questions
asked 2024-12-08T06:07:37.1366667+00:00
Mohamed Hussein 710 Reputation points
accepted 2024-12-08T13:49:59.2133333+00:00
Mohamed Hussein 710 Reputation points
4 answers One of the answers was accepted by the question author.

Access Azure Table Storage from Visual Studio with AzureDefaultCredential

I'm trying to access a table in Azure Table Storage using AzureDefaultCredential. In Visual Studio, I am logged in with my AAD account In Table Storage -> IAM -> Role Assignments, my user has Owner, Contributor, Storage Account Contributor, Storage…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
180 questions
Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,544 questions
asked 2024-11-07T16:45:20.6666667+00:00
Chris Crawshaw 21 Reputation points
accepted 2024-11-11T07:05:14.13+00:00
Chris Crawshaw 21 Reputation points
1 answer One of the answers was accepted by the question author.

Query on freshly inserted Table Entities on Azure storage do not return all entities

After inserting a 1000 table entities, the first read gives Less entities. I have a very simple program public static async Task RunTest(TableClient client) { List<TableEntity> tableEntities = new…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
180 questions
asked 2024-10-04T21:02:14.9933333+00:00
Patrick Wellink 20 Reputation points
commented 2024-10-23T18:36:15.5833333+00:00
Patrick Wellink 20 Reputation points
1 answer One of the answers was accepted by the question author.

How to increase throughput in ADF copy activity From Table Storage to Table Storage

Hello, Short background - I'm using ADF for creation of Table storage Backups for specific Storage Accounts (each account is different pipeline with separate copy activities for each Table), creating new Table storages from old ones using copy…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
180 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,661 questions
asked 2024-09-26T13:10:27.4533333+00:00
Tomas Blažauskas 40 Reputation points
accepted 2024-10-02T13:43:45.01+00:00
Tomas Blažauskas 40 Reputation points
2 answers One of the answers was accepted by the question author.

How to get top n entities from azure table storage

I followed the long tail design pattern to sort the entities in descending order as shown in this 85245919390 Its mentioned that we could retrieve top n values using $top query operator 85245919390 Is $top query operator available in python…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
180 questions
asked 2022-08-30T08:39:40.243+00:00
Yugesh KC 21 Reputation points
answered 2024-07-30T02:57:00.5233333+00:00
Yan Xie 40 Reputation points Microsoft Employee Moderator
4 answers One of the answers was accepted by the question author.

How to delete old WADMetrics tables automatically from Tables storage account

WADMetrics.JPG I wanted to delete the Diagnostic logs(WADMetric) tables stored in the Azure table storage account. Please give me the suitable way to delete table automatically because we have hundreds of table entries. If I will processed from manual…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
180 questions
Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,544 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,474 questions
asked 2024-07-09T12:50:37.18+00:00
Annabathina Venkateswarlu 20 Reputation points
answered 2024-07-09T15:56:40.7133333+00:00
Annabathina Venkateswarlu 20 Reputation points
1 answer One of the answers was accepted by the question author.

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

Hello, I am trying to manage Azure Storage Tables using PowerShell. I have installed the latest version of the Az and AzTable modules to do so. For test purposes, I am currently only trying to add an entity in an existing table, following the…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
180 questions
asked 2022-09-06T08:53:52.487+00:00
AxelC 56 Reputation points
commented 2024-06-13T01:42:20.4233333+00:00
Ramkumar Perumal 30 Reputation points Microsoft Employee
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.
180 questions
Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,544 questions
asked 2022-11-18T08:36:08.107+00:00
Mohamed Sahbi 51 Reputation points
commented 2024-05-24T17:55:57.6+00:00
Harman Singh 0 Reputation points Microsoft Employee
3 answers One of the answers was accepted by the question author.

Azure Table service returns error 404 when I try to insert an entity even though the table exists.

I have developed a working application In C# that inserts an entity into the specified table in azure storage. However I really want to be able do this in structured text from a TwinCat 3 PLC. Currently my Structured text code can successfully Query the…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
180 questions
asked 2024-05-11T05:15:48.4766667+00:00
Carlen Kaiser 20 Reputation points
accepted 2024-05-15T14:38:24.48+00:00
Carlen Kaiser 20 Reputation points
1 answer One of the answers was accepted by the question author.

In Net Framework 461 use Managed Identity as token credential access Azure Storage Table fail.

In Net Framework 4.6.1. When I use below code to access table: AccessToken token = new DefaultAzureCredential( new DefaultAzureCredentialOptions() { ManagedIdentityClientId = "{Managed Identity Client ID}" }) …

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
180 questions
asked 2023-12-07T04:47:48.7866667+00:00
Binjie Li (Shanghai Wicresoft Co,.Ltd.) 20 Reputation points Microsoft External Staff
accepted 2024-04-17T02:45:16.8633333+00:00
Binjie Li (Shanghai Wicresoft Co,.Ltd.) 20 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

How do I configure Azure Table storage to authenticate with user entra ID creds?

Hello. I have a project where I have been tasked to store some simple data in Azure Table storage and then have our users query it via Excel. But in Excel when you go to Get Data > From Azure > From Azure Table Storage and then provide the…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
180 questions
Microsoft 365 and Office | Excel | For business | Windows
Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2024-03-14T16:03:57.77+00:00
Fabio Carvalho 20 Reputation points
commented 2024-03-18T18:47:54.19+00:00
Fabio Carvalho 20 Reputation points
1 answer One of the answers was accepted by the question author.

Filtering with RowKey in Azure Table Storage using Azure.Data.Tables 12.8.3

I recently updated to Azure.Data.Tables 12.8.3 and I used to filter data from tables in Azure Table Storage using row keys. I realize this is unlikely using the new implementation. I have shared my current approach using Expression Filters in the code…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
180 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,474 questions
asked 2024-03-07T18:56:21.37+00:00
Saumye Navarathna 20 Reputation points
accepted 2024-03-15T05:55:08.48+00:00
Saumye Navarathna 20 Reputation points
1 answer One of the answers was accepted by the question author.

I can't delete my storage account

I had created a storage account then in setting I changed the redundancy to GRS. now I wanna to delete this storage account but I can't and I faced with this error "Failed to delete storage account 'navidstorage1260'. Error: An operation is…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
180 questions
Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,544 questions
Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
669 questions
asked 2024-01-19T21:31:01.6933333+00:00
Navid Darvish Beigi 20 Reputation points
commented 2024-01-27T16:44:19.9866667+00:00
Navid Darvish Beigi 20 Reputation points
1 answer One of the answers was accepted by the question author.

Dapr Actor statestore storagetable

Hello, I configured Azure storage table for Actor statestore with below metadata value "name: actorStateStore" value: "true" , but getting the below error Failed,Dapr.DaprApiException: the state store is not configured to use the…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
180 questions
asked 2024-01-08T13:12:32.01+00:00
SriRaghavendran Prabhakaran 405 Reputation points
commented 2024-01-21T18:41:02.67+00:00
SriRaghavendran Prabhakaran 405 Reputation points
2 answers One of the answers was accepted by the question author.

How do I check if azure table storage exist in data factory

Hi, I have pipeline that copy azure table storage, I inject parameters to this pipeline (for the linked service and dataset). One of the parameters could be source table name that doesn't exist, I tried to use this…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
180 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,661 questions
asked 2024-01-11T08:38:38.1366667+00:00
OGINTZ Marina 175 Reputation points
commented 2024-01-11T11:50:13.7333333+00:00
OGINTZ Marina 175 Reputation points
1 answer One of the answers was accepted by the question author.

Azure table data storage can handle the multiple data input at the same time

Hello, I created an simple APP that run my R model. I connected my APP to Azure table data storage and thus it can receive the user data input from my website. May I ask if Azure table data storage can handle the multiple data input at the same time if…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
180 questions
asked 2024-01-04T17:32:18.4266667+00:00
Yu Cai 100 Reputation points
accepted 2024-01-05T22:01:47.9866667+00:00
Yu Cai 100 Reputation points