Power BI Service - Azure Table Storage Credentials Error After Publishing
Hi all, I'm currently working on a Power BI report that pulls data from Azure Table Storage. In Power BI Desktop, I was able to: Connect to the Azure Table Storage successfully Create parameters and set up incremental refresh Publish the report to…
Azure Table Storage
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
How to connect Cosmos Table DB to managed Grafana?
I have a Cosmos Table DB with data that I wish to visualize. So I set up and instance of managed Graphana, but I can't figure out how to connect the DB to it. I see that Grafana offers a plugin, but it is closed source, so what is the alternative if I…
Azure Table Storage
Azure Cosmos DB
AuthorizationPermissionMismatch
2/12/2025 9:41:39 AMTimeStamp2/12/2025 9:41:39 AMServer RequestId-Error Detail__N/A__UserThe user is a federated identity in an application that has blob, table queue data contributor roles.Request…
Azure Table Storage
Azure Storage
Microsoft Security Microsoft Entra Microsoft Entra ID
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 Data Factory skips column when reading data from Azure Table Storage (Copy Activity)
Hi, I have a use case wherein I want to export Azure Table Storage to CSV/Txt file using ADF. (Copy Activity) However, I have an issue where it skips some of the columns if the first 10 data of the table are null on that specific column. For Example:…
Azure Table Storage
Azure Data Factory
How can Azure Storage be integrated with other Azure services like Azure Functions and Azure Logic Apps?
This question explores the integration capabilities and use cases for combining Azure Storage with other services.
Azure Table Storage
Connect private Azure Table Storage Account with AI search
I have a Azure AI search instance and an Azure Table Storage Account. Both are in the Germany West Central region. Both services have a private endpoint and are connected to the same vnet and also to the same subnet. I added the Azure Table Storage…
Azure Table Storage
Azure AI Search
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
How to get Employees Hierarchy
Hi, My requirement is as follows: I would like to obtain Employee Wise Hierarchy (Bottom Employees to Top Employees) using SP. Note (Role): NH is Level-1(Top Level) VH is Level-2 AVP is Level-3 RM is Level-4 DRM is Level-5 BM is Level-6 TH is Level-7…
Azure Table Storage
Azure Database for MariaDB
Azure Database for MySQL
Azure Cosmos DB
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
Unexpected network error in Azure Table Storage when autoscale kicks in for Stream Analytics
Scenario I'm using Azure Stream Analytics (ASA) streaming data from Azure Event Hub to Azure Table Storage. I've enabled autoscale rule in ASA. When autoscale kicks in, I notice that there would be a few network errors observed from Azure…
Azure Table Storage
Azure Stream Analytics
Copy Activity very slow for Azure data factory
Hi All, we are having issue where copy activity from Azure Table storage to data factory is taking over 50mins on daily basis. it used to take 15-20mins until a week back. What's the source of the slow copy activity? Azure Table storage What's the sink…
Azure Table Storage
Azure Data Lake Storage
Azure Data Factory

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
Feeling Lost with Azure Table Service Properties! Can Anyone Help?
I've been struggling for hours to get the table service properties using Azure SDK, but I keep hitting a wall. I'm starting to feel really frustrated and defeated. I know I'm not alone in this — I just need some guidance to find my way out. Here's my…
Azure Table Storage
PowerShell entity operations on Cosmos Tables
https://learn.microsoft.com/en-us/azure/storage/tables/table-storage-how-to-use-powershell In the Tip at the top of the article it states that the programming language "PowerShell" is not yet supported for Cosmos tables but will be in the…
Azure Table Storage
Azure Cosmos DB

Identifying unused data in Azure table storage and deleting it
There are 100 TB of data in Azure table storage in a particular storage account, and I need to identify which is in use and which needs to be deleted. Could you perhaps offer a solution to accomplish this?