You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-web-pubsub/quickstart-serverless.md
+158Lines changed: 158 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,16 @@ In this tutorial, you learn how to:
63
63
64
64
- The [Azure CLI](/cli/azure) to manage Azure resources.
65
65
66
+
# [Python](#tab/python)
67
+
68
+
- A code editor, such as [Visual Studio Code](https://code.visualstudio.com/).
69
+
70
+
-[Python](https://www.python.org/downloads/) (v3.7+). See [supported Python versions](../azure-functions/functions-reference-python.md#python-version).
71
+
72
+
-[Azure Functions Core Tools](https://github.com/Azure/azure-functions-core-tools#installing) (v4 or higher preferred) to run Azure Function apps locally and deploy to Azure.
73
+
74
+
- The [Azure CLI](/cli/azure) to manage Azure resources.
az functionapp create --resource-group WebPubSubFunction --consumption-plan-location <REGION> --runtime python --runtime-version 3.9 --functions-version 4 --name <FUNCIONAPP_NAME> --os-type linux --storage-account <STORAGE_NAME>
780
+
```
781
+
624
782
1. Deploy the function project to Azure:
625
783
626
784
After you have successfully created your function app in Azure, you're now ready to deploy your local functions project by using the [func azure functionapp publish](./../azure-functions/functions-run-local.md) command.
0 commit comments