Configure LoRa Gateway Bridge for Azure

Hello,
I have stupid question, maybe for someone else…
I have this in my last lines in my .toml config file

# MQTT authentication.
  [integration.mqtt.auth]
  # Type defines the MQTT authentication type to use.
  #
  # Set this to the name of one of the sections below.
  type="generic"

    # Generic MQTT authentication.
    [integration.mqtt.auth.generic]
    # MQTT server (e.g. scheme://host:port where scheme is tcp, ssl or ws)
    server="tcp://127.0.0.1:1883"

    # Connect with the given username (optional)
    username=""

    # Connect with the given password (optional)
    password=""

And I want write/rewrite there this:
it is from azure config guide

[integration.mqtt.auth]
type="azure_iot_hub"

  [integration.mqtt.auth.azure_iot_hub]
  device_connection_string="HostName=iot-hub-name.azure-devices.net;DeviceId=0102030405060708;SharedAccessKey=..."

Of course with my Connection string
Am I thinking right? Can rewrite it?
because I have no there this spesific settings, like in the Azure Guide.

Yes, that is correct. Also, there is no harm in trying :wink: You will find a complete guide here: https://www.loraserver.io/guides/microsoft-azure/.

I did try that with my LG01-N gateway, installed the ipk file which is for the packet forwarded and configuration. Will the ipk file which is provided in the link - https://www.chirpstack.io/gateway-bridge/gateway/dragino/ will work for my gateway? As this is for LG-308.
I did update the toml file with the connection string, but there is no messages appearing in Azure IoT Hub.