Skip to content

Commit 0a8a24e

Browse files
authored
Merge pull request #294260 from henikaraa/trynumberlookup
adding the try number lookup page and associated screenshot
2 parents de21923 + 3f440e9 commit 0a8a24e

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed
86 KB
Loading
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Try Number Lookup - Azure Communication Services
3+
description: Validate phone number format and retrieve associated details.
4+
author: henikaraa
5+
manager: ankura
6+
services: azure-communication-services
7+
8+
ms.author: henikaraa
9+
ms.date: 2/7/2025
10+
ms.topic: conceptual
11+
ms.service: azure-communication-services
12+
ms.subservice: pstn
13+
---
14+
15+
# Try Number Lookup
16+
17+
Try Number Lookup is a tool in Azure portal to help customers confirm that the phone number they want to communicate with is valid. The tool also retrieves number details to identify the country, carrier, and type. This enables developers to quickly test Azure Communication Services number lookup capabilities, without an existing app or code on their end.
18+
19+
## Prerequisites
20+
21+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/).
22+
- A deployed Communication Services resource. Create an [Azure Communication Resource](../../quickstarts/create-communication-resource.md).
23+
24+
## Overview
25+
26+
Open the [Azure portal](https://portal.azure.com/#home) and search for **Number Lookup**. Then enter a phone number that you want to look up or validate. You can either check national and international format for free, or request details about number type, country, and carrier for a fee. The tool also generates the associated code. You can select **Use my connection string** to automatically populate the `connection string` for the resource.
27+
28+
![A screenshot from the Azure portal displaying the new view for the Try Number Lookup option.](../media/try-number-lookup.png)
29+
30+
You can also copy the generated code into an application and enrich it with other Azure Communication Services features such as chat, SMS, and voice and video calling.
31+
32+
## Next steps
33+
34+
Sending a lookup query is just the start. Now you can integrate other Azure Communication Services features into your application.
35+
36+
- [Number Lookup Concept](../numbers/number-lookup-concept.md)
37+
- [Get started with Number Lookup](/articles/communication-services/quickstarts/telephony/number-lookup.md)
38+
- [Calling SDK overview](../voice-video-calling/calling-sdk-features.md)
39+
- [Chat concepts](../chat/concepts.md)
40+
- [SMS overview](../sms/concepts.md)

articles/communication-services/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,8 @@ items:
859859
href: concepts/pstn-pricing.md
860860
- name: Phone number types
861861
href: concepts/numbers/number-types.md
862+
- name: Define your caller identity
863+
href: concepts/telephony/how-to-manage-your-calling-identity.md
862864
- name: Country availability
863865
href: concepts/numbers/sub-eligibility-number-capability.md
864866
- name: Trial phone numbers
@@ -877,6 +879,8 @@ items:
877879
href: concepts/numbers/number-lookup-concept.md
878880
- name: Number Lookup SDK
879881
href: concepts/numbers/number-lookup-sdk.md
882+
- name: Try Number Lookup
883+
href: concepts/telephony/try-number-lookup.md
880884
- name: Direct routing
881885
items:
882886
- name: Connect to existing telephony

0 commit comments

Comments
 (0)