Closed
Description
Currently connection string does not support SAS tokens. This functionality is currently being added to eventhub here.
Almost the exact same approach as above is needed here, in terms of parsing the sharedaccesstoken
field from the connstr and utilizing that, extracting the se=
field for expiry if present and setting a sane fallback if not.
Tests, docs, the whole deal.
Activity