Skip to content

Commit 19da76a

Browse files
authored
Merge pull request #230769 from sroons/acs-hub-update
Acs hub update
2 parents c806a94 + 3ce6421 commit 19da76a

15 files changed

+337
-170
lines changed
Lines changed: 159 additions & 170 deletions
Original file line numberDiff line numberDiff line change
@@ -1,177 +1,166 @@
1-
### YamlMime:Landing
1+
### YamlMime:Hub
22

3-
title: Azure Communication Services
4-
summary: Azure Communication Services is a cloud-based communications service that lets you add voice, video, chat, and telephony to your apps.
3+
title: Azure Communication Services documentation
4+
summary: Build powerful, cloud-based communication and customer engagement experiences by adding voice, video, chat, sms, email, teams interoperability, call automation, and telephony to your apps.
5+
brand: azure
56

67
metadata:
7-
title: Azure Communication Services
8-
description: Azure Communication Services is a cloud-based communications service that lets you add voice, video, chat, and telephony to your apps.
8+
title: Azure Communication Services documentation
9+
description: Build powerful, cloud-based communication and customer engagement experiences by adding voice, video, chat, sms, email, teams interoperability, call automation, and telephony to your apps.
910
ms.service: azure-communication-services
10-
ms.topic: landing-page # Required
11-
author: probableprime
12-
ms.author: rifox
13-
ms.date: 06/30/2021
11+
ms.topic: hub-page
12+
author: sroons
13+
ms.author: serooney
14+
ms.date: 03/15/2023
15+
highlightedContent:
16+
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
17+
items:
18+
- title: What is Azure Communication Services?
19+
itemType: overview
20+
url: ./overview.md
21+
- title: What's new for developers in Azure Communication Services?
22+
itemType: whats-new
23+
url: ./whats-new.md
24+
- title: Explore our scenario-based solutions
25+
itemType: get-started
26+
url: ./overview.md#common-scenarios
27+
- title: Try Azure Communication Services training modules
28+
itemType: learn
29+
url: https://learn.microsoft.com/en-us/training/browse/?expanded=azure&products=azure-communication-services
30+
- title: SDK reference
31+
itemType: reference
32+
url: ./concepts/reference.md
33+
- title: Rest API references
34+
itemType: reference
35+
url: /rest/api/communication/
36+
# - title: ACS UI Library
37+
# itemType: concept
38+
# url: ./concepts/ui-library/ui-library-overview.md
1439

15-
landingContent:
16-
- title: About Azure Communication Services
17-
linkLists:
18-
- linkListType: overview
19-
links:
20-
- text: What is Azure Communication Services?
21-
url: overview.md
22-
- linkListType: concept
23-
links:
24-
- text: SDK options
25-
url: concepts/sdk-options.md
26-
- text: Teams Interop
27-
url: concepts/teams-interop.md
28-
- title: Get started
29-
linkLists:
30-
- linkListType: quickstart
31-
links:
32-
- text: Create a Communication Services resource
33-
url: quickstarts/create-communication-resource.md
34-
- text: Create and manage user access tokens
35-
url: quickstarts/identity/access-tokens.md
36-
- text: Get a relay token
37-
url: quickstarts/relay-token.md
38-
- linkListType: concept
39-
links:
40-
- text: Client and server architecture
41-
url: concepts/client-and-server-architecture.md
42-
- text: Authentication and authorization
43-
url: concepts/authentication.md
44-
- text: Event handling
45-
url: ../event-grid/event-schema-communication-services.md
46-
- text: Notifications
47-
url: concepts/notifications.md
48-
- text: Best Practices
49-
url: concepts/best-practices.md
50-
- text: Troubleshooting
51-
url: concepts/troubleshooting-info.md
52-
- title: Voice and video calling
53-
linkLists:
54-
- linkListType: quickstart
55-
links:
56-
- text: Add voice calling to your app
57-
url: quickstarts/voice-video-calling/getting-started-with-calling.md
58-
- text: Add video calling to your app
59-
url: quickstarts/voice-video-calling/get-started-with-video-calling.md
60-
- text: Add video calling to your WebView app
61-
url: quickstarts/voice-video-calling/get-started-webview.md
62-
- linkListType: concept
63-
links:
64-
- text: Voice and video concepts
65-
url: concepts/voice-video-calling/about-call-types.md
66-
- text: Calling SDK overview
67-
url: concepts/voice-video-calling/calling-sdk-features.md
68-
- text: Call flows
69-
url: concepts/call-flows.md
70-
- title: UI Library
71-
linkLists:
72-
- linkListType: quickstart
73-
links:
74-
- text: Get started with UI Library
75-
url: quickstarts/ui-library/get-started-composites.md
76-
- linkListType: concept
77-
links:
78-
- text: UI Library overview
79-
url: concepts/ui-library/ui-library-overview.md
80-
- text: UI Library use cases
81-
url: concepts/ui-library/ui-library-use-cases.md
82-
- linkListType: get-started
83-
links:
84-
- text: Cross-platform samples
85-
url: samples/ui-library-cross-platform.md
86-
- title: Telephony and SMS
87-
linkLists:
88-
- linkListType: quickstart
89-
links:
90-
- text: Get a telephone number
91-
url: quickstarts/telephony/get-phone-number.md
92-
- text: Send an SMS message
93-
url: quickstarts/sms/send.md
94-
- text: Handle SMS events
95-
url: quickstarts/sms/handle-sms-events.md
96-
- text: Add PSTN calling
97-
url: quickstarts/telephony/pstn-call.md
98-
- linkListType: concept
99-
links:
100-
- text: SMS concepts
101-
url: concepts/sms/concepts.md
102-
- text: SMS SDK overview
103-
url: concepts/sms/sdk-features.md
104-
- text: Calling overview
105-
url: concepts/voice-video-calling/calling-sdk-features.md
106-
- text: Phone number types
107-
url: concepts/telephony/plan-solution.md
108-
- linkListType: learn
109-
links:
110-
- text: Send an SMS using C#
111-
url: /training/modules/communication-service-send-sms-console-app/
112-
- title: Call Automation
113-
linkLists:
114-
- linkListType: quickstart
115-
links:
116-
- text: Handle an inbound phone call
117-
url: quickstarts/call-automation/redirect-inbound-telephony-calls.md
118-
- text: Build a customer interaction workflow using Call Automation
119-
url: quickstarts/call-automation/callflows-for-customer-interactions.md
120-
- text: Record calls
121-
url: quickstarts/voice-video-calling/get-started-call-recording.md
122-
- linkListType: concept
123-
links:
124-
- text: Learn how Call Automation helps you build calling workflows
125-
url: concepts/call-automation/call-automation.md
126-
- text: Play audio in calls
127-
url: concepts/call-automation/play-action.md
128-
- text: Gathering user input
129-
url: concepts/call-automation/recognize-action.md
130-
- text: Call recording concepts
131-
url: concepts/voice-video-calling/call-recording.md
40+
#------------------------------------------------------------------
41+
productDirectory:
42+
title: Communication Channels
43+
summary: Learn about our core services, which you can combine and integrate to create your own custom communication solutions.
44+
items:
13245
- title: Chat
133-
linkLists:
134-
- linkListType: quickstart
135-
links:
136-
- text: Add chat to your app
137-
url: quickstarts/chat/get-started.md
138-
- linkListType: concept
139-
links:
140-
- text: Chat concepts
141-
url: concepts/chat/concepts.md
142-
- text: Chat SDK overview
143-
url: concepts/chat/sdk-features.md
46+
imageSrc: ./media/icons/chat-icon.svg
47+
links:
48+
- url: ./concepts/chat/concepts.md
49+
text: Chat concepts
50+
- url: ./quickstarts/chat/get-started.md
51+
text: Add chat to your app
52+
- url: ./quickstarts/chat/quickstart-botframework-integration.md
53+
text: Add a bot to your chat app
54+
- url: ./concepts/chat/sdk-features.md
55+
text: Chat SDK overview
56+
- url: ./samples/chat-hero-sample.md
57+
text: Get started with the chat hero sample
14458
- title: Email
145-
linkLists:
146-
- linkListType: quickstart
147-
links:
148-
- text: Create an Email Communication Services resource
149-
url: quickstarts/email/create-email-communication-resource.md
150-
- text: Add Azure Managed domain
151-
url: quickstarts/email/add-azure-managed-domains.md
152-
- text: Add Custom domain
153-
url: quickstarts/email/add-custom-verified-domains.md
154-
- text: Connect domain to send Email
155-
url: quickstarts/email/connect-email-communication-resource.md
156-
- text: Send an Email
157-
url: quickstarts/email/send-email.md
158-
- linkListType: concept
159-
links:
160-
- text: Email concepts
161-
url: concepts/email/email-overview.md
162-
- text: What is Email Communication Service
163-
url: concepts/email/prepare-email-communication-resource.md
164-
- text: Email domains and sender authentication
165-
url: concepts/email/email-domain-and-sender-authentication.md
166-
- text: Best practices for sender authentication support
167-
url: concepts/email/email-authentication-best-practice.md
168-
- text: Email client library
169-
url: concepts/email/sdk-features.md
170-
- title: Samples
171-
linkLists:
172-
- linkListType: get-started
173-
links:
174-
- text: Get started with the Group Calling hero sample
175-
url: samples/calling-hero-sample.md
176-
- text: Get started with the Chat hero sample
177-
url: samples/chat-hero-sample.md
59+
imageSrc: ./media/icons/email-icon.svg
60+
links:
61+
- url: ./concepts/email/prepare-email-communication-resource.md
62+
text: What is email communication service?
63+
- url: ./quickstarts/email/send-email.md
64+
text: Send an email
65+
- url: ./concepts/email/email-overview.md
66+
text: Email overview
67+
- url: ./concepts/email/email-authentication-best-practice.md
68+
text: Best practices for sender authentication support
69+
- url: ./concepts/email/sdk-features.md
70+
text: Email client library
71+
- title: Phone calling
72+
imageSrc: ./media/icons/phone-icon.svg
73+
links:
74+
- url: ./concepts/telephony/telephony-concept.md
75+
text: Telephony concepts
76+
- url: ./quickstarts/telephony/get-phone-number.md
77+
text: Get a phone number
78+
- url: ./quickstarts/telephony/pstn-call.md
79+
text: Add phone calling to your app
80+
- url: ./quickstarts/access-tokens.md
81+
text: Get a user access token
82+
- url: ./how-tos/calling-sdk/manage-calls.md
83+
text: Calling libraries
84+
- title: Voice and Video Calling
85+
imageSrc: ./media/icons/video-icon.svg
86+
links:
87+
- url: ./concepts/voice-video-calling/calling-sdk-features.md
88+
text: Voice and video calling overview
89+
- url: ./quickstarts/voice-video-calling/get-started-with-video-calling.md
90+
text: Add video calling to your app
91+
- url: ./concepts/voice-video-calling/call-recording.md
92+
text: Call recording overview
93+
- url: ./concepts/detailed-call-flows.md
94+
text: Call flow topologies
95+
- url: ./concepts/voice-video-calling/calling-sdk-features.md
96+
text: Calling SDK overview
97+
- title: SMS
98+
imageSrc: ./media/icons/sms-icon.svg
99+
links:
100+
- url: ./concepts/sms/concepts.md
101+
text: SMS concepts
102+
- url: /concepts/sms/sdk-features.md
103+
text: SMS SDK overview
104+
- url: ./quickstarts/sms/send.md
105+
text: Send an SMS message
106+
- url: ./quickstarts/telephony/get-phone-number.md
107+
text: How to set up a phone number
108+
- url: ./concepts/sms/sdk-features.md
109+
text: SMS SDK overview
110+
111+
#------------------------------------------------------------------
112+
additionalContent:
113+
sections:
114+
- title: Other services
115+
summary: Explore other Azure Communication Services capabilities.
116+
items:
117+
- title: Teams Interoperability
118+
summary: Interoperability between Azure Communication Services and Microsoft Teams enables your applications and users to participate in Teams calls, meetings and chats.
119+
url: ./concepts/teams-interop.md
120+
- title: Call Automation
121+
summary: Call Automation provides a new set of APIs to help developers build server-based, intelligent calling workflows.
122+
url: ./concepts/call-automation/call-automation.md
123+
- title: UI Library
124+
summary: UI Library gives you a library of production-ready UI components to easily build modern communications user experiences using Azure Communication Services.
125+
url: ./concepts/ui-library/ui-library-overview.md
126+
- title: Core Scenarios
127+
summary: Whether you're just starting or have lots of experience, our prebuilt communications solutions help you arrive at your business goals quickly and effectively.
128+
items:
129+
- title: Build a virtual appointment proof-of-concept with Sample Builder
130+
summary: Use our sample builder to create an end-to-end virtual appointment experience in less than a day.
131+
url: ./tutorials/virtual-visits.md
132+
- title: Build an intelligent customer support experience
133+
summary: Enable your customer support staff by building an intelligent IVR workflow using bots, SMS, AI and our low code dev environment
134+
url: ./concepts/call-automation/call-automation.md
135+
- title: Build notifications into your customer journey
136+
summary: Send important communications to your customers using our SMS, email and push notification services.
137+
url: ./tutorials/add-chat-push-notifications.md
138+
139+
- title: Other Resources
140+
items:
141+
- title: Support & Help
142+
links:
143+
- text: Provide feedback through Azure feedback
144+
url: https://feedback.azure.com/d365community
145+
- text: Ask questions on Microsoft Q&A
146+
url: /answers/index.html
147+
- text: Create Azure support request
148+
url: /azure-portal/supportability/how-to-create-azure-support-request
149+
- title: Tools
150+
links:
151+
- text: Visual Studio
152+
url: https://visualstudio.microsoft.com
153+
- text: Power Automate
154+
url: https://powerautomate.microsoft.com
155+
- text: Azure CLI
156+
url: https://learn.microsoft.com/en-us/cli/azure/
157+
- title: Related Technologies
158+
links:
159+
- text: Azure
160+
url: https://azure.microsoft.com/
161+
- text: Azure Cognitive Services
162+
url: /cognitive-services/
163+
- text: Dynamics 365
164+
url: https://dynamics.microsoft.com/
165+
166+
Lines changed: 15 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)