File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author: hhunter-ms
6
6
ms.service : container-apps
7
7
ms.custom : event-tier1-build-2022
8
8
ms.topic : conceptual
9
- ms.date : 06/07 /2022
9
+ ms.date : 06/21 /2022
10
10
---
11
11
12
12
# Dapr integration with Azure Container Apps
@@ -111,17 +111,16 @@ The `pubsub.yaml` spec will be scoped to the dapr-enabled container apps with ap
111
111
112
112
``` yaml
113
113
# pubsub.yaml for Azure Service Bus component
114
- - name : dapr-pubsub
115
- type : pubsub.azure.servicebus
116
- version : v1
117
- metadata :
118
- - name : connectionString
119
- secretRef : sb-root-connectionstring
120
- secrets :
121
- - name : sb-root-connectionstring
122
- value : " value"
123
- # Application scopes
124
- scopes :
114
+ componentType : pubsub.azure.servicebus
115
+ version : v1
116
+ metadata :
117
+ - name : connectionString
118
+ secretRef : sb-root-connectionstring
119
+ secrets :
120
+ - name : sb-root-connectionstring
121
+ value : " value"
122
+ # Application scopes
123
+ scopes :
125
124
- publisher-app
126
125
- subscriber-app
127
126
` ` `
You can’t perform that action at this time.
0 commit comments