https://github.com/phillco/checkinverifier
https://github.com/phillco/checkinverifier
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phillco/checkinverifier
- Owner: phillco
- Created: 2012-06-13T21:47:26.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-18T18:00:42.000Z (about 13 years ago)
- Last Synced: 2025-01-17T11:48:06.408Z (5 months ago)
- Language: C#
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Verifications
-------------**Source\AzureDeploy\ServiceDefinition.csdef** is a proper subset of **Samples\SampleMvcApp\SampleAzureDeploy\ServiceDefinition.csdef**
*Details:* In the core ServiceDefinition.csdef file, under the
ServiceDefinition
tag, there is aWorkerRole
resource called ReplicaSetRole. The exact same role must exist in the sample app.**Source\AzureDeploy\ServiceConfiguration.Local.cscfg** is a proper subset of **Samples\SampleMvcApp\SampleAzureDeploy\ServiceConfiguration.Local.cscfg**
**Source\Setup\ServiceConfiguration.Cloud.cscfg.ref** is a proper subset of **Samples\SampleMvcApp\Setup\ServiceConfiguration.Cloud.cscfg.ref**
**Source\Setup\ServiceConfiguration.Cloud.cscfg.ref** is the same as **Source\AzureDeploy\ServiceConfiguration.Local.cscfg except for values of ConnectionStrings**
**Source\Setup\ServiceConfiguration.Cloud.cscfg.ref** is the same as **Source\AzureDeploy\ServiceConfiguration.Cloud.cscfg except for values of ConnectionStrings**