The requirement is to read an json from a blob container, transform it and store it another container. I need help to do the transformation i.e. remove the root node "result" so we get an json array as described in my orignal post. This transformed json needs to be stored inanother blob container.
I need help to understand how i can achieve this transformation please