Skip to content

Commit d6650a2

Browse files
committed
Unhide survey request, new URL
Show request for survey and change link to new URL
1 parent 04acd5c commit d6650a2

File tree

12 files changed

+16
-15
lines changed

12 files changed

+16
-15
lines changed

articles/communication-services/concepts/advanced-messaging/whatsapp/whatsapp-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.subservice: advanced-messaging
1616

1717
Azure Communication Services enables you to send and receive WhatsApp messages using the Azure Communication Services Messaging SDK. You can use this SDK to engage in conversations with customers for product inquiry and customer service scenarios. You can also use it to send messages such as appointment reminders, shipping updates, two-factor authentication, and other notification scenarios.
1818

19-
<!-- [!INCLUDE [Survey Request](./includes/survey-request.md)] -->
19+
[!INCLUDE [Survey Request](./includes/survey-request.md)]
2020

2121
## Advanced Messaging for WhatsApp features
2222

articles/communication-services/concepts/email/email-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Azure Communication Services email enables rich collaboration in communication m
2222

2323
With Azure Communication Services, you can speed up your market entry with scalable and reliable email features by using your own SMTP domains. As with other communication channels, when you use Azure Communication Services to send email, you pay for only what you use.
2424

25-
<!-- [!INCLUDE [Survey Request](./includes/survey-request.md)] -->
25+
[!INCLUDE [Survey Request](./includes/survey-request.md)]
2626

2727
## Key principles
2828

articles/communication-services/concepts/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.service: azure-communication-services
1515

1616
# Reference documentation overview
1717

18-
<!-- [!INCLUDE [Survey Request](./includes/survey-request.md)] -->
18+
[!INCLUDE [Survey Request](./includes/survey-request.md)]
1919

2020
## External links and docs
2121

articles/communication-services/concepts/sms/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.custom: references_regions
2020

2121
Azure Communication Services enables you to send and receive SMS text messages using the Communication Services SMS SDKs. These SDKs can be used to support customer service scenarios, appointment reminders, two-factor authentication, and other real-time communication needs. Communication Services SMS allows you to reliably send messages while exposing deliverability and response metrics.
2222

23-
<!-- [!INCLUDE [Survey Request](./includes/survey-request.md)] -->
23+
[!INCLUDE [Survey Request](./includes/survey-request.md)]
2424

2525
## SMS features
2626

articles/communication-services/concepts/teams-interop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Azure Communication Services can be used to build custom applications and experi
1818

1919
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=e82bf28e-a41e-441d-a163-49df492377d0]
2020
21-
<!-- [!INCLUDE [Survey Request](./includes/survey-request.md)] -->
21+
[!INCLUDE [Survey Request](./includes/survey-request.md)]
2222

2323
## User identity models
2424

articles/communication-services/concepts/telephony/telephony-concept.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ ms.subservice: pstn
1818

1919
Azure Communication Services Calling SDKs enable you to add telephony and Public Switched Telephone Network (PSTN) access to your applications. This page summarizes key telephony concepts and capabilities. See the [calling library](../../quickstarts/voice-video-calling/getting-started-with-calling.md) to learn more about specific SDK languages and capabilities.
2020

21-
<!-- [!INCLUDE [Survey Request](./includes/survey-request.md)] -->
21+
[!INCLUDE [Survey Request](./includes/survey-request.md)]
2222

2323
## Telephony overview
24+
2425
Whenever your users interact with a traditional telephone number, the Public Switched Telephone Network (PSTN) voice calling handles the call. To make and receive PSTN calls, you need to add telephony capabilities to your Azure Communication Services resource. In this case, signaling and media use a combination of IP-based and PSTN-based technologies to connect your users. Communication Services provides two discrete ways to reach the PSTN network: Voice Calling (PSTN) and Azure direct routing.
2526

2627
### Voice Calling (PSTN)

articles/communication-services/concepts/voice-video-calling/calling-sdk-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: devx-track-js
1717

1818
Azure Communication Services allows end-user browsers, apps, and services to drive voice and video communication. This page focuses on Calling client SDK, which can be embedded in websites and native applications. This page provides detailed descriptions of Calling client features such as platform and browser support information. Services programmatically manages and access calls using the [Call Automation APIs](../call-automation/call-automation.md). The [Rooms API](../rooms/room-concept.md) is an optional Azure Communication Services API that adds additional features to a voice or video call, such as roles and permissions.
1919

20-
<!-- [!INCLUDE [Survey Request](./includes/survey-request.md)] -->
20+
[!INCLUDE [Survey Request](./includes/survey-request.md)]
2121

2222
To build your own user experience with the Calling SDK, check out [Calling quickstarts](../../quickstarts/voice-video-calling/getting-started-with-calling.md) or [Calling hero sample](../../samples/calling-hero-sample.md).
2323

articles/communication-services/includes/survey-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ ms.custom: survey_-_request
88
---
99

1010
> [!NOTE]
11-
> Please share your thoughts and feedback about Azure Communication Services with us by taking [this short survey](https://microsoft.qualtrics.com/jfe/form/SV_82Ioein8jg9X1EG).
11+
> [Complete this short survey to share your thoughts and feeback about Azure Communication Services](https://microsoft.qualtrics.com/jfe/form/SV_eCJB0lyWdLDxEp0).

articles/communication-services/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.service: azure-communication-services
1313

1414
# What is Azure Communication Services?
1515

16-
<!-- [!INCLUDE [Survey Request](./includes/survey-request.md)] -->
16+
[!INCLUDE [Survey Request](./includes/survey-request.md)]
1717

1818
Azure Communication Services offers multichannel communication APIs for adding voice, video, chat, text messaging/SMS, email, and more to all your applications.
1919

articles/communication-services/quickstarts/email/send-email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ zone_pivot_groups: acs-azcli-js-csharp-java-python-portal-nocode-ps
1515

1616
# Quickstart: How to send an email using Azure Communication Services
1717

18-
<!-- [!INCLUDE [Survey Request](./includes/survey-request.md)] -->
18+
[!INCLUDE [Survey Request](./includes/survey-request.md)]
1919

2020
This quickstart describes how to send email using our Email SDKs.
2121

0 commit comments

Comments
 (0)