Skip to content

Commit

Permalink
Merge pull request #127 from ajwillshire/patch-1
Browse files Browse the repository at this point in the history
Update quickstart.fsx
  • Loading branch information
isaacabraham authored Apr 16, 2019
2 parents 93cdc87 + b971eb5 commit fe68cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/quickstart.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Connecting to Azure
Connecting to your storage account is simple.
From within a script, first ``#load "AzureStorageProvider.fsx"`` to reference all dependencies.
From within a script, first ``#load "StorageTypeProvider.fsx"`` to reference all dependencies.
Then, you can generate a type for a storage account simply by providing your Azure
account credentials via a number of ways.
Expand Down Expand Up @@ -97,4 +97,4 @@ data migration scenarios.
let liveBlob = Local.Containers.samples.``file1.txt``.AsCloudBlockBlob("myOtherConnectionString")

// Get row 1A from the "employee" table using a different connection string.
let row1A = Local.Tables.employee.Get(Row "1", Partition "A", "myOtherConnectionString")
let row1A = Local.Tables.employee.Get(Row "1", Partition "A", "myOtherConnectionString")

0 comments on commit fe68cbb

Please sign in to comment.