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.

EndpointSuffix for azure

See original GitHub issue

I’ m azure user from china. my azure storage account is different from global azure. so there is a property EndpointSuffix can identity it. We will add it in next version?

    return new CloudStorageAccount(
                    new StorageCredentials(
                        options.AccountName,
                        options.AccessKey),
                    useHttps: true,
                    endpointSuffix:options.EndpointSuffix);

Thanks in advance.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
rwechocommented, Oct 31, 2019

@loic-sharma I test, it works. thanks.

0reactions
loic-sharmacommented, Oct 31, 2019

Great! Let me know if you have any other suggestions!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configure a connection string - Azure Storage
Create a connection string with an endpoint suffix. To create a connection string for a storage service in regions or instances with different ......
Read more >
Default EndpointSuffix used in storage connection string ...
Changing the default EndpointSuffix value at sdk/storage/azure-storage-common/src/storage_credential.cpp:54 from ".core.windows.net" to ...
Read more >
Azure cloud storage account with custom endpoint suffix
So, the question is, how can I know which account is if have only AccountName and AccountKey? Is there some API method to...
Read more >
Defining a connection to Azure Storage
To access data from Azure Blob and File Storage, you must define a connection that ... =sampleaccount;AccountKey=samplekey;EndpointSuffix=core.windows.net.
Read more >
Microsoft Azure Blob Storage connection
You can create a connection asset for Microsoft Azure Blob Storage. Azure Blob Storage is used for storing large amounts of data in...
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