Skip to content

Commit fa35bf7

Browse files
authored
Merge pull request #120465 from sorrego-msft/main
[ACS][PhoneNumbers] Update get phone numbers quickstart
2 parents 6975f2f + 05fe91a commit fa35bf7

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

articles/communication-services/quickstarts/telephony/get-phone-number.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ zone_pivot_groups: acs-azcli-azp-azpnew-java-net-python-csharp-js
1919

2020
[!INCLUDE [Bulk Acquisition Instructions](../../includes/phone-number-special-order.md)]
2121

22-
::: zone pivot="platform-azcli"
23-
[!INCLUDE [Azure CLI](./includes/phone-numbers-az-cli.md)]
24-
::: zone-end
25-
2622
::: zone pivot="platform-azp"
2723
[!INCLUDE [Azure portal](./includes/phone-numbers-portal.md)]
2824
::: zone-end
@@ -31,6 +27,10 @@ zone_pivot_groups: acs-azcli-azp-azpnew-java-net-python-csharp-js
3127
[!INCLUDE [Azure portal (new)](./includes/phone-numbers-portal-new.md)]
3228
::: zone-end
3329

30+
::: zone pivot="platform-azcli"
31+
[!INCLUDE [Azure CLI](./includes/phone-numbers-az-cli.md)]
32+
::: zone-end
33+
3434
::: zone pivot="programming-language-csharp"
3535
[!INCLUDE [Azure portal](./includes/phone-numbers-net.md)]
3636
::: zone-end

articles/communication-services/quickstarts/telephony/includes/phone-numbers-az-cli.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ Make these replacements in the code:
4343
- Replace `<purchasedPhoneNumber>` with a phone number that's associated with your Communication Services resource.
4444
- Replace `<yourConnectionString>` with your connection string.
4545

46+
> [!NOTE]
47+
> The Azure CLI option provides functionality only for listing and showing phone numbers. It does not support other operations such as searching, purchasing, editing or releasing phone numbers.
48+
4649
### (Optional) Use Azure CLI phone numbers operations without passing in a connection string
4750

4851
You can configure the `AZURE_COMMUNICATION_CONNECTION_STRING` environment variable to use Azure CLI phone numbers operations without having to use `--connection_string` to pass in the connection string. To configure an environment variable, open a console window and select your operating system from the below tabs. Replace `<yourConnectionString>` with your actual connection string.
@@ -77,4 +80,4 @@ export AZURE_COMMUNICATION_CONNECTION_STRING="<yourConnectionString>"
7780

7881
After you add the environment variable, run `source ~/.bash_profile` from your console window to make the changes effective. If you created the environment variable with your IDE open, you may need to close and reopen the editor, IDE, or shell in order to access the variable.
7982

80-
---
83+
---

0 commit comments

Comments
 (0)