marlinspike / ConsoleStorageTLS12

Using Azure Storage v12 and explicitly setting the TLS version to use to 1.2

Repository from Github https://github.commarlinspike/ConsoleStorageTLS12Repository from Github https://github.commarlinspike/ConsoleStorageTLS12

Demonstrates using the Storage Client and explicitly setting the TLS version to 1.2

Pre-requiresites

Create an appsettings.json file with actual values from your Azure Storage Account, as shown below

appsettings.json

{
  "StorageSAS": "<Storage SAS or Connection String>",
  "ContainerName": "<Container Name>"

}

About

Using Azure Storage v12 and explicitly setting the TLS version to use to 1.2


Languages

Language:C# 100.0%