You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/dapr-overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,7 +246,7 @@ scopes:
246
246
Once you've created a Dapr secret store using one of the above approaches, you can reference that secret store from other Dapr components in the same environment. In the following example, the `secretStoreComponent` field is populated with the name of the secret store specified above, where the `sb-root-connectionstring` is stored.
247
247
248
248
```yaml
249
-
componentType: pubsub.azure.servicebus
249
+
componentType: pubsub.azure.servicebus.queue
250
250
version: v1
251
251
secretStoreComponent: "my-secret-store"
252
252
metadata:
@@ -269,7 +269,7 @@ az containerapp env dapr-component set --name ENVIRONMENT_NAME --resource-group
269
269
270
270
```yaml
271
271
# pubsub.yaml for Azure Service Bus component
272
-
componentType: pubsub.azure.servicebus
272
+
componentType: pubsub.azure.servicebus.queue
273
273
version: v1
274
274
secretStoreComponent: "my-secret-store"
275
275
metadata:
@@ -288,7 +288,7 @@ This resource defines a Dapr component called `dapr-pubsub` via Bicep. The Dapr
0 commit comments