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

187
Views
Azure storage account container name format is incorrect

I'm trying to read a json file from storage account from a container name, the container name is (relative path )

var-storage/business/web/

file name is :

test.json

when I try my code :

blobService.getBlobToText(container, blobname, function(error, text){

if(error){

    console.error(error);

    res.status(500).send('Fail to download blob');

} else {

   var data = JSON.parse(text);

   res.status(200).send('Filtered Data you want to send back');

}

});

it gives me this error :

container name format is incorrect

can you help please ?

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

0

To fix this issue, please change your container name variable to var-storage and your blob name variable to business/web/test.json and you should not get the error.

To elaborate more, in Azure Blob Storage the folders are virtual and are essentially part of the blob's name.

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!