Skip to content

Commit 83624a9

Browse files
authored
Editorial
1 parent c379a73 commit 83624a9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
---
22
title: Provisioning infrastructure as code (IaC) for NServiceBus systems
3-
summary: Help us shape the future by describing how IaC is used to provision infrastructure to deploy NServiceBus systems
3+
summary: Help shape the future by sharing how you use IaC to provision infrastructure when deploying NServiceBus systems
44
reviewed: 2025-07-21
55
related:
66
- nservicebus/operations
77
---
88

9-
NServiceBus can automatically provision the required infrastructure to run endpoints by using the [installers feature](/nservicebus/operations/installers.md). When installers are enabled at the endpoint configuration level, during startup, NServiceBus creates queues, database tables and schema, and several other infrastructure components required to consume and exchange messages successfully.
9+
NServiceBus can automatically provision the necessary infrastructure to run endpoints by using the [installers feature](/nservicebus/operations/installers.md). Enabling installers at the endpoint configuration level lets NServiceBus create queues, database tables and schema, and other infrastructure components required to consume and exchange messages successfully when the endpoint is started up. To do so, endpoints must be run with elevated permissions to grant them infrastructure management rights. Alternatively, infrastructure can be provisioned manually without using installers, for example, by using an Infrastructure as Code (IaC) approach.
1010

11-
To do so, endpoints must run with elevated permissions to grant them infrastructure management rights. The alternative is to manually provision infrastructure without using installers, for example, by using an Infrastructure as Code (IaC) approach.
12-
13-
NServiceBus provides limited support for infrastructure-as-code tools. If you're using them today, e.g., [Azure Bicep, Azure ARM Templates](https://learn.microsoft.com/en-us/azure/templates/), [Terraform](https://developer.hashicorp.com/terraform), the [AWS CDK](https://docs.aws.amazon.com/cdk/v2/guide/home.html), or [Polumi](https://www.pulumi.com/), tell us what's missing by voicing your interest on the following public issues:
11+
Currently, NServiceBus provides limited support for infrastructure-as-code tools. If you're using them today, e.g., [Azure Bicep, Azure ARM Templates](https://learn.microsoft.com/en-us/azure/templates/), [Terraform](https://developer.hashicorp.com/terraform), the [AWS CDK](https://docs.aws.amazon.com/cdk/v2/guide/home.html), or [Polumi](https://www.pulumi.com/), tell us what's missing by voicing your interest on the following public issues:
1412

1513
- [Ability to export resources manifest required for endpoints deployment](https://github.com/Particular/NServiceBus/issues/7370)
1614
- [Endpoints do not support “desired state” deployment styles (e.g., AWS CDK, Bicep, or Terraform)](https://github.com/Particular/NServiceBus/issues/7189)

0 commit comments

Comments
 (0)