Skip to content

Commit 3c579ec

Browse files
committed
rooms quickstart: break into language specific
1 parent 302758a commit 3c579ec

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

articles/communication-services/quickstarts/rooms/get-started-rooms.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ms.date: 11/19/2021
1111
ms.topic: quickstart
1212
ms.service: azure-communication-services
1313
ms.custom: mode-other
14+
zone_pivot_groups: acs-js-csharp-java-python
1415
---
1516
# Quickstart: Create and manage a room resource
1617

@@ -25,6 +26,16 @@ This quickstart will help you get started with Azure Communication Services Room
2526

2627
## Setting up
2728

29+
30+
::: zone pivot="programming-language-csharp"
31+
[!INCLUDE [Send SMS with .NET SDK](./includes/rooms-quickstart-net.md)]
32+
::: zone-end
33+
34+
::: zone pivot="programming-language-java"
35+
[!INCLUDE [Send SMS with Java SDK](./includes/rooms-quickstart-java.md)]
36+
::: zone-end
37+
38+
2839
### Create a new C# application
2940

3041
In a console window (such as cmd, PowerShell, or Bash), use the `dotnet new` command to create a new console app with the name `RoomsQuickstart`. This command creates a simple "Hello World" C# project with a single source file: **Program.cs**.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
3+
## Test Java
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
3+
## Test .NET
4+

0 commit comments

Comments
 (0)