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.

Enable the use of custom domain on the BlobServiceClient

See original GitHub issue

Is your feature request related to a problem? Please describe. I’m unable to both use a custom domain for my storage account AND use the BlobServiceClient.fromConnectionString

Describe the solution you’d like The following line: here

let accountName = getAccountNameFromUrl(blobEndpoint);

should be changed, instead of “detecting” the account name derived from the BlobEnpoint= (which is described as:) it should instead search independently for a part in the connection string AccountName=

Describe alternatives you’ve considered Either not being able to use custom domains (e.g. https://storage.mydomain.com) when uploading a file from an SPA, staying just with a url https://<account>.blob.core.windows.net

Additional context Uploading a blob file works just fine with the connecting string pointing to https://<account>.blob.core.windows.net but I don’t want to ask my clients to allow access to an azure endpoint, instead i prefer they give access to my application’s endpointin the network rules.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
jiacfancommented, Jul 7, 2020

@alvaradojl, Thanks for the update. We’ll try to involve this enhancement in August milestone.

0reactions
jiacfancommented, Sep 9, 2020

Close as fix released.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Map a custom domain to an Azure Blob Storage endpoint
To enable HTTPS access, see the Map a custom domain with HTTPS enabled section of this article.
Read more >
Custom domain with Azure blob storage - VMLabBlog.com
Enter the created custom domain (e.g. customurl.vmlabblog.com) and press “Save” to save the custom domain.
Read more >
Connect to Azure blob storage on custom domain
Yes I have setup the CNAME record. This is going be used to download a certificate so I would like it to be...
Read more >
azure active directory python
Add the custom activity in the Azure Data factory Pipeline and configure to use ... The ADAL for Python library enables python applications...
Read more >
How to set a custom domain for images loaded from Azure ...
Is it possible to render the images (from CDN enabled blob storage provider) with a custom domain URL if we use CDN?
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