Skip to content

Commit 8482318

Browse files
committed
Correcting references
1 parent b134f7a commit 8482318

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

articles/azure-functions/functions-bindings-service-bus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Functions version 1.x doesn't support isolated worker process. To use the isolat
221221

222222
## SDK Binding Types
223223

224-
SDK Types for Azure Service Bus are in Preview. Follow the [Python SDK Bindings for Service Bus Sample](https://github.com/Azure/azure-functions-python-extensions/blob/dev/azurefunctions-extensions-bindings-servicebus/samples/README.md) to get started with SDK Types for Blob in Python.
224+
SDK Types for Azure Service Bus are in Preview. Follow the [Python SDK Bindings for Service Bus Sample](https://github.com/Azure/azure-functions-python-extensions/blob/dev/azurefunctions-extensions-bindings-servicebus/samples/README.md) to get started with SDK Types for Service Bus in Python.
225225
> [!IMPORTANT]
226226
> Using SDK type bindings requires the [Python v2 programming model](functions-reference-python.md?pivots=python-mode-decorators#sdk-type-bindings).
227227

articles/azure-functions/functions-reference-python.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,13 +504,15 @@ For select triggers and bindings, you can work with data types implemented by th
504504
::: zone pivot="python-mode-decorators"
505505

506506
> [!IMPORTANT]
507-
> SDK type bindings support for Python is only supported in the Python V2 programming model.
507+
> SDK type bindings support for Python is only supported in the Python v2 programming model.
508508
509509
### Prerequisites
510510

511511
* [Azure Functions runtime version](functions-versions.md?pivots=programming-language-python) version 4.34, or a later version.
512512
* [Python](https://www.python.org/downloads/) version 3.9, or a later [supported version](#python-version).
513513

514+
### SDK Types
515+
514516
| Service | Trigger | Input binding | Output binding |
515517
|-|-|-|-|
516518
| [Azure Blobs][blob-sdk-types] | **Generally Available** | **Generally Available** | _SDK types not recommended.<sup>1</sup>_ |

includes/functions-bindings-event-hubs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Functions version 1.x doesn't support the isolated worker process. To use the is
211211

212212
## SDK Binding Types
213213

214-
SDK Types for Azure EventHub are in Preview. Follow the [Python SDK Bindings for EventHub Sample](https://github.com/Azure-Samples/azure-functions-eventhub-sdk-bindings-python) to get started with SDK Types for Blob in Python.
214+
SDK Types for Azure EventHub are in Preview. Follow the [Python SDK Bindings for EventHub Sample](https://github.com/Azure-Samples/azure-functions-eventhub-sdk-bindings-python) to get started with SDK Types for Event Hubs in Python.
215215
> [!IMPORTANT]
216216
> Using SDK type bindings requires the [Python v2 programming model](../articles/azure-functions/functions-reference-python.md#sdk-type-bindings).
217217

0 commit comments

Comments
 (0)