Skip to content

Commit b1aedd7

Browse files
authored
Update app-service-web-create-resource-group-no-h.md
1 parent c553b13 commit b1aedd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/app-service-web-create-resource-group-no-h.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: cephalin
1010
ms.custom: "include file"
1111
---
1212

13-
[!INCLUDE [resource group intro text](./resource-group.md)]
13+
[!INCLUDE [resource group intro text](~/reusable-content/ce-skilling/azure/includes/resource-group.md)]
1414

1515
In the Cloud Shell, create a resource group with the [`az group create`](/cli/azure/group) command. The following example creates a resource group named *myResourceGroup* in the *West Europe* location. To see all supported locations for App Service in **Free** tier, run the [`az appservice list-locations --sku FREE`](/cli/azure/appservice) command.
1616

@@ -20,4 +20,4 @@ az group create --name myResourceGroup --location "West Europe"
2020

2121
You generally create your resource group and the resources in a region near you.
2222

23-
When the command finishes, a JSON output shows you the resource group properties.
23+
When the command finishes, a JSON output shows you the resource group properties.

0 commit comments

Comments
 (0)