Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.54k stars 2.77k forks source link

Azure Durable Functions API Reference doesn't offer documentation for DFApp and Blueprints classes #34983

Closed metamoof closed 5 months ago

metamoof commented 5 months ago

Type of issue

Missing information

Description

Azure Functions Python v2 projects use the azure.durable_functions.Blueprint and DFApp classes, but there is no documentation for those classes and their decorators in the API reference.

They should be included in the Classes section of the package reference.

Page URL

https://learn.microsoft.com/en-us/python/api/azure-functions-durable/azure.durable_functions?view=azure-python

Content source URL

https://github.com/MicrosoftDocs/azure-docs-sdk-python/blob/main/docs-ref-autogen/azure-functions-durable/azure.durable_functions.yml

Document Version Independent Id

ca0470bb-40c6-66a7-a764-71e29509afcf

Article author

@lmazuel

Metadata

kashifkhan commented 5 months ago

Hi @metamoof, this repo is for the Azure Python SDK. For items related to Azure Functions issues need to be opened here

metamoof commented 5 months ago

@kashifkhan This issue is opened using the link provided on the bottom of the page. https://learn.microsoft.com/en-us/python/api/azure-functions-durable/azure.durable_functions?view=azure-python

I will open an issue for my problem in the other location, but please also look at correcting that link.