Skip to content

Commit

Permalink
update date; remove other file
Browse files Browse the repository at this point in the history
  • Loading branch information
hhunter-ms committed Jun 21, 2022
1 parent f02547d commit e820a9b
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions articles/container-apps/dapr-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ author: hhunter-ms
ms.service: container-apps
ms.custom: event-tier1-build-2022
ms.topic: conceptual
ms.date: 06/07/2022
ms.date: 06/21/2022
---

# Dapr integration with Azure Container Apps
Expand Down Expand Up @@ -111,17 +111,16 @@ The `pubsub.yaml` spec will be scoped to the dapr-enabled container apps with ap

```yaml
# pubsub.yaml for Azure Service Bus component
- name: dapr-pubsub
type: pubsub.azure.servicebus
version: v1
metadata:
- name: connectionString
secretRef: sb-root-connectionstring
secrets:
- name: sb-root-connectionstring
value: "value"
# Application scopes
scopes:
componentType: pubsub.azure.servicebus
version: v1
metadata:
- name: connectionString
secretRef: sb-root-connectionstring
secrets:
- name: sb-root-connectionstring
value: "value"
# Application scopes
scopes:
- publisher-app
- subscriber-app
```
Expand Down

0 comments on commit e820a9b

Please sign in to comment.