Skip to content

Commit 7546ce4

Browse files
committed
Updated README.md
1 parent d060bf1 commit 7546ce4

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

azurefunctionblobcopy/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ It handles an Azure Function that responds to a Blob Storage event (trigger) and
5454
5555
* Create the Azure Funtion project and the Azure Function (Boilerplate code)
5656
57+
*This step is only necessary when you want to create an Azure Function from scratch.*
58+
5759
The Azure Functions Core Tools help you to create the boilerplate code for the Azure Funtion project and the Azure Function:
5860
5961
* Create an Azure Functions project

azurefunctionblobevent/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ It handles an Azure Function that responds to a Blob Storage event (trigger) whe
5454
5555
* Create the Azure Funtion project and the Azure Function (Boilerplate code)
5656
57+
*This step is only necessary when you want to create an Azure Function from scratch.*
58+
5759
The Azure Functions Core Tools help you to create the boilerplate code for the Azure Funtion project and the Azure Function:
5860
5961
* Create an Azure Functions project
@@ -185,9 +187,9 @@ It handles an Azure Function that responds to a Blob Storage event (trigger) whe
185187
186188
The runtime will waiting for a blob event (trigger).
187189
188-
You can upload a file to the container and you will get the message with the result.
190+
Upload a file to the blob storage container in the storage account.
189191
190-
Example:
192+
You should see the next message in the log:
191193
192194
```bash
193195
Python blob trigger function processed blob

azurefunctionblobmove/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ It handles an Azure Function that responds to a Blob Storage event (trigger) and
5454
5555
* Create the Azure Funtion project and the Azure Function (Boilerplate code)
5656
57+
*This step is only necessary when you want to create an Azure Function from scratch.*
58+
5759
The Azure Functions Core Tools help you to create the boilerplate code for the Azure Funtion project and the Azure Function:
5860
5961
* Create an Azure Functions project

azurefunctionhttprequest/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ It handles an Azure Function that responds to an HTTP request.
5454
5555
* Create the Azure Funtion project and the Azure Function (Boilerplate code)
5656
57+
*This step is only necessary when you want to create an Azure Function from scratch.*
58+
5759
The Azure Functions Core Tools help you to create the boilerplate code for the Azure Funtion project and the Azure Function:
5860
5961
* Create an Azure Functions project

0 commit comments

Comments
 (0)