Skip to content

Commit 198ecfc

Browse files
authored
Fix render issue
1 parent 3dda2e9 commit 198ecfc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/azure-web-pubsub/tutorial-serverless-notification.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,8 @@ In this tutorial, you learn how to:
437437
</body>
438438
</html>
439439
```
440+
441+
# [JavaScript](#tab/javascript)
440442
441443
# [C#](#tab/csharp)
442444
Since C# project will compile files to a different output folder, you need to update your `*.csproj` to make the content page go with it.
@@ -447,6 +449,8 @@ In this tutorial, you learn how to:
447449
</None>
448450
</ItemGroup>
449451
```
452+
453+
# [Python](#tab/python)
450454
451455
7. Configure and run the Azure Function app
452456

0 commit comments

Comments
 (0)