Azure-Samples / Azure-Samples/storage-blob-dotnet-getting-started
Should secondary uri for a blob just work?
Open
- Dominant language
- C#
- Stars
- 164
- Forks
- 176
- PR merge metrics
- No merged PRs in 30d
Description
In C# you can grab the primary URI off a blob as well as the SecondaryUri. The secondary URI appears to be the same as the primary except with a modified subdomain. `https://examplecloudstorage.blob.core.windows.net/... vs https://examplecloudstorage-secondary.blob.core.windows.net/...`
I'm finding the while the primary uri works fine, the secondary returns a DNS error not found. Is there something special that needs to be done to enable the secondary URI on a blob or container?
Contributor guide
Assessment
This issue has not been assessed yet.