162 questions with Azure Table Storage tags

Sort by: Updated
0 answers

Is there a way to serialize collections before uploading an object to Azure Table Storage in ASP.NET 6?

I have the following class. I want to upload an instance of this class to Azure Table Storage, but it does not support collections. I tried custom getters and setters to serialize the property, but that doesn't seem to work. Is there an attribute or…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 questions
asked 2023-12-22T13:43:37.94+00:00
Bas Hulskamp 15 Reputation points
commented 2024-01-19T22:29:40.4666667+00:00
Oury Ba-MSFT 17,631 Reputation points Microsoft Employee
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.
162 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,026 questions
asked 2024-01-11T08:38:38.1366667+00:00
OGINTZ Marina 85 Reputation points
commented 2024-01-11T11:50:13.7333333+00:00
OGINTZ Marina 85 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.
162 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
0 answers

Reactor.core.exceptions$reactiveexception: java.net.Unknownhostexception

Hi guys, We're having trouble with accessing the properties of our storage services. We're getting java.net.Unknownhostexception every time trying to reach the endpoints of services (this happened with fileShare, table, queue, and blob). I did try an…

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,875 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,578 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
99 questions
asked 2023-11-24T14:34:15.5633333+00:00
Anthony Nguyen 0 Reputation points
commented 2023-12-11T03:01:10.8866667+00:00
Sumarigo-MSFT 44,996 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Api management access table storage with managed identity getting 403?

Hello, In my inbound section i have a send-request policy to do a post to my table storage. Within the send-request i'am using: <authentication-managed-identity resource="https://storage.azure.com/" /> I'am getting: "Server failed…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 questions
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,912 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,057 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,367 questions
asked 2023-12-04T14:53:58.3566667+00:00
Michel 20 Reputation points
commented 2023-12-05T12:35:03.7666667+00:00
Michel 20 Reputation points
1 answer 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.
162 questions
asked 2023-11-30T06:43:47.05+00:00
Ghangare, Roshan 20 Reputation points
accepted 2023-11-30T07:04:50.2033333+00:00
Ghangare, Roshan 20 Reputation points
1 answer

Azure Table Storage

I'm looking for a solution to delete old data in Azure table storage across multiple storage accounts and multiple subscriptions at a time based on last accessed time. Is there any way to apply lifecycle management for Azure table storage or is there any…

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,875 questions
asked 2022-03-19T13:54:03.14+00:00
Akhil Reddy 6 Reputation points
commented 2023-11-30T04:53:16.69+00:00
Ghangare, Roshan 20 Reputation points
1 answer

Azure sharing data between microservices

program in .NET and I use Azure to run my application. I have three services there and I am currently solving one problem. I am using a Message Broker to communicate between the services. However, I need to transfer and share one table from service A,…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,574 questions
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
229 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,580 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,288 questions
asked 2023-10-31T06:59:51.2933333+00:00
Petr Klekner 40 Reputation points
answered 2023-11-02T05:15:54.79+00:00
Sumarigo-MSFT 44,996 Reputation points Microsoft Employee
0 answers

CRM system connected (Azure Table) for transactable offers

We created transactable offers in the microsoft partner portal and connected with azure table storage as CRM to get the customer lead data. But we didn't get any data in the azure table. What we did:- We created transactable offers in the microsoft…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 questions
asked 2023-08-31T07:05:12.46+00:00
Sreekar S 0 Reputation points
edited a comment 2023-10-24T06:42:56.7266667+00:00
Sumarigo-MSFT 44,996 Reputation points Microsoft Employee
1 answer

Azure.RequestFailedException: TableClient.UpsertEntity

I hosted application on the Azure, I'm trying to insert a record in Azure table, using below function tableClient.UpsertEntityAsync <LogRequestEntity>(entity); I got below error. I'm using .Net Framework 4.8. Any help would be greatly…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 questions
asked 2023-09-29T09:47:50.7066667+00:00
Ramesh Bachu 0 Reputation points
commented 2023-10-10T06:21:41.87+00:00
Siva Villa 280 Reputation points Microsoft Employee
1 answer

Azure.RequestFailedException: TableClient.UpsertEntity

I have developed WCF application using .Net Framework 4.8 and hosted on the Azure appservice. I'm adding each incoming request into Azure.Data.Table. Whenever application calls Azuure tableClient upsert function application throwing below error message.…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,288 questions
asked 2023-09-29T09:54:04.7933333+00:00
Ramesh Bachu 0 Reputation points
commented 2023-10-09T21:08:39.53+00:00
Grmacjon-MSFT 17,286 Reputation points
2 answers

Can i make a connection pool from nodejs to Azure table Storage?

Hello everyone, I have a question: I want to establish a connection between Node.js and Azure Table Storage. To achieve this, I have been using the @azure/data-tables library for the connection. I would like to know if it's possible to improve 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,875 questions
asked 2023-09-19T18:45:41.4366667+00:00
Juan David 0 Reputation points
edited the question 2023-09-29T08:40:16.5133333+00:00
PRADEEPCHEEKATLA-MSFT 84,531 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure function v4 writing to Azure Table Storage - no changes to table and no errors

I created a Azure functions (HTTP Trigger) v4 that writes data to an Azure Table storage. Heres the code for my Azure function (C# .NET 6, non isolated): <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> …

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,573 questions
asked 2023-09-14T16:24:18.58+00:00
Moustafa El-Sawy 45 Reputation points
edited a comment 2023-09-25T10:25:25.4+00:00
Bruno Lucas 4,421 Reputation points MVP
1 answer One of the answers was accepted by the question author.

Appropriate Use for Table Storage

I am a complete noob with Azure and especially Azure Table Storage. I am also in the beginning phases of a feasibility study for a new project that will include mostly accounting features such as accounts receivable, accounts payable, general ledger,…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 questions
Azure SQL Database
asked 2020-11-23T20:45:48.8+00:00
RobEvans 21 Reputation points
commented 2023-09-11T13:59:00.2333333+00:00
Sandeep kumar Mishra 0 Reputation points
1 answer

Source=Microsoft.WindowsAzure.Storage,StorageExtendedMessage=0:The property name is invalid.

Hey guys, can you help I'm trying to run a very simple pipeline for a school assignment... When I create the copy task to a Table Storage, i have the message below: Operation on target ToTable failed:…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,578 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,026 questions
asked 2023-08-24T06:37:54.49+00:00
Sidnei Dos Santos Barbosa 0 Reputation points
commented 2023-09-04T14:02:16.9+00:00
Sumarigo-MSFT 44,996 Reputation points Microsoft Employee
3 answers One of the answers was accepted by the question author.

Azure Table Storage Recommended Backup Solution

What is the recommended way to backup table storages? There seems to be no managed service which is able to do that?

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 questions
asked 2022-04-14T14:29:27.64+00:00
Fabian Trottmann 66 Reputation points
answered 2023-08-23T18:43:33.06+00:00
The Byte Stuff 5 Reputation points
1 answer

How to access table storage from Managed API, both are under same subscription.

I am working on Managed API and need to access storage table from endpoint. My API and storage table both under same subscription.

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,875 questions
asked 2023-07-27T01:22:31.4466667+00:00
Dhaval Amin 0 Reputation points
commented 2023-08-01T06:16:20.81+00:00
Sumarigo-MSFT 44,996 Reputation points Microsoft Employee
1 answer

Delete certain rows from Azure Table Storage

Hi all, I have an Azure Table Storege and I store there messages sent to my IoT Hub via MQTT. I use this table to implement something like a telemetry system but is not important. As you imagine my table is gowing faster since many devices are sending…

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,875 questions
asked 2023-07-26T15:48:13.6766667+00:00
Andrea Previtali 106 Reputation points
commented 2023-07-31T06:28:48.79+00:00
Andrea Previtali 106 Reputation points
0 answers

Dropdown not updating with new table entries

This has only just started not working - when a new entry is added to the table it is not becoming available in the corresponding dropdown

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
162 questions
asked 2023-07-26T21:54:19.1733333+00:00
B A 0 Reputation points
commented 2023-07-31T04:56:13.7+00:00
ShaktiSingh-MSFT 14,281 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Connect Azure Storage account from Azure App service ?

I need to connect App Service with Storage account which allows only from selected virtual networks and IP Address. I have added all outbound IP address of App service to Storage account Firewall. Added storage blob / table contributor roles to app…

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,875 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,288 questions
asked 2023-07-25T11:39:29.32+00:00
Seenivasan SR 25 Reputation points
commented 2023-07-26T16:25:59.1566667+00:00
SnehaAgrawal-MSFT 19,921 Reputation points