You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception is -
Unable to resolve host "SOMENAME.blob.core.windows.net": No address associated with hostname
Do I need to check internet connection my self (in this case I am afraid I still cannot do it in most proper way) or this library has build in mechanism to check this?
The text was updated successfully, but these errors were encountered:
Found it generate exception then there is no internet. Exception fired then accessing CloudBlobContainer like
container.exists()
or
CloudBlockBlob blob1 = container
.getBlockBlobReference("Name.ext");
Exception is -
Unable to resolve host "SOMENAME.blob.core.windows.net": No address associated with hostname
Do I need to check internet connection my self (in this case I am afraid I still cannot do it in most proper way) or this library has build in mechanism to check this?
The text was updated successfully, but these errors were encountered: