162 questions with Azure Table Storage tags

Sort by: Updated
1 answer

ADF Copy Data Activity converts NULL data value to string '' from Azure Table Storage to CRM

Hi, I am using the Copy data activity in ADF pipeline from Azure Table Storage as source to Dataverse CRM as sink. Some date fields in the source data have values, while others don't. Everything works well when the date fields have values, but I…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,893 questions
asked 2024-06-10T03:44:26.93+00:00
Edgarico Llaneta 0 Reputation points
edited a comment 2024-06-13T05:57:45.2066667+00:00
Edgarico Llaneta 0 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.
162 questions
asked 2022-09-06T08:53:52.487+00:00
AxelC 51 Reputation points
commented 2024-06-13T01:42:20.4233333+00:00
Ramkumar Perumal 0 Reputation points Microsoft Employee
1 answer

Federated Identity credentials auth in azure table sdk

Hi I was trying to use FIC creds for table sdk but was getting the following issue: CredentialUnavailableError: ManagedIdentityCredential authentication unavailable, no response from the IMDS endpoint. This is the doc I am following for FIC…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,553 questions
asked 2024-06-05T10:15:13.1933333+00:00
SanaCMSFT-8922 301 Reputation points
edited the question 2024-06-12T07:16:07.3033333+00:00
Shweta Mathur 28,771 Reputation points Microsoft Employee
1 answer

Not seeing Storage Account Table Create and Delete actions in Activity Log

Hi there, I'm working on a project at my company involving the Table storage resource within a Storage Account. I noticed that I'm not getting the Create/Update and Delete actions logs, of the Table storage I created, at the Activity Log (Monitor…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,922 questions
Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 questions
asked 2024-06-03T13:29:46.01+00:00
Tal Shladovsky 0 Reputation points
commented 2024-06-11T13:53:32.85+00:00
TP 81,401 Reputation points
1 answer

Remove table borders?

Is there really no way to remove table borders in a modern SharePoint page? That just can't be true . . . . . . can it?

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 questions
asked 2022-07-14T19:17:20.16+00:00
commented 2024-06-07T16:42:36.5266667+00:00
Marek Zenisek | PUNCH 0 Reputation points
2 answers

event hub activity log

the action of creating or delete a table in storage account doesn't show log in activity log monitor, what can be the reason?

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 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,820 questions
asked 2024-05-29T11:48:34.0033333+00:00
Maayan Dugma 20 Reputation points
commented 2024-06-03T07:14:30.15+00:00
Nehruji R 3,651 Reputation points Microsoft Vendor
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.
162 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,820 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

The best database in Azure to manage real time data operations.

Hello Experts, I have to manage some real time stock updates between more than 2 online portals and we are thinking to go with Azure Services. And also think to store data in Azure Database services. Hence, we are looking for the database that must be…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 questions
Azure SQL Database
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,496 questions
asked 2023-05-19T15:35:22.92+00:00
Ancy 6 Reputation points
commented 2024-05-20T15:55:18.95+00:00
Oury Ba-MSFT 17,061 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.
162 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

Azure Data Table Server failed to authenticate the request. Using DefaultAzureCredentials

Hi, I'm trying to follow the tutorial for python application using DefaultAzureCredentials, but it said that my Authentication failed from azure.data.tables import TableServiceClient from azure.identity import DefaultAzureCredential with…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 questions
asked 2024-05-09T18:59:37.7566667+00:00
Satria Priambada 0 Reputation points
commented 2024-05-14T19:53:06.4+00:00
Satria Priambada 0 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.
162 questions
asked 2023-12-07T04:47:48.7866667+00:00
Binjie Li (Shanghai Wicresoft Co,.Ltd.) 20 Reputation points Microsoft Vendor
accepted 2024-04-17T02:45:16.8633333+00:00
Binjie Li (Shanghai Wicresoft Co,.Ltd.) 20 Reputation points Microsoft Vendor
1 answer

Azure Table REST API / 403 (Server failed to authenticate the request. Works in Postman but not on static web page

Hi all. I have an azure static web page setup and want to communicate with my Azure Table service through REST API, which I was told would be possible. After a while I figured out how to properly authorize my requests through the Shared Key…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 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,820 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
809 questions
asked 2024-03-18T21:14:42.0666667+00:00
Darren Uong 0 Reputation points
answered 2024-03-19T10:19:23.64+00:00
Nehruji R 3,651 Reputation points Microsoft Vendor
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.
162 questions
Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,669 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,094 questions
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.
162 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,062 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
2 answers

Optimistic Concurrency is not working in Azure Table Storage

Hi, I have a Service Bus Topic Trigger function that processes each message and updates the count of each message processed in Table Storage. When the count of entities in Table Storage becomes equal to the TotalCount of each message, I send a message…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,487 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,820 questions
asked 2024-03-03T16:40:49.37+00:00
sonal khatri 46 Reputation points
answered 2024-03-05T11:03:29.9533333+00:00
Nehruji R 3,651 Reputation points Microsoft Vendor
1 answer

Determining the Functional Lifespan of Deprecated Windows.Azure.Storage 9.3.3 NuGet Package

We are aware that the Windows.Azure.Storage NuGet package is deprecated and will no longer receive support. However, we need to determine when the package will be completely discontinued. Specifically, if we do not update the project and continue using…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 questions
asked 2024-02-19T03:22:16.8+00:00
Prasanth Kumar M 0 Reputation points
commented 2024-02-21T00:34:20.78+00:00
KarishmaTiwari-MSFT 18,652 Reputation points Microsoft Employee
1 answer

Azure Table Storage writing extremely slow

I am trying to write to Azure Table Storage a relatively light pandas_df with 100k rows. The snipped below times more than 1 hour without multiprocessing and 4 minutes with multiprocessing and optimal n_multiproc. 4 minutes is still too much for my…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 questions
asked 2023-11-08T16:31:07.17+00:00
jno 0 Reputation points
commented 2024-02-20T05:52:57.7133333+00:00
Ramya Harinarthini_MSFT 5,306 Reputation points Microsoft Employee
1 answer

How to get list of all table names from table storage using Web activity in ADF

In Azure Table Storage we have more than 1000 tables and to get the table name I am using the Rest API of Table Storage and SAS Url token with Web activity in ADF. I cannot get all table names in response and in response, we are having…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,893 questions
asked 2024-02-10T15:36:49.2666667+00:00
Hemanath Goud Kandula 1 Reputation point
edited a comment 2024-02-14T09:10:46.2266667+00:00
phemanth 7,345 Reputation points Microsoft Vendor
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.
162 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,820 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.
586 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.
162 questions
asked 2024-01-08T13:12:32.01+00:00
SriRaghavendran Prabhakaran 280 Reputation points
commented 2024-01-21T18:41:02.67+00:00
SriRaghavendran Prabhakaran 280 Reputation points