Skip to content

Commit 9ff9530

Browse files
committed
Replaced hostName with endpoint in query
1 parent 9793eac commit 9ff9530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/scripts/cli-create-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ appConfigHostname=$(az appconfig create \
3939
--name $myAppConfigStoreName \
4040
--location eastus \
4141
--resource-group $myResourceGroupName \
42-
--query hostName \
42+
--query endpoint \
4343
--sku free \
4444
-o tsv
4545
)

0 commit comments

Comments
 (0)