You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/create-communication-resource.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Quickstart - Create and manage resources in Azure Communication Services
3
3
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.
5
5
author: tophpalmer
6
6
manager: chpalm
7
7
services: azure-communication-services
@@ -16,7 +16,7 @@ ms.devlang: azurecli
16
16
---
17
17
# Quickstart: Create and manage Communication Services resources
18
18
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.
@@ -43,15 +43,15 @@ Get started with Azure Communication Services by provisioning your first Communi
43
43
44
44
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.
45
45
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 thirdparty 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.
47
47
48
48
:::image type="content" source="./media/key.png" alt-text="Screenshot of Communication Services Key page.":::
49
49
50
50
### Access your connection strings and service endpoints using Azure CLI
51
51
52
52
You can also access key information using Azure CLI, like your resource group or the keys for a specific resource.
53
53
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.
55
55
56
56
```azurepowershell-interactive
57
57
az login
@@ -94,7 +94,7 @@ Open a console window and enter the following command:
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.
98
98
99
99
#### [macOS](#tab/unix)
100
100
@@ -120,15 +120,15 @@ After you add the environment variable, run `source ~/.bash_profile` from your c
120
120
121
121
## Clean up resources
122
122
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.
124
124
125
125
```azurecli-interactive
126
126
az communication delete --name "acsResourceName" --resource-group "resourceGroup"
127
127
```
128
128
129
129
[Deleting the resource group](../../azure-resource-manager/management/manage-resource-groups-portal.md#delete-resource-groups) also deletes any other resources associated with it.
130
130
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.
132
132
133
133
> [!NOTE]
134
134
> 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