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
The TLS you used is decided by the Net Framework version you are using. .Net Framework 4.7.2 sends request with TSL 1.2 by default, while .Net Framework 4.5.2 uses TSL 1.0 by default.
Which service(blob, file) does this issue concern?
all
Which version of the SDK was used?
2.0.1.0
On which platform were you using? (.Net Framework version or .Net Core version, and OS version)
.Net Framework
How can the problem be reproduced? It'd be better if the code caused the problem can be shared.
Run the sample on a storage account that requires a minimum of tls 1.2
What problem was encountered?
Have you found a mitigation/solution?
downgrade the storage account to tls 1.0 (which is a terrible idea and you should never do it)
The text was updated successfully, but these errors were encountered: