Skip to content

Commit 8cfe0fd

Browse files
authored
Merge pull request #7124 from Particular/afprtclr-patch-2
Reviewing documentation for Installers
2 parents 9c239d6 + 4fd23cd commit 8cfe0fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nservicebus/operations/installers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Installers
33
summary: Installers ensure endpoint-specific artifacts are installed and configured during endpoint startup.
4-
reviewed: 2023-05-01
4+
reviewed: 2025-05-09
55
component: core
66
related:
77
- nservicebus/operations
@@ -15,7 +15,7 @@ Installers ensure that endpoint-specific artifacts (e.g. database tables, queues
1515

1616
Installers require permissions to administer resources such as database tables, queues, or directories. Following the [principle of least privilege](https://en.wikipedia.org/wiki/Principle_of_least_privilege), it is recommended to run an endpoint with these elevated permissions only during initial deployment.
1717

18-
The alternative to using installers is to create the required resources before the endpoint is run. The method of doing this varies for each transport or persistence package. For more information, see [operations](/nservicebus/operations).
18+
The alternative to using installers is to create the required resources before the endpoint is run. This may be beneficial if the startup performance must be minimized. The method of doing this varies for each transport or persistence package. For more information, see [operations](/nservicebus/operations).
1919

2020
partial: installer-api
2121

0 commit comments

Comments
 (0)