[QUERY] Using Azure.Data.Tables SDK 12, how do you configure a secondary location connection string?
See original GitHub issueQuery/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:
- Created 2 years ago
- Comments:9 (8 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for your feedback. Tagging and routing to the team member best able to assist.
Thank you for your help @christothes