Skip to content

Commit 21c6a14

Browse files
Yoannmairaw
Yoann
authored andcommitted
Missing ref in order to get Microsoft.Azure (dotnet#2834)
1 parent ae8e245 commit 21c6a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fsharp/using-fsharp-on-azure/table-storage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You'll also need your storage access key for this account.
3333

3434
The samples in this article can be used in either an F# application or an F# script. To create an F# script, create a file with the `.fsx` extension, for example `tables.fsx`, in your F# development environment.
3535

36-
Next, use a [package manager](package-management.md) such as [Paket](https://fsprojects.github.io/Paket/) or [NuGet](https://www.nuget.org/) to install the `WindowsAzure.Storage` package and reference `WindowsAzure.Storage.dll` in your script using a `#r` directive.
36+
Next, use a [package manager](package-management.md) such as [Paket](https://fsprojects.github.io/Paket/) or [NuGet](https://www.nuget.org/) to install the `WindowsAzure.Storage` package and reference `WindowsAzure.Storage.dll` in your script using a `#r` directive. Do it again for `Microsoft.WindowsAzure.ConfigurationManager' in order to get the Microsoft.Azure namespace.
3737

3838
### Add namespace declarations
3939

0 commit comments

Comments
 (0)