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>"
}
Using Azure Storage v12 and explicitly setting the TLS version to use to 1.2
Repository from Github https://github.commarlinspike/ConsoleStorageTLS12
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>"
}
Using Azure Storage v12 and explicitly setting the TLS version to use to 1.2