Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

80
Views
getting azure storage pure javascript libraries

I search an easy way to get a compile pure javascript file(s) for working with azure storage (blob/datalake) without npm/node?

I have old/new websites in .net. When I want to work with azure, samples and libraries are great for c#. But when you require javascript (in a web browser front-end way), it look like you require to work with npm and node.

I search the easiest way to use the sdk for a team that never used NPM and node.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Just to add a little more description for @Gaurav Mantri's comment. You can use @azure/storage-blob package which is browser compatible. Previously, azure-storage was used but now it got deprecated.

The client library in JavaScript is to consume Microsoft Azure Storage Blob service. client libraries in this package provides:-

  • Get/Set Blob Service Properties
  • Create/List/Delete Containers
  • Create/Read/List/Update/Delete Block Blobs
  • Create/Read/List/Update/Delete Page Blobs
  • Create/Read/List/Update/Delete Append Blobs

To use this client library in the browser, first you need to use a bundler which converts the code to work for browser.

REFERENCES:

  1. Azure Storage Blob client library for JavaScript
  2. Bundling Azure SDK libraries for a browser)
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!