Skip to content

Commit 8f0fb19

Browse files
Merge pull request #290661 from henikaraa/patch-10
Update number-lookup-sdk.md
2 parents 5283e7f + 33832e6 commit 8f0fb19

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/communication-services/concepts/numbers/number-lookup-sdk.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ ms.service: azure-communication-services
1616

1717
[!INCLUDE [Private Preview Notice](../../includes/public-preview-include.md)]
1818

19-
Azure Communication Services Number Lookup is part of the Phone Numbers SDK. It can be used for your applications to add additional checks before sending an SMS or placing a call.
19+
Azure Communication Services Number Lookup is part of the Phone Numbers SDK. You can use Number Lookup in your application to check numbers before sending an SMS or placing a call.
2020

2121
## Number Lookup SDK capabilities
2222

23-
The following list presents the set of features which are currently available in our SDKs.
24-
25-
| Group of features | Capability | .NET | JS | Java | Python |
26-
| ----------------- | ------------------------------------------------------------------------------------- | --- | ---- | ---- | ------ |
27-
| Core Capabilities | Get Number Type | ✔️ | ✔️ | ✔️ | ✔️ |
28-
| | Get Carrier registered name | ✔️ | ✔️ | ✔️ | ✔️ |
29-
| | Get associated Mobile Network Code, if available (two or three decimal digits used to identify network operator within a country) | ✔️ | ✔️ | ✔️ | ✔️ |
30-
| | Get associated Mobile Country Code, if available (three decimal digits used to identify the country of a mobile operator) | ✔️ | ✔️ | ✔️ | ✔️ |
31-
| | Get associated ISO Country Code | ✔️ | ✔️ | ✔️ | ✔️ |
32-
| Phone Number | All number types in E164 format | ✔️ | ✔️ | ✔️ | ✔️ |
33-
23+
The following list presents the set of features available in our SDKs.
24+
25+
| Group of features | Capability | .NET | JS | Java | Python |
26+
| --- | --- | --- | --- | --- | --- |
27+
| Core capabilities | Get number format | ✔️ | ✔️ | ✔️ | ✔️ |
28+
| | Get number type | ✔️ | ✔️ | ✔️ | ✔️ |
29+
| | Get carrier registered name | ✔️ | ✔️ | ✔️ | ✔️ |
30+
| | Get associated mobile network code, if available (two or three decimal digits used to identify network operator within a country) | ✔️ | ✔️ | ✔️ | ✔️ |
31+
| | Get associated mobile country code, if available (three decimal digits used to identify the country of a mobile operator) | ✔️ | ✔️ | ✔️ | ✔️ |
32+
| | Get associated ISO country code | ✔️ | ✔️ | ✔️ | ✔️ |
33+
| Phone Number | All number types in E164 format | ✔️ | ✔️ | ✔️ | ✔️ |
3434

3535
## Next steps
3636

0 commit comments

Comments
 (0)