Skip to content

Commit 33832e6

Browse files
authored
Update number-lookup-sdk.md
minor text tweaks
1 parent 1931771 commit 33832e6

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

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

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +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 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 | ✔️ | ✔️ | ✔️ | ✔️ |
34-
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 | ✔️ | ✔️ | ✔️ | ✔️ |
3534

3635
## Next steps
3736

0 commit comments

Comments
 (0)