potatoqualitee/azuright
Installs azurite (Azure storage emulator) on Windows, macOS or Linux.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | The workspace location path. The default is the OS temp directory. | no | — |
| blob-port | The Blob service listening port. The default port is 10000. | no | 10000 |
| queue-port | The Queue service listening port. The default port is 10001. | no | 10001 |
| table-port | The Table service listening port, by default 10002. | yes | 10002 |
| silent | Silent mode disables the access log. The default value is false. | no | false |
| loose | Enables loose mode, which ignores unsupported headers and parameters. | no | false |
| oauth | Optional OAuth level. | no | false |
| self-signed-cert | Create and trust a self-signed cert for `localhost` to easily enable HTTPS. | no | false |
| cert-path | Path to a locally trusted PEM or PFX certificate file path to enable HTTPS mode. | no | — |
| cert-password | Password for PFX file. Required when cert-path points to a PFX file. | no | — |
| cert-key-path | Path to a locally trusted PEM key file, required when cert-path points to a PEM file. | no | — |
Outputs
| name | description |
|---|---|
| connstring | Connection string |