Skip to content

Commit 2558e65

Browse files
committed
adding the try number lookup page and associated screenshot
1 parent 026ae6f commit 2558e65

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-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 they phone number they want to communicate with is valid as well as retrieve details to identify if its country, carrier and type. This feature 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 lookup 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 will also generate the associated code. You can also select **Use my connection string** to automatically populate the `connection string` for the resource.
27+
28+
![alt text](../media/try-number-lookup.png "Tyr Number Lookup")
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)

0 commit comments

Comments
 (0)