Skip to content

Commit 17cb96f

Browse files
committed
Added properties to the ReadMe
1 parent ef84a65 commit 17cb96f

File tree

1 file changed

+10
-2
lines changed
  • tests/Microsoft.AzureHealth.DataServices.Tests

1 file changed

+10
-2
lines changed

tests/Microsoft.AzureHealth.DataServices.Tests/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To setup your system for testing, add these values as .NET user secrets like bel
1919
"FhirServerUrl": "foobar", // can stay foobar
2020

2121
"StorageConnectionString": "<general-storage-connection-string>",
22-
22+
"StorageAccountName": "<general-storage-account-name>",
2323
"KeyVaultUri": "<general-keyvault-uri>",
2424
"KeyVaultCertificateName": "localhost",
2525

@@ -28,11 +28,15 @@ To setup your system for testing, add these values as .NET user secrets like bel
2828

2929
"BlobStorageChannelConnectionString": "<general-storage-connection-string>",
3030
"BlobStorageChannelContainer": "blob-tests",
31+
"BlobStorageAccountName": "<general-storage-account-name>",
32+
3133

3234
"CacheConnectionString": "<general-redis-connection-string>",
35+
"CacheHostName": "<general-redis-cache-hostname>",
3336

3437
"EventGridBlobConnectionString": "<general-storage-connection-string>",
3538
"EventGridBlobContainer": "eventgrid-tests",
39+
"EventGridBlobStorageAccountName": "<general-storage-account-name>",
3640
"EventGridDataVersion": "1.0",
3741
"EventGridEventType": "Proxy",
3842
"EventGrid_Message_Queue": "eventgridqueue",
@@ -46,13 +50,17 @@ To setup your system for testing, add these values as .NET user secrets like bel
4650
"EventHubSku": "Basic",
4751
"EventHubBlobConnectionString": "<general-storage-connection-string>",
4852
"EventHubBlobContainer": "eventhub-blobs",
53+
"EventHubBlobStorageAccountName": "<general-storage-account-name>",
54+
4955

5056
"ServiceBusConnectionString": "<general-service-bus-connection-string>",
57+
"ServicebusNamespace": "<general-service-bus-namespace>",
5158
"ServiceBusQueue": "testqueue",
5259
"ServiceBusSku": "Standard",
5360
"ServiceBusSubscription": "sub1",
5461
"ServiceBusTopic": "test",
5562
"ServiceBusBlobContainer": "servicebus-blobs",
56-
"ServiceBusBlobConnectionString": "<general-storage-connection-string>"
63+
"ServiceBusBlobStorageAccountName": "toolkitteststa",
64+
"ServiceBusBlobConnectionString": "<general-storage-account-name>"
5765
}
5866
```

0 commit comments

Comments
 (0)