Skip to content

Commit 30c2f67

Browse files
committed
Fix environment variable in include file.
1 parent 828a872 commit 30c2f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/container-apps-create-resource-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ az group create \
2121
# [Azure PowerShell](#tab/azure-powershell)
2222

2323
```azurepowershell
24-
New-AzResourceGroup -Location $Location -Name $ResourceGroup
24+
New-AzResourceGroup -Location $Location -Name $ResourceGroupName
2525
```
2626

2727
---

0 commit comments

Comments
 (0)