You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We are integrating livekit into our solution, and have been using Azurite for local testing. However, the azure adapter for the egress config does not support setting a connection string, and will always target https://%s.blob.core.windows.net/%s in uploader/azure.go.
Describe the solution you'd like
I would like to send a connection_string as a parameter to the upload config instead of both container_name and account_key when starting an egress service.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We are integrating livekit into our solution, and have been using Azurite for local testing. However, the azure adapter for the egress config does not support setting a connection string, and will always target
https://%s.blob.core.windows.net/%s
inuploader/azure.go
.Describe the solution you'd like
I would like to send a
connection_string
as a parameter to the upload config instead of bothcontainer_name
andaccount_key
when starting an egress service.The text was updated successfully, but these errors were encountered: