Using the OmniClient api from a Azure Web App

I am trying use the the omni client api from an Azure web app however I am having some issues connecting. My setup works fine on my local machine but the deployed web app fails to establish a connection. I have included the logs from the failed connection below.

Initialized Nucleus API v11.20-7193ae28

Request 1: readFile(omniverse://mynucleus.co.uk/myusd.usd) starting

mynucleus.co.uk: Starting

wss://mynucleus.co.uk/omni/discovery: Searching for services

connecting to wss://mynucleus.co.uk:443/omni/discovery

4276: created socket for mynucleus.co.uk:443

4276: Failed to set socket tcp interval

4276: Failed to set socket tcp count

Attempting to load mtls.toml file from C:\local\UserProfile.nvidia-omniverse\config\mtls.toml

mtls.toml file is not loaded

4276: not using mTLS since client certificate and private key were not provided

4276: send id=1 DiscoverySearch.find 000002064881C570

4276: send id=2 DiscoverySearch.find 000002064881C570

4276: send id=3 DiscoverySearch.find 000002064881C570

4276: send id=4 DiscoverySearch.find 000002064881C570

ws://mynucleus.co.uk/omni/discovery: Searching for services

connecting to ws://mynucleus.co.uk:80/omni/discovery

4308: created socket for mynucleus.co.uk:80

4308: Failed to set socket tcp interval

4308: Failed to set socket tcp count

4308: send id=1 DiscoverySearch.find 000002064881C570

4308: send id=2 DiscoverySearch.find 000002064881C570

4308: send id=3 DiscoverySearch.find 000002064881C570

4308: send id=4 DiscoverySearch.find 000002064881C6E0

ws://mynucleus.co.uk:3333: Searching for services

connecting to ws://mynucleus.co.uk:3333/

4312: created socket for mynucleus.co.uk:3333

4312: Failed to set socket tcp interval

4312: Failed to set socket tcp count

4312: send id=1 DiscoverySearch.find 000002064881C570

4312: send id=2 DiscoverySearch.find 000002064881C570

4312: send id=3 DiscoverySearch.find 000002064881C570

4312: send id=4 DiscoverySearch.find 000002064881C570

Creating Client

POST https://mynucleus.co.uk/omni/auth/api/device/authorize (timeout=60)

Running Client Thread

https://mynucleus.co.uk/omni/auth/api/device/authorize received response code 400: Failed to open a WebSocket connection: did not receive a valid HTTP request.