https://pulumi.com logo
Title
d

delightful-truck-1268

02/14/2020, 6:18 PM
I would like to create a new endpoint route to a service bus topic using
azure.iot.EndpointServicebusTopic
. I'm having trouble understanding how to construct the
connectionString
value. I tried using defaultPrimaryConnectionString but I got an error
The Topic connection string is missing 'EntityPath'
which makes sense. Not sure what to do from here
t

tall-librarian-49374

02/14/2020, 8:26 PM
It should be
primaryConnectionString
, without “default”. I think you might be trying to use a connection string from Event- or IoT-hub instead of a service bus namespace.