Skip to content

Commit 55a7073

Browse files
authored
Merge pull request #123936 from AhmadAbdullah91/patch-6
Update create-azure-ai-hub-template.md
2 parents 87d188b + 4cb92bf commit 55a7073

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-studio/how-to/create-azure-ai-hub-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,18 @@ To run the Bicep template, use the following commands from the `aistudio-basics`
105105
1. To run the template, use the following command. Replace `myai` with the name to use for your resources. This value is used, along with generated prefixes and suffixes, to create a unique name for the resources created by the template.
106106
107107
> [!TIP]
108-
> The `aiResourceName` must be 5 or less characters. It can't be entirely numeric or contain the following characters: `~ ! @ # $ % ^ & * ( ) = + _ [ ] { } \ | ; : . ' " , < > / ?`.
108+
> The `aiHubName` must be 5 or less characters. It can't be entirely numeric or contain the following characters: `~ ! @ # $ % ^ & * ( ) = + _ [ ] { } \ | ; : . ' " , < > / ?`.
109109
110110
# [Azure CLI](#tab/cli)
111111
112112
```azurecli
113-
az deployment group create --resource-group exampleRG --template-file main.bicep --parameters aiResourceName=myai
113+
az deployment group create --resource-group exampleRG --template-file main.bicep --parameters aiHubName=myai
114114
```
115115
116116
# [Azure PowerShell](#tab/powershell)
117117
118118
```azurepowershell
119-
New-AzResourceGroupDeployment -ResourceGroupName exampleRG -TemplateFile main.bicep -aiResourceName myai
119+
New-AzResourceGroupDeployment -ResourceGroupName exampleRG -TemplateFile main.bicep -aiHubName myai
120120
```
121121
122122
---

0 commit comments

Comments
 (0)