Skip to content

Commit 03a079f

Browse files
Update Getting Started/Events for Additional Secrets (#779)
* Add line to setup events connection string * Reorder steps
1 parent c467dc9 commit 03a079f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/getting-started/server/events.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ For a detailed look at the architecture and technical details, see
6262

6363
#### Configuring the server to use Azure Service Bus for events
6464

65-
1. Add the following to `"globalSettings"` in your `dev/secrets.json` to configure the service bus:
65+
1. Add the following to `"globalSettings"` in your `dev/secrets.json` to configure the service bus
66+
and Azurite emulator:
6667

6768
```json
6869
"eventLogging": {
@@ -75,6 +76,9 @@ For a detailed look at the architecture and technical details, see
7576
"webhookSubscriptionName": "events-webhook-subscription"
7677
}
7778
},
79+
"events": {
80+
"connectionString": "UseDevelopmentStorage=true"
81+
}
7882
```
7983

8084
:::info

0 commit comments

Comments
 (0)