Skip to content

Commit e7840eb

Browse files
committed
Remove preview banner, fix include files not displayed
Removed preview banner and fixed pivot table to display include files in the article
1 parent 7243c56 commit e7840eb

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

articles/communication-services/quickstarts/telephony/number-lookup.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Quickstart - Look up operator information for a phone number using Azure Communication Services
3-
description: Learn how to look up operator information for any phone number using Azure Communication Services.
2+
title: Look up operator information for a phone number using Azure Communication Services
3+
description: This article describes how to look up operator information for any phone number using Azure Communication Services.
44
services: azure-communication-services
55
author: ericasp
66
manager: danielav
@@ -13,9 +13,7 @@ ms.author: ericasp
1313
zone_pivot_groups: acs-js-csharp-java-python
1414
---
1515

16-
# Quickstart: Look up operator information for a phone number using Azure Communication Services
17-
18-
[!INCLUDE [Public Preview Notice](../../includes/public-preview-include.md)]
16+
# Look up operator information for a phone number using Azure Communication Services
1917

2018
::: zone pivot="programming-language-javascript"
2119
[!INCLUDE [JavaScript](./includes/number-lookup-js.md)]
@@ -37,12 +35,12 @@ zone_pivot_groups: acs-js-csharp-java-python
3735

3836
Common questions and issues:
3937

40-
- Changes to environment variables may not take effect in programs that are already running. If you notice your environment variables aren't working as expected, try closing and reopening any programs you're using to run and edit code.
41-
- The data returned by this endpoint is subject to various international laws and regulations, therefore the accuracy of the results depends on several factors. These factors include whether the number was ported, the country code, and the approval status of the caller. Based on these factors, operator information may not be available for some phone numbers or may reflect the original operator of the phone number, not the current operator.
38+
- Changes to environment variables might not take effect in programs that are already running. If you notice your environment variables aren't working as expected, try closing and reopening any programs you're using to run and edit code.
39+
- The data returned by this endpoint is subject to various international laws and regulations, therefore the accuracy of the results depends on several factors. These factors include whether the number was ported, the country code, and the approval status of the caller. Based on these factors, operator information might not be available for some phone numbers or could reflect the original operator of the phone number, not the current operator.
4240

4341
## Next steps
4442

45-
In this quickstart you learned how to:
43+
This article described how to:
4644
> [!div class="checklist"]
4745
> * Look up number formatting
4846
> * Look up operator information for a phone number

articles/zone-pivot-groups.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,18 @@ groups:
517517
title: JavaScript
518518
- id: programming-language-java
519519
title: Java
520+
- id: acs-js-csharp-java-python
521+
title: Programming languages
522+
prompt: Choose a programming language
523+
pivots:
524+
- id: programming-language-javascript
525+
title: JavaScript
526+
- id: programming-language-csharp
527+
title: C#
528+
- id: programming-language-java
529+
title: Java
530+
- id: programming-language-python
531+
title: Python
520532
- id: acs-js-csharp-java-python-azcli-ps
521533
title: Programming languages
522534
prompt: Choose a programming language

0 commit comments

Comments
 (0)