Category "azure-table-storage"

Best way to migrate (and Transform) data from Azure Table Storage to Cosmos DB Sql API

I have a Azure Table that is storing a Customer object with a nested address object as per following. public class Customer { public Guid Id { get; set; }

Best way to migrate (and Transform) data from Azure Table Storage to Cosmos DB Sql API

I have a Azure Table that is storing a Customer object with a nested address object as per following. public class Customer { public Guid Id { get; set; }

Is there an equivalent of DynamoDB on Azure as a PHP session Handler

Is there a equivalent of DynamoDB on Azure as a PHP session Handler? I found some very old articles online suggesting to use Azure Table Storage but it doesn't

Azure Storage Table complex query

I am trying to query Azure Table which has column property such as Azure Resource Name, Blackoutperiodstartdate, Blackoutperiodenddate having Partition Key set

Delete All Azure Table Records

I have an Azure Storage Table and it has 3k+ records. What is the most efficient way to delete all the rows in the table?

The term 'AzCopy' is not recognized as a name of a cmdlet, function, script file

I need to copy tables from table storage into a different storage account. When attempting to execute AzCopy I'm getting the following exception: The term 'AzC