Hi @Hoback, Jacob ,
Is the IT department enabling Outbound rules for the Azure IoT hub hostname (myhub.azure-devices.net) on port 8883 ? You can also try setting the IP Address from IoT Hub instead - using the service tags JSON file.
For example, these are current IP addresses for WestEurope
"name": "AzureIoTHub.WestEurope",
"id": "AzureIoTHub.WestEurope",
"properties": {
"changeNumber": 1,
"region": "westeurope",
"regionId": 18,
"platform": "Azure",
"systemService": "AzureIoTHub",
"addressPrefixes": [
"13.69.71.0/25",
"13.69.109.0/25",
"13.95.15.251/32",
"23.100.4.253/32",
"23.100.8.130/32",
"40.113.153.50/32",
"40.113.176.160/27",
"40.113.176.192/27",
"40.113.177.0/24",
"40.118.27.192/32",
"51.144.118.31/32",
"52.236.189.128/25",
"2603:1020:206:402::300/123",
"2603:1020:206:802::240/123",
"2603:1020:206:c02::240/123"
],