156 questions with Azure Table Storage tags

Sort by: Updated
0 answers

Getting error while inserting record to azure table storage

I am gettng following error while inserting record to azure table storage: com.microsoft.azure.storage.StorageException: The client could not finish the operation within specified maximum execution timeout. at…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
asked 2022-11-10T13:32:16.987+00:00
Napte, Mahesh 1 Reputation point
commented 2022-11-18T15:19:37.707+00:00
GeethaThatipatri-MSFT 27,642 Reputation points Microsoft Employee
1 answer

BlobService appendFromText

How do you call appendFromText? azurestorage.services.blob.blobservice.blobservice

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
asked 2022-10-27T23:45:56.597+00:00
Ariel M 51 Reputation points
commented 2022-11-18T15:04:10.403+00:00
GeethaThatipatri-MSFT 27,642 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azrue Table - Batch delete or Multi Delete

Is it still possible to perform a batch delete or multi delete operation in a single execution? As per pypi library of Azure.data.table- release update 12.0.0b7 (2021-05-11) it stats the following Removed the TableClient.create_batch method…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
asked 2022-10-26T18:17:11.547+00:00
ash 46 Reputation points
commented 2022-11-18T14:56:10.68+00:00
GeethaThatipatri-MSFT 27,642 Reputation points Microsoft Employee
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.
156 questions
asked 2022-09-06T08:53:52.487+00:00
AxelC 51 Reputation points
commented 2022-11-18T08:25:08.817+00:00
Mohamed Sahbi 51 Reputation points
2 answers One of the answers was accepted by the question author.

How to copy Azure Table storage from one Storage account to another storage account

Please help with the feasible and simple approaches for copying the Azure Table storage from one Storage account to another storage account. Suggest whether "Azure Storage explorer" option works fine or any challenges with it for table…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
231 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,711 questions
asked 2022-10-25T14:59:41.853+00:00
KK1969 311 Reputation points
accepted 2022-11-03T06:02:43.907+00:00
KK1969 311 Reputation points
4 answers

Azure Function Outgoing SSL Exceptions

Hi, Having a problem that seems to have occurred without me making any changes. My Azure Functions are having issues connecting via SSL to external APIs (My functions talk to an Azure Table Storage account via HTTPS) The logs I'm seeing are similar…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,292 questions
asked 2022-03-28T10:44:40.4+00:00
Benjamin Bristow 6 Reputation points
commented 2022-11-02T15:57:03.493+00:00
Andreas Järlstig 1 Reputation point
1 answer

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 Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
330 questions
asked 2022-09-13T14:40:45.187+00:00
Ivan Tioh 91 Reputation points
commented 2022-10-18T18:36:40.19+00:00
HimanshuSinha-msft 19,381 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Deleting and updating entries in Azure Storage tables with Function(python)

I'm looking to write code in a Azure Function(Python) that can delete rows in a storage table? I would like to submit a row/partition key and delete the matching row. Any pointers would be nice.

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 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,711 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,899 questions
asked 2020-11-16T20:43:27.583+00:00
Jon Mart 136 Reputation points
commented 2022-10-17T07:54:00.39+00:00
Manash 51 Reputation points
1 answer One of the answers was accepted by the question author.

Update/Delete Table entries in HttpTrigger (Java)

I am currently working on a project, where I'm creating a Todo Application with Azure Functions in Java. To store the Todos im using the @TableInput and @TableOutput Bindings to create Rows in the table storage and read from it. But the users…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,292 questions
asked 2022-10-09T15:45:22.793+00:00
Liam Metzger 21 Reputation points
accepted 2022-10-15T19:24:56.09+00:00
Liam Metzger 21 Reputation points
2 answers

Azcopy 7.3.0 to copy tables from table storage using GitHub Actions

I'm trying to copy tables from "table storage" using GitHub Actions , but with version 7.3.0 of azcopy shows the following error message : [2022/09/27 17:13:45.525+00:00][VERBOSE] 7.3.0 : azcopy --source…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
asked 2022-10-04T07:30:32.79+00:00
Samael 1 Reputation point
commented 2022-10-13T06:08:08.537+00:00
ShaktiSingh-MSFT 13,436 Reputation points Microsoft Employee
3 answers One of the answers was accepted by the question author.

Azure Storage Tables Backup Options

After some searching, it seems that even today there aren't many options provided by Azure to back up the azure storage tables. We have managed to use the older version of AzCopy 7.1, which requires reducing TLS Security on the storage account first…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
asked 2022-02-15T08:49:40.143+00:00
Gabriel Habre 31 Reputation points
commented 2022-10-03T09:51:28.707+00:00
TickooSneha-8391 17 Reputation points
1 answer 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.
156 questions
asked 2022-08-30T08:39:40.243+00:00
Yugesh KC 21 Reputation points
accepted 2022-08-31T00:32:37.723+00:00
Yugesh KC 21 Reputation points
1 answer

Azure table storage speed suggestion or alternative

Hi All I am saving IoT device data per min when I need to receive a large amount of data e.g. couple of months, it takes a very long time from Azure table storage. As there a better storage option?

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,436 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
asked 2022-08-24T18:53:44.35+00:00
djoshi 1 Reputation point
answered 2022-08-24T22:01:05.613+00:00
Sander van de Velde 28,626 Reputation points MVP
1 answer

Reading previous IoT device data , cache redis or table storage?

Hi All I have Azure Function that is triggered every time I have an IoT Hub message. I need also to read the previous message to see if any specific operations have changed. Would it be better to use Table Storage or Redis cache? This…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,292 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
asked 2022-08-24T18:39:05.103+00:00
djoshi 1 Reputation point
answered 2022-08-24T21:47:10.76+00:00
Sander van de Velde 28,626 Reputation points MVP
1 answer

Java - Azure table storage dependency conflict

Hello, I have been trying to setup Azure Table storage in my spring boot application. Our current spring version is 2.2.0.RELEASE, so I cannot include the maven BOM dependency for dependency conflict resolution. I am using the following maven dependency…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
asked 2022-04-04T21:12:55.31+00:00
Doguparthi, Hari 1 Reputation point
answered 2022-08-24T15:36:39.52+00:00
Ana Lopez 1 Reputation point
0 answers

Issue with TableClient getEntity throwing NotImplemented error

I have an Azure function that adds an entity to an Azure data table and when called with different parameters tries to retrieve entities. The code to add entities is working as expected. However, on reading the entity, it throws a NotImplemented error…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
asked 2022-07-28T22:21:27.39+00:00
Sulabh 6 Reputation points
commented 2022-08-20T12:14:54.557+00:00
GeethaThatipatri-MSFT 27,642 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Server failed to authenticate the request for azure table storage

I am trying to get the data from table storage in logic apps and using http connector but getting error "Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature." …

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,854 questions
asked 2022-08-13T15:31:22.02+00:00
Royce 61 Reputation points
commented 2022-08-13T16:30:35.747+00:00
Royce 61 Reputation points
0 answers

Error 403 when trying to Update Entity in Azure Table Storage using IHttpClientFactory

Error: "Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature." public async Task<string> UpdateEntityAsync(string department, string id, EmployeeDetails…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,183 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,271 questions
asked 2022-07-21T16:11:02.27+00:00
Kanchan Kaushal 1 Reputation point
commented 2022-07-22T09:31:36.803+00:00
JasonPan - MSFT 4,366 Reputation points Microsoft Vendor
1 answer

Set table width

How do I control the width of columns and tables in modern SharePoint? I can't seem to find any controls for this. SharePoint is so stunningly deficient in certain ways when it comes to page formatting that you'd think it's 1980, not 2022.

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
asked 2022-07-14T19:19:50.067+00:00
answered 2022-07-15T19:53:33.277+00:00
Dillon Silzer 54,646 Reputation points
0 answers

Azure Table on Azure Automation

We're trying to perform Azure Table data operations from Azure Automation. Currently using Powershell 7.1 and have installed module AzTable. The following works: $azureContext = (Connect-AzAccount -Identity).context $azureContext = Set-AzContext…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,121 questions
asked 2022-06-29T12:08:51.563+00:00
Manso 6 Reputation points
commented 2022-07-13T06:17:46.113+00:00
SwathiDhanwada-MSFT 17,636 Reputation points