Closed sseiber closed 1 year ago
I'm not following
the envvar is called MQTT_HOST_NAME
, it's populated from a local variable called host_name
.
host_name=$(az resource show --ids $res_id --query "properties.topicSpacesConfiguration.hostname" -o tsv)
note: that the name of the local variable matches the property name
I will consider the local variable as an implementation detail and I dont think it will confuse customers
This issue is for a: (mark with an
x
)Minimal steps to reproduce
The setup steps in the Getting Started section use an environment variable named "host_name". For those used to the Azure Portal and may be following along, it might be confusing since there are two hostnames in the EventGrid namespace - one for http and one for mqtt.
Expected/desired behavior
This environment variable could be called mqtt_hostname to avoid any confusion.