@intres/node-red-azure-storage
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@intres/node-red-azure-storage", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Node-red node for Azure Storage", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -9,3 +9,3 @@ # node-red-azure-storage | ||
![Upload example flow](img/upload/upload-example-flow.png) | ||
![Upload example flow](https://github.com/uwtintres/node-red-azure/blob/main/img/upload/upload-example-flow.png?raw=true) | ||
@@ -17,7 +17,7 @@ 1. Drag the `Upload` node from section `azure-blob-storage`. | ||
![Upload node configuration](img/upload/upload-file.png) | ||
![Upload node configuration](https://github.com/uwtintres/node-red-azure/blob/main/img/upload/upload-file.png?raw=true) | ||
3. Click Deploy in the top right corner. | ||
4. Fire the inject node, and a response should be presented in the node-red debug tab. | ||
![Upload response](img/upload/upload-response.png) | ||
![Upload response](https://github.com/uwtintres/node-red-azure/blob/main/img/upload/upload-response.png?raw=true) | ||
@@ -27,3 +27,3 @@ ## Example usage of Download node | ||
![Download example flow](img/download/download-example-flow.png) | ||
![Download example flow](https://github.com/uwtintres/node-red-azure/blob/main/img/download/download-example-flow.png?raw=true) | ||
@@ -37,3 +37,3 @@ In this example, we will download the blob `hello.wav` uploaded in the above example as binary content, and upload that binary content | ||
![Download node configuration](img/download/download-file.png) | ||
![Download node configuration](https://github.com/uwtintres/node-red-azure/blob/main/img/download/download-file.png?raw=true) | ||
@@ -43,2 +43,2 @@ 3. In the `Upload` node's editor section, complete all the required inputs. In this example, the node will take `msg.payload` from `Download` node and upload that binary content to the same container `test`, but name it | ||
![Upload binary configuration](img/download/upload-binary.png) | ||
![Upload binary configuration](https://github.com/uwtintres/node-red-azure/blob/main/img/download/upload-binary.png?raw=true) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21871