Skip to content

Commit 27a2e4d

Browse files
authored
Merge pull request #195212 from ProbablePrime/rifox/resource-groups
increase cross-links to the azure-resource-manager documentation.
2 parents 667636b + 51fa0b0 commit 27a2e4d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Get started with Azure Communication Services by provisioning your first Communi
2020

2121

2222
> [!WARNING]
23-
> Note that while Communication Services is available in multiple geographies, in order to get a phone number the resource must have a data location set to 'US'.
24-
> Also note it is not possible to create a resource group at the same time as a resource for Azure Communication Services. When creating a resource, a resource group that has been created already must be used.
23+
> While Communication Services is available in multiple geographies, in order to get a phone number the resource must have a data location set to 'US'.
24+
> Also, it is not possible to create a resource group at the same time as a resource for Azure Communication Services. When creating a resource, a resource group that has been created already must be used.
2525
2626
::: zone pivot="platform-azp"
2727
[!INCLUDE [Azure portal](./includes/create-resource-azp.md)]
@@ -116,7 +116,7 @@ After you add the environment variable, run `source ~/.bash_profile` from your c
116116

117117
## Clean up resources
118118

119-
If you want to clean up and remove a Communication Services subscription, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it.
119+
If you want to clean up and remove a Communication Services subscription, you can delete the resource or resource group. [Deleting the resource group](../../azure-resource-manager/management/manage-resource-groups-portal.md#delete-resource-groups) also deletes any other resources associated with it.
120120

121121
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.
122122

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ az communication create --name "<communicationName>" --location "Global" --data-
2828

2929
You can configure your Communication Services resource with the following options:
3030

31-
* The resource group
31+
* The [resource group](../../../azure-resource-manager/management/manage-resource-groups-cli.md)
3232
* The name of the Communication Services resource
3333
* The geography the resource will be associated with
3434

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Select **Communication Services** in the results, and then select **Create**.
2929
You can now configure your Communication Services resource. On the first page in the create process, you'll be asked to specify:
3030

3131
* The subscription
32-
* The resource group (you can create a new one or choose an existing resource group)
32+
* The [resource group](../../../azure-resource-manager/management/manage-resource-groups-portal.md) (you can create a new one or choose an existing resource group)
3333
* The name of the Communication Services resource
3434
* The geography the resource will be associated with
3535

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ PS C:\> New-AzCommunicationService -ResourceGroupName ContosoResourceProvider1 -
2828

2929
You can configure your Communication Services resource with the following options:
3030

31-
* The resource group
31+
* The [resource group](../../../azure-resource-manager/management/manage-resource-groups-powershell.md)
3232
* The name of the Communication Services resource
3333
* The geography the resource will be associated with
3434

0 commit comments

Comments
 (0)