Skip to content

Commit 607546a

Browse files
authored
Merge pull request #54424 from svenmalvik/feature/app-configuration-azure-cli-example-fix
Replaced hostName with endpoint in query
2 parents d35e046 + 9ff9530 commit 607546a

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)