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
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
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
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
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
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 Storage
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
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 Data Factory
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
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 Storage
Azure
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
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 Storage
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
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
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
Microsoft 365 and Office | Excel | For business | Windows

Microsoft Security | Microsoft Entra | Microsoft Entra ID
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
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 Storage
Azure Disk Storage
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
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 Data Factory
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…