mirror of https://github.com/dapr/docs.git
Merge pull request #1030 from halspang/create_blob_typo
Fix typo in Azure Blob Storage create blob binding
This commit is contained in:
commit
cc5e7007dd
|
@ -38,7 +38,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr
|
||||||
|
|
||||||
### Create Blob
|
### Create Blob
|
||||||
|
|
||||||
To perform a get blob operation, invoke the Azure Blob Storage binding with a `POST` method and the following JSON body:
|
To perform a create blob operation, invoke the Azure Blob Storage binding with a `POST` method and the following JSON body:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue