forked from Azure/azure-storage-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TestConfigurationsTemplate.xml
28 lines (28 loc) · 1.66 KB
/
TestConfigurationsTemplate.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<TestConfigurations>
<TargetTestTenant>ProductionTenant</TargetTestTenant>
<TargetPremiumBlobTenant>ProductionTenant</TargetPremiumBlobTenant>
<TenantConfigurations>
<TenantConfiguration>
<TenantName>DevStore</TenantName>
<TenantType>DevStore</TenantType>
<AccountName>devstoreaccount1</AccountName>
<AccountKey>Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==</AccountKey>
<BlobServiceEndpoint>http://127.0.0.1:10000/devstoreaccount1</BlobServiceEndpoint>
<QueueServiceEndpoint>http://127.0.0.1:10001/devstoreaccount1</QueueServiceEndpoint>
<TableServiceEndpoint>http://127.0.0.1:10002/devstoreaccount1</TableServiceEndpoint>
</TenantConfiguration>
<TenantConfiguration>
<TenantName>ProductionTenant</TenantName>
<TenantType>Cloud</TenantType>
<AccountName>[ACCOUNT NAME HERE]</AccountName>
<AccountKey>[ACCOUNT KEY HERE]</AccountKey>
<BlobServiceEndpoint>http://[ACCOUNT].blob.core.windows.net</BlobServiceEndpoint>
<QueueServiceEndpoint>http://[ACCOUNT].queue.core.windows.net</QueueServiceEndpoint>
<TableServiceEndpoint>http://[ACCOUNT].table.core.windows.net</TableServiceEndpoint>
<FileServiceEndpoint>http://[ACCOUNT].file.core.windows.net</FileServiceEndpoint>
<BlobServiceSecondaryEndpoint>http://[ACCOUNT]-secondary.blob.core.windows.net</BlobServiceSecondaryEndpoint>
<QueueServiceSecondaryEndpoint>http://[ACCOUNT]-secondary.queue.core.windows.net</QueueServiceSecondaryEndpoint>
<TableServiceSecondaryEndpoint>http://[ACCOUNT]-secondary.table.core.windows.net</TableServiceSecondaryEndpoint>
</TenantConfiguration>
</TenantConfigurations>
</TestConfigurations>