components-contrib
components-contrib copied to clipboard
Bindings - Event hubs - Support Storage ConnectionString - Emulator
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
This would be very helpful.
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.
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 reopen
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.
And again...
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.
la-la-la-la-la.
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.
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 reopen
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.
Bump.
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