Skip to content

Commit 39b384b

Browse files
Merge pull request #272287 from vac0224/vc_comm_resource_edit
Update create-communication-resource.md
2 parents fa5efb3 + 885ffff commit 39b384b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/communication-services/quickstarts/create-communication-resource.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Quickstart - Create and manage resources in Azure Communication Services
33
titleSuffix: An Azure Communication Services quickstart
4-
description: In this quickstart, you'll learn how to create and manage your first Azure Communication Services resource.
4+
description: In this quickstart, you learn how to create and manage your first Azure Communication Services resource.
55
author: tophpalmer
66
manager: chpalm
77
services: azure-communication-services
@@ -16,7 +16,7 @@ ms.devlang: azurecli
1616
---
1717
# Quickstart: Create and manage Communication Services resources
1818

19-
Get started with Azure Communication Services by provisioning your first Communication Services resource. Communication Services resources can be provisioned through the [Azure portal](https://portal.azure.com) or with the .NET management SDK. The management SDK and the Azure portal allow you to create, configure, update and delete your resources and interface with [Azure Resource Manager](../../azure-resource-manager/management/overview.md), Azure's deployment and management service. All functionality available in the SDKs is available in the Azure portal.
19+
Get started with Azure Communication Services by provisioning your first Communication Services resource. Communication Services resources can be provisioned through the [Azure portal](https://portal.azure.com) or with the .NET management SDK. The management SDK and the Azure portal enable you to create, configure, update, and delete your resources and interface with [Azure Resource Manager](../../azure-resource-manager/management/overview.md), Azure's deployment and management service. All functions available in the SDKs are available in the Azure portal.
2020

2121
>[!VIDEO https://www.youtube.com/embed/3In3o5DhOHU]
2222
@@ -43,15 +43,15 @@ Get started with Azure Communication Services by provisioning your first Communi
4343

4444
Connection strings allow the Communication Services SDKs to connect and authenticate to Azure. You can access your Communication Services connection strings and service endpoints from the Azure portal or programmatically with Azure Resource Manager APIs.
4545

46-
After navigating to your Communication Services resource, select **Keys** from the navigation menu and copy the **Connection string** or **Endpoint** values for usage by the Communication Services SDKs. Note that you have access to primary and secondary keys. This can be useful in scenarios where you would like to provide temporary access to your Communication Services resources to a third party or staging environment.
46+
After navigating to your Communication Services resource, select **Keys** from the navigation menu and copy the **Connection string** or **Endpoint** values for usage by the Communication Services SDKs. You have access to primary and secondary keys. This can be useful when you would like to provide temporary access to your Communication Services resources to a third-party or staging environment.
4747

4848
:::image type="content" source="./media/key.png" alt-text="Screenshot of Communication Services Key page.":::
4949

5050
### Access your connection strings and service endpoints using Azure CLI
5151

5252
You can also access key information using Azure CLI, like your resource group or the keys for a specific resource.
5353

54-
Install [Azure CLI](/cli/azure/install-azure-cli-windows?tabs=azure-cli) and use the following command to login. You'll need to provide your credentials to connect with your Azure account.
54+
Install [Azure CLI](/cli/azure/install-azure-cli-windows?tabs=azure-cli) and use the following command to sign in. You need to provide your credentials to connect with your Azure account.
5555

5656
```azurepowershell-interactive
5757
az login
@@ -94,7 +94,7 @@ Open a console window and enter the following command:
9494
setx COMMUNICATION_SERVICES_CONNECTION_STRING "<yourConnectionString>"
9595
```
9696

97-
After you add the environment variable, you may need to restart any running programs that will need to read the environment variable, including the console window. For example, if you're using Visual Studio as your editor, restart Visual Studio before running the example.
97+
After you add the environment variable, you may need to restart any running programs that read the environment variable, including the console window. For example, if you're using Visual Studio as your editor, restart Visual Studio before running the example.
9898

9999
#### [macOS](#tab/unix)
100100

@@ -120,15 +120,15 @@ After you add the environment variable, run `source ~/.bash_profile` from your c
120120

121121
## Clean up resources
122122

123-
If you want to clean up and remove a Communication Services subscription, you can delete the resource or resource group. You can delete your communication resource by running the command below.
123+
If you want to clean up and remove a Communication Services subscription, you can delete the resource or resource group. You can delete your communication resource by running the following command.
124124

125125
```azurecli-interactive
126126
az communication delete --name "acsResourceName" --resource-group "resourceGroup"
127127
```
128128

129129
[Deleting the resource group](../../azure-resource-manager/management/manage-resource-groups-portal.md#delete-resource-groups) also deletes any other resources associated with it.
130130

131-
If you have any phone numbers assigned to your resource upon resource deletion, the phone numbers will be released from your resource automatically at the same time.
131+
If you have any phone numbers assigned to your resource upon resource deletion, the phone numbers are automatically released from your resource at the same time.
132132

133133
> [!NOTE]
134134
> Resource deletion is **permanent** and no data, including event grid filters, phone numbers, or other data tied to your resource, can be recovered if you delete the resource.

0 commit comments

Comments
 (0)