Skip to content

Commit 92d58a8

Browse files
authored
Merge pull request #202360 from hhunter-ms/issue_94405_2
[Container Apps] Edit yaml spec
2 parents 571fdd4 + e820a9b commit 92d58a8

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

articles/container-apps/dapr-overview.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: hhunter-ms
66
ms.service: container-apps
77
ms.custom: event-tier1-build-2022
88
ms.topic: conceptual
9-
ms.date: 06/07/2022
9+
ms.date: 06/21/2022
1010
---
1111

1212
# 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
111111

112112
```yaml
113113
# 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:
125124
- publisher-app
126125
- subscriber-app
127126
```

0 commit comments

Comments
 (0)