Skip to content

Commit cd79707

Browse files
committed
Updated README.md
1 parent 115b70f commit cd79707

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

azurefunctionblobcopy/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ It handles an Azure Function that responds to a Blob Storage event (trigger) and
88

99
* You must have a [Microsoft Azure](https://azure.microsoft.com/) subscription.
1010

11-
* The code was written for:
12-
* Python 3
13-
1411
* To develop functions app with Python, you must have the following installed:
1512
* Python 3
1613
* Azure CLI
1714
* Azure Functions Core Tools Version 3.x
1815

16+
* The code was written for:
17+
* Python 3
18+
1919
* Azure Functions Core Tools Version 3.x
2020

2121
Azure Functions Core Tools lets you develop and test your functions on your local computer from the command prompt or terminal. Your local functions can connect to live Azure services, and you can debug your functions on your local computer using the full Functions runtime. You can even deploy a function app to your Azure subscription.

azurefunctionblobevent/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ It handles an Azure Function that responds to a Blob Storage event (trigger) whe
88

99
* You must have a [Microsoft Azure](https://azure.microsoft.com/) subscription.
1010

11-
* The code was written for:
12-
* Python 3
13-
1411
* To develop functions app with Python, you must have the following installed:
1512
* Python 3
1613
* Azure CLI
1714
* Azure Functions Core Tools Version 3.x
1815

16+
* The code was written for:
17+
* Python 3
18+
1919
* Azure Functions Core Tools Version 3.x
2020

2121
Azure Functions Core Tools lets you develop and test your functions on your local computer from the command prompt or terminal. Your local functions can connect to live Azure services, and you can debug your functions on your local computer using the full Functions runtime. You can even deploy a function app to your Azure subscription.

azurefunctionblobmove/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ It handles an Azure Function that responds to a Blob Storage event (trigger) and
88

99
* You must have a [Microsoft Azure](https://azure.microsoft.com/) subscription.
1010

11-
* The code was written for:
12-
* Python 3
13-
* Azure SDK for Java: New Client Libraries (Azure Blob Storage library v12)
14-
1511
* To develop functions app with Python, you must have the following installed:
1612
* Python 3
1713
* Azure CLI
1814
* Azure Functions Core Tools Version 3.x
1915

16+
* The code was written for:
17+
* Python 3
18+
* Azure SDK for Java: New Client Libraries (Azure Blob Storage library v12)
19+
2020
* Azure Functions Core Tools Version 3.x
2121

2222
Azure Functions Core Tools lets you develop and test your functions on your local computer from the command prompt or terminal. Your local functions can connect to live Azure services, and you can debug your functions on your local computer using the full Functions runtime. You can even deploy a function app to your Azure subscription.

azurefunctioneventgridevent/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ It handles an Azure Function that responds to an Event Grid event (trigger) when
88

99
* You must have a [Microsoft Azure](https://azure.microsoft.com/) subscription.
1010

11-
* The code was written for:
12-
* Python 3
13-
1411
* To develop functions app with Python, you must have the following installed:
1512
* Python 3
1613
* Azure CLI
1714
* Azure Functions Core Tools Version 3.x
1815

16+
* The code was written for:
17+
* Python 3
18+
1919
* Azure Functions Core Tools Version 3.x
2020

2121
Azure Functions Core Tools lets you develop and test your functions on your local computer from the command prompt or terminal. Your local functions can connect to live Azure services, and you can debug your functions on your local computer using the full Functions runtime. You can even deploy a function app to your Azure subscription.

azurefunctioneventhubevent/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ It handles an Azure Function that responds to an Event Hub event (trigger) when
88

99
* You must have a [Microsoft Azure](https://azure.microsoft.com/) subscription.
1010

11-
* The code was written for:
12-
* Python 3
13-
1411
* To develop functions app with Python, you must have the following installed:
1512
* Python 3
1613
* Azure CLI
1714
* Azure Functions Core Tools Version 3.x
1815

16+
* The code was written for:
17+
* Python 3
18+
1919
* Azure Functions Core Tools Version 3.x
2020

2121
Azure Functions Core Tools lets you develop and test your functions on your local computer from the command prompt or terminal. Your local functions can connect to live Azure services, and you can debug your functions on your local computer using the full Functions runtime. You can even deploy a function app to your Azure subscription.

azurefunctionhttprequest/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ It handles an Azure Function that responds to an HTTP request.
88

99
* You must have a [Microsoft Azure](https://azure.microsoft.com/) subscription.
1010

11-
* The code was written for:
12-
* Python 3
13-
1411
* To develop functions app with Python, you must have the following installed:
1512
* Python 3
1613
* Azure CLI
1714
* Azure Functions Core Tools Version 3.x
1815

16+
* The code was written for:
17+
* Python 3
18+
1919
* Azure Functions Core Tools Version 3.x
2020

2121
Azure Functions Core Tools lets you develop and test your functions on your local computer from the command prompt or terminal. Your local functions can connect to live Azure services, and you can debug your functions on your local computer using the full Functions runtime. You can even deploy a function app to your Azure subscription.

0 commit comments

Comments
 (0)