We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c467dc9 commit 03a079fCopy full SHA for 03a079f
1 file changed
docs/getting-started/server/events.md
@@ -62,7 +62,8 @@ For a detailed look at the architecture and technical details, see
62
63
#### Configuring the server to use Azure Service Bus for events
64
65
-1. Add the following to `"globalSettings"` in your `dev/secrets.json` to configure the service bus:
+1. Add the following to `"globalSettings"` in your `dev/secrets.json` to configure the service bus
66
+ and Azurite emulator:
67
68
```json
69
"eventLogging": {
@@ -75,6 +76,9 @@ For a detailed look at the architecture and technical details, see
75
76
"webhookSubscriptionName": "events-webhook-subscription"
77
}
78
},
79
+ "events": {
80
+ "connectionString": "UseDevelopmentStorage=true"
81
+ }
82
```
83
84
:::info
0 commit comments