File tree 4 files changed +10
-2
lines changed
4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ It handles an Azure Function that responds to a Blob Storage event (trigger) and
54
54
55
55
* Create the Azure Funtion project and the Azure Function (Boilerplate code)
56
56
57
+ *This step is only necessary when you want to create an Azure Function from scratch.*
58
+
57
59
The Azure Functions Core Tools help you to create the boilerplate code for the Azure Funtion project and the Azure Function:
58
60
59
61
* Create an Azure Functions project
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ It handles an Azure Function that responds to a Blob Storage event (trigger) whe
54
54
55
55
* Create the Azure Funtion project and the Azure Function (Boilerplate code)
56
56
57
+ *This step is only necessary when you want to create an Azure Function from scratch.*
58
+
57
59
The Azure Functions Core Tools help you to create the boilerplate code for the Azure Funtion project and the Azure Function:
58
60
59
61
* Create an Azure Functions project
@@ -185,9 +187,9 @@ It handles an Azure Function that responds to a Blob Storage event (trigger) whe
185
187
186
188
The runtime will waiting for a blob event (trigger).
187
189
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 .
189
191
190
- Example :
192
+ You should see the next message in the log :
191
193
192
194
```bash
193
195
Python blob trigger function processed blob
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ It handles an Azure Function that responds to a Blob Storage event (trigger) and
54
54
55
55
* Create the Azure Funtion project and the Azure Function (Boilerplate code)
56
56
57
+ *This step is only necessary when you want to create an Azure Function from scratch.*
58
+
57
59
The Azure Functions Core Tools help you to create the boilerplate code for the Azure Funtion project and the Azure Function:
58
60
59
61
* Create an Azure Functions project
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ It handles an Azure Function that responds to an HTTP request.
54
54
55
55
* Create the Azure Funtion project and the Azure Function (Boilerplate code)
56
56
57
+ *This step is only necessary when you want to create an Azure Function from scratch.*
58
+
57
59
The Azure Functions Core Tools help you to create the boilerplate code for the Azure Funtion project and the Azure Function:
58
60
59
61
* Create an Azure Functions project
You can’t perform that action at this time.
0 commit comments