question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[QUERY] Using Azure.Data.Tables SDK 12, how do you configure a secondary location connection string?

See original GitHub issue

Query/Question I am using SDK 12 to access table storage and have configured the TableServiceClient to point to the storage endpoint. How do I setup the sdk to use a secondary RA-GRS location should the primary location not respond? I only need read data when it fails over to the secondary location.

Environment:

  • Name and version of the Library package used: [e.g. Azure.Storage.Blobs 12.2.0] Azure.Data.Tables 12.2.0
  • Hosting platform or OS and .NET runtime version (dotnet --info output for .NET Core projects): [e.g. Azure AppService or Windows 10 .NET Framework 4.8] Windows 10, Dotnet Core 3.1
  • IDE and version : [e.g. Visual Studio 16.3] Visual Studio 16.11.1

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
jsquirecommented, Nov 22, 2021

Thank you for your feedback. Tagging and routing to the team member best able to assist.

0reactions
setiseekercommented, Dec 13, 2021

Thank you for your help @christothes

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configure a connection string - Azure Storage
Navigate to Security + networking > Access keys in your storage account's settings to see connection strings for both primary and secondary ......
Read more >
Use the Azure Tables client library for Java
This article shows you how to create tables, store your data, and perform ... An Azure Tables client can use a storage connection...
Read more >
TableServiceClient Class (Azure.Data.Tables)
Retrieves statistics related to replication for the Table service. It is only available on the secondary location endpoint when read-access geo-redundant ...
Read more >
azure.data.tables package — Azure SDK for Python 2.0.0 ...
Retrieves statistics related to replication for the Table service. It is only available on the secondary location endpoint when read-access geo-redundant ...
Read more >
azure.data.tables.aio package
Create TableClient from a Connection String. Parameters. conn_str (str) – A connection string to an Azure Storage or Cosmos account. table_name (str) ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found