particular/setup-azureservicebus-action
Set up an Azure Service Bus for testing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| connection-string-name | The name of the environment variable to fill with the Azure Service Bus connection string | yes | — |
| azure-credentials | The JSON blob containing the Azure login credentials. Required setting up the RBAC assignments. | no | — |
| tag | The name of the component Azure Service Bus is being used for. The Service Bus namespace is tagged with this value. | no | — |
| use-emulator | If true, uses Azure Service Bus Emulator via Docker Compose instead of provisioning Azure resources. | no | false |
| emulator-host | Hostname used to build emulator connection strings. | no | localhost |
| emulator-amqp-port | Public AMQP port used by the emulator runtime endpoint. | no | 5672 |
| emulator-http-port | Public HTTP management port used by the emulator admin endpoint. | no | 5300 |
| skip-cleanup | For testing only, set to 'true' to skip the cleanup step so the Azure resources can be inspected. Causes an error on cleanup to prevent merging a branch in test mode. | no | — |
Outputs
no outputs