Skip to content

Commit aecf29d

Browse files
authored
added zone pivot instead of tabs
1 parent 0d49389 commit aecf29d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/azure-signalr/signalr-quickstart-azure-functions-python.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.topic: quickstart
88
ms.service: signalr
99
ms.devlang: python
1010
ms.custom: devx-track-python, mode-api
11+
zone_pivot_groups: python-mode-functions
1112
---
1213
# Quickstart: Create a serverless app with Azure Functions and Azure SignalR Service in Python
1314

@@ -33,7 +34,8 @@ This quickstart can be run on macOS, Windows, or Linux. You will need the follo
3334

3435
[!INCLUDE [Create instance](includes/signalr-quickstart-create-instance.md)]
3536

36-
#### [Python v2 model](#tab/python-v2)
37+
::: zone pivot="python-mode-decorators"
38+
#### Python v2 model
3739

3840
## Create the Azure Function project
3941

@@ -128,8 +130,10 @@ Add the function `broadcast` by adding the following code
128130
```
129131

130132
This function uses a time trigger to periodically broadcast messages to all clients.
133+
::: zone-end
131134

132-
#### [Python v1 model](#tab/python-v1)
135+
::: zone pivot="python-mode-configuration"
136+
#### Python v1 model
133137

134138
## Create the Azure Function project
135139

@@ -310,8 +314,7 @@ You can use this sample function as a template for your own functions.
310314
'arguments': [ 'Current star count of https://github.com/Azure/azure-signalr is: ' + str(start_count) ]
311315
}))
312316
```
313-
314-
---
317+
::: zone-end
315318

316319
### Create the index.html file
317320

0 commit comments

Comments
 (0)