bootstrapping-microservices / chapter-4

Code and examples for chapter 4 of Bootstrapping Microservices
MIT License
11 stars 28 forks source link

Required argument blob for function getBlobProperties is not defined #11

Open abhinavgurung opened 2 years ago

abhinavgurung commented 2 years ago

This error appears from index.js in example2 --> azure-storage It is complaining that the parameter blob is not being passed in the function getBlobProperties()

what would be the correct number of parameters to pass, what will be the value of "blob" ?

ashleydavis commented 2 years ago

@abhinavgurung Just letting you know I've started working towards a 2nd edition of Bootstrapping Microservices so I'm going to take this feedback into account.

If you have other feedback please reach out to me on ashley@codecapers.com.au.