Skip to content

Commit d90767f

Browse files
author
Justin Jones
committed
readme update
1 parent 60739d6 commit d90767f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ It is experimental - I take no responsibility for any bugs in it!
2828

2929
Many of the Orleans library classes/methods (such as `AzureTableDataManager`) are internal or private, so I can't access them. As such, this is fully home-brewed. Here is a list of files referred to in making this `OrleansShardedStorageProvider\OrleansRefs.txt`.
3030

31+
Each Provider must be of one type. i.e. You can have many Table Storage Providers and/or many Blob Storage Providers, but you can't have a provider that's both Table and Blob storage.
32+
3133
----
3234
----
3335

@@ -107,9 +109,9 @@ To run the test application:
107109

108110
1. First you'll need to copy the `OrleansShardedStorageProvider` into the same folder as your solution (there's no Nuget Package yet, because I don't want the support :smile: ).
109111

110-
2. In Visual Studio, Add an existing project reference to `OrleansShardedStorageProvider.csproj`.
112+
2. In Visual Studio, add an 'existing project reference' to `OrleansShardedStorageProvider.csproj`.
111113

112-
3. In the silo, you will need to load in a set of storage account names/sas tokens using code as shown below.
114+
3. In the silo, you will need to load in a set of storage account names/sas tokens using code as shown below (change the StorageType if you want Blob storage).
113115

114116
```
115117
List<AzureShardedStorageConnection> tableGrainStores = new List<AzureShardedStorageConnection>();

0 commit comments

Comments
 (0)