Skip to content

Commit 32ab1e4

Browse files
authored
Merge pull request #294522 from pereiralex/patch-5
Update overview.md to remove stale sample index and replace with link out to new index in GitHub
2 parents c3d4cb4 + 987a63d commit 32ab1e4

File tree

3 files changed

+10
-26
lines changed

3 files changed

+10
-26
lines changed
120 KB
Loading
120 KB
Loading

articles/communication-services/samples/overview.md

Lines changed: 10 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,23 @@
22
title: Samples overview page
33
titleSuffix: An Azure Communication Services sample overview.
44
description: Overview of available sample projects for Azure Communication Services.
5-
author: tophpalmer
6-
manager: chpalm
5+
author: alexper
6+
manager: serooney
77
services: azure-communication-services
88

9-
ms.author: chpalm
10-
ms.date: 06/30/2021
9+
ms.author: alexper
10+
ms.date: 02/12/2025
1111
ms.topic: overview
1212
ms.service: azure-communication-services
1313
---
14-
# Samples
14+
# Sample library
1515

16-
Azure Communication Services has many samples available, which you can use to test out Azure Communication Services services and features before creating your own application or use case.
16+
The Azure Communication Services [**sample library**](https://aka.ms/acssamples) (GitHub) includes basic and advanced code examples demonstrating common communication use cases.
1717

18-
## Application samples
18+
[**Basic samples**](https://github.com/Azure/Communication/blob/master/Sample-index.md#basic-samples): understand the fundamentals of Azure Communication Services.
1919

20-
| Sample Name | Description | Languages/Platforms Available |
21-
| :--------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------ | :--------------------------------- |
22-
| [Calling Hero Sample](./calling-hero-sample.md) | Provides a sample of creating a calling application. | [Web](https://github.com/Azure-Samples/communication-services-web-calling-hero), [iOS](https://github.com/Azure-Samples/communication-services-ios-calling-hero), [Android](https://github.com/Azure-Samples/communication-services-android-calling-hero) |
23-
| [Chat Hero Sample](./chat-hero-sample.md) | Provides a sample of creating a chat application. | [Web](https://github.com/Azure-Samples/communication-services-web-chat-hero) |
24-
| [Trusted Authentication Server Sample](./trusted-auth-sample.md) | Provides a sample implementation of a trusted authentication service used to generate user and access tokens for Azure Communication Services. The service by default maps generated identities to Microsoft Entra ID | [node.JS](https://github.com/Azure-Samples/communication-services-authentication-hero-nodejs), [C#](https://github.com/Azure-Samples/communication-services-authentication-hero-csharp)
25-
| [Web Calling Sample](./web-calling-sample.md) | A step by step walk-through of Azure Communication Services Calling features, including PSTN, within the Web. | [Web](https://github.com/Azure-Samples/communication-services-web-calling-tutorial/) |
26-
| [Web Calling Push Notifications Sample](./web-calling-push-notifications-sample.md) | A step by step walk-through of how to set up an architecture for web calling push notifications. | [Web](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/calling-web-push-notifications) |
20+
[**Advanced samples**](https://github.com/Azure/Communication/blob/master/Sample-index.md#advanced-samples): see how capabilities come together to create more advanced communication experiences.
2721

28-
## Quickstart samples
29-
Access code samples for quickstarts found on our documentation.
30-
- [JavaScript](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/)
31-
- [.NET](https://github.com/Azure-Samples/communication-services-dotnet-quickstarts/)
32-
- [Java](https://github.com/Azure-Samples/communication-services-java-quickstarts)
33-
- [iOS](https://github.com/Azure-Samples/communication-services-ios-quickstarts/)
34-
- [Android](https://github.com/Azure-Samples/communication-services-android-quickstarts/)
35-
- [Python](https://github.com/Azure-Samples/communication-services-python-quickstarts/)
22+
![Screen capture of the Azure Communication Services sample library](./media/sample-library-home.png)
3623

37-
38-
## Next Steps
39-
40-
- [Create a Communication Services resource](../quickstarts/create-communication-resource.md)
24+
Have an idea for a helpful sample? [Request a sample 📥](https://feedback.azure.com/d365community/forum/81ff6d2b-0c25-ec11-b6e6-000d3a4f0858)

0 commit comments

Comments
 (0)