From 0b3320b5898585df07400df785d4bd7808a815d7 Mon Sep 17 00:00:00 2001 From: fvillellr Date: Tue, 14 Apr 2020 12:24:33 -0500 Subject: [PATCH] Add quotes to the connectionString Adding quotes to the connectionString for Service Bus to work --- reference/specs/bindings/servicebusqueues.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/specs/bindings/servicebusqueues.md b/reference/specs/bindings/servicebusqueues.md index 3ce0c499d..ceee91775 100644 --- a/reference/specs/bindings/servicebusqueues.md +++ b/reference/specs/bindings/servicebusqueues.md @@ -9,7 +9,7 @@ spec: type: bindings.azure.servicebusqueues metadata: - name: connectionString - value: sb://************ + value: "sb://************" - name: queueName value: queue1 ``` @@ -17,4 +17,4 @@ spec: - `connectionString` is the Service Bus connection string. - `queueName` is the Service Bus queue name. -> **Note:** In production never place passwords or secrets within Dapr components. For information on securely storing and retrieving secrets refer to [Setup Secret Store](../../../howto/setup-secret-store) \ No newline at end of file +> **Note:** In production never place passwords or secrets within Dapr components. For information on securely storing and retrieving secrets refer to [Setup Secret Store](../../../howto/setup-secret-store)