|
18 | 18 | <TenantConfiguration> |
19 | 19 | <TenantName>ProductionTenant</TenantName> |
20 | 20 | <TenantType>Cloud</TenantType> |
21 | | - <AccountName>xclientdev3</AccountName> |
22 | | - <AccountKey>3kvaatQpW5aSR+WqTIF31hgxmVWlMbkCuI1vl11elXAVUgZQ1rraM/d625Hh0I9rUc2NC949CJJj0yWyRNggjQ==</AccountKey> |
23 | | - <BlobServiceEndpoint>http://xclientdev3.blob.core.windows.net</BlobServiceEndpoint> |
24 | | - <QueueServiceEndpoint>http://xclientdev3.queue.core.windows.net</QueueServiceEndpoint> |
25 | | - <TableServiceEndpoint>http://xclientdev3.table.core.windows.net</TableServiceEndpoint> |
26 | | - <FileServiceEndpoint>http://xclientdev3.file.core.windows.net</FileServiceEndpoint> |
27 | | - <BlobServiceSecondaryEndpoint>http://xclientdev3-secondary.blob.core.windows.net</BlobServiceSecondaryEndpoint> |
28 | | - <QueueServiceSecondaryEndpoint>http://xclientdev3-secondary.queue.core.windows.net</QueueServiceSecondaryEndpoint> |
29 | | - <TableServiceSecondaryEndpoint>http://xclientdev3-secondary.table.core.windows.net</TableServiceSecondaryEndpoint> |
| 21 | + <AccountName>[ACCOUNT NAME HERE]</AccountName> |
| 22 | + <AccountKey>[ACCOUNT KEY HERE]</AccountKey> |
| 23 | + <BlobServiceEndpoint>http://[ACCOUNT].blob.core.windows.net</BlobServiceEndpoint> |
| 24 | + <QueueServiceEndpoint>http://[ACCOUNT].queue.core.windows.net</QueueServiceEndpoint> |
| 25 | + <TableServiceEndpoint>http://[ACCOUNT].table.core.windows.net</TableServiceEndpoint> |
| 26 | + <FileServiceEndpoint>http://[ACCOUNT].file.core.windows.net</FileServiceEndpoint> |
| 27 | + <BlobServiceSecondaryEndpoint>http://[ACCOUNT]-secondary.blob.core.windows.net</BlobServiceSecondaryEndpoint> |
| 28 | + <QueueServiceSecondaryEndpoint>http://[ACCOUNT]-secondary.queue.core.windows.net</QueueServiceSecondaryEndpoint> |
| 29 | + <TableServiceSecondaryEndpoint>http://[ACCOUNT]-secondary.table.core.windows.net</TableServiceSecondaryEndpoint> |
30 | 30 | <ActiveDirectoryApplicationId>[APPLICATION_ID]</ActiveDirectoryApplicationId> |
31 | 31 | <ActiveDirectoryApplicationSecret>[APPLICATION_SECRET]</ActiveDirectoryApplicationSecret> |
32 | 32 | <ActiveDirectoryTenantId>[TENANT_ID]</ActiveDirectoryTenantId> |
|
0 commit comments