components-contrib icon indicating copy to clipboard operation
components-contrib copied to clipboard

Bindings - Event hubs - Support Storage ConnectionString - Emulator

Open perokvist opened this issue 4 years ago • 11 comments

Support Storage ConnectionString

To be able to use the Azure Storage emulator, only using storageAccountName and storageAccountKey isn't enough, the host needs to be changed. It might be better to go with a connectionString (to enable - UseDevelopmentStorage=true).

https://docs.microsoft.com/en-us/azure/storage/common/storage-use-emulator#connect-to-the-emulator-account-using-the-well-known-account-name-and-key

perokvist avatar Mar 20 '20 09:03 perokvist

This would be very helpful.

marxxxx avatar Jul 22 '21 11:07 marxxxx

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

dapr-bot avatar Aug 21 '21 11:08 dapr-bot

This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved. Thank you for your contributions.

dapr-bot avatar Aug 28 '21 11:08 dapr-bot

@dapr-bot reopen

oising avatar Mar 16 '23 19:03 oising

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

github-actions[bot] avatar Apr 15 '23 20:04 github-actions[bot]

And again...

oising avatar Apr 17 '23 17:04 oising

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

github-actions[bot] avatar May 17 '23 17:05 github-actions[bot]

la-la-la-la-la.

oising avatar May 17 '23 20:05 oising

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jun 16 '23 20:06 github-actions[bot]

This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved. Thank you for your contributions.

github-actions[bot] avatar Jun 23 '23 20:06 github-actions[bot]

@dapr-bot reopen

oising avatar Apr 26 '24 17:04 oising

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

github-actions[bot] avatar May 26 '24 18:05 github-actions[bot]

Bump.

oising avatar May 26 '24 21:05 oising

This should already work for quite some time. https://docs.dapr.io/reference/components-reference/supported-bindings/eventhubs/ https://docs.dapr.io/reference/components-reference/supported-pubsub/setup-azure-eventhubs/

There is a storageConnectionString metadata property for this since Dapr 1.10.

This is directly connected to the https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob#NewClientFromConnectionString SDK method.

You may need to configure HTTPS support in azurite however, because we have not exposed the option to set the TLS configuration of the underlying Storage Client. We do not plan to expose this.

Please ensure to configure a certificate when using Azurite. https://github.com/Azure/Azurite/blob/main/README.md#https-setup

berndverst avatar Jun 05 '24 22:06 berndverst