Skip to content

Instantly share code, notes, and snippets.

View miso-soup's full-sized avatar

miso_soup3 miso-soup

View GitHub Profile
@miso-soup
miso-soup / App.config
Last active March 7, 2020 02:39
Importing a CSV file into Azure Table Storage
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
</startup>
<appSettings>
<add key="AzureStorageConnectionString" value="DefaultEndpointsProtocol=https;AccountName=*****;AccountKey=*****" />
</appSettings>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">