From 7f61ac50aeaf1bf89ab85317f03fc4559dac1fb4 Mon Sep 17 00:00:00 2001 From: Toru Makabe Date: Tue, 14 May 2019 14:42:52 +0900 Subject: [PATCH] add output option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7558a0f..d7f2ed0 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ You can use the [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-c az group create -l westus -n hello-keda az storage account create --sku Standard_LRS --location westus -g hello-keda -n -CONNECTION_STRING=$(az storage account show-connection-string --name --query connectionString) +CONNECTION_STRING=$(az storage account show-connection-string --name --query connectionString -o tsv) az storage queue create -n js-queue-items --connection-string $CONNECTION_STRING ```