Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I was trying to Azure Storage account in Government Cloud from tAzureStorageConnection/ tAzureStorageList and am getting errors. Connecting to Storage account in Commercial Cloud works. In the error it shows that the components are adding the "blob.core.windows.net" suffix whereas the correct one for Gov Cloud is "blob.core.usgovloudapi.net". I did not see any setting to change the suffix or let the components know that we are connecting to Azure Storage in Gov Cloud.
Error I am seeing:
Caused by: java.net.UnknownHostException: j******test.blob.core.windows.net
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666)
at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConne...)
at sun.net