Skip to content

Commit bacfeba

Browse files
authored
Update phone-numbers-az-cli.md
Adding a note to the CLI quickstart mentioning that it does not include functionalities such as search, purchase, edit and release phone numbers.
1 parent 755607e commit bacfeba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ 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:** 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.
47+
4648
### (Optional) Use Azure CLI phone numbers operations without passing in a connection string
4749

4850
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 +79,4 @@ export AZURE_COMMUNICATION_CONNECTION_STRING="<yourConnectionString>"
7779

7880
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.
7981

80-
---
82+
---

0 commit comments

Comments
 (0)