Skip to content

Commit 74f218a

Browse files
authored
Update readme for public preview (#140)
1 parent 3089734 commit 74f218a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can find more information at the following links:
1515

1616
* [Azure Functions overview](https://docs.microsoft.com/en-us/azure/azure-functions/functions-overview)
1717
* [Azure Functions Python developers guide](https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference-python)
18-
* [Durable Functions overview](https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-overview)
18+
* [Durable Functions overview](https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-overview?tabs=python)
1919

2020
A durable function, or _orchestration_, is a solution made up of different types of Azure Functions:
2121

@@ -27,7 +27,7 @@ Durable Functions' function types and features are documented in-depth [here.](h
2727

2828
## Current limitations
2929

30-
We're actively working on Python support for Durable Functions and we expect a Public Preview announcement in Q2 CY2020. The following are the current known limitations.
30+
Python support for Durable Functions is currently in public preview. The following are the current known limitations.
3131

3232
### Functionality
3333

@@ -36,17 +36,13 @@ We're actively working on Python support for Durable Functions and we expect a P
3636

3737
### Tooling
3838

39-
* Python Durable Functions requires updated versions of Azure Functions Core Tools that includes Python worker [1.1.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/1.1.0), templates ([bundle-1.2.0](https://github.com/Azure/azure-functions-templates/releases/tag/bundle-1.2.0)), and extension bundles ([1.2.0](https://github.com/Azure/azure-functions-extension-bundles/releases/tag/1.2.0)) that are not yet released (ETA May 2020). Use the VS Code dev container in the [Getting Started](#getting-started) section to access a development environment with the required versions of the tools installed.
40-
41-
### Deployment
42-
43-
* Python Durable Functions requires an updated version of the Azure Functions Python language worker ([1.1.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/1.1.0)) that is not yet available in Azure. Deploy your Python Durable Functions apps in containers (requires Premium or App Service plans). (Linux consumption plan support ETA May 2020)
39+
* Python Durable Functions requires [Azure Functions Core Tools](https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local) version 3.0.2630 or higher.
4440

4541
## Getting Started
4642

4743
Follow these instructions to get started with Durable Functions in Python:
4844

49-
**🚀 [Python Durable Functions quickstart](https://aka.ms/pythondurable)**
45+
**🚀 [Python Durable Functions quickstart](https://docs.microsoft.com/azure/azure-functions/durable/quickstart-python-vscode)**
5046

5147
## Samples
5248

0 commit comments

Comments
 (0)