Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Adding version VotingApplication which uses Reliable Collections #46

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Conversation

KailasLokhande
Copy link

Purpose

Adding Voting Application sample which has backend (VotingData) using Reliable Collections as state store.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?
Adds new sample for VotingApplication with Reliable Collecitons ( Stateful services ).

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[x] Other... Please describe:
Adding new Mesh sample for stateful application.

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code
    Testing tests are same as existing sample, only difference would be using respective templates.
  1. az login
  2. az group create --name <> --location eastus
  3. az mesh deployment create --resource-group <> --template-file <> --verbose

What to Check

Application deploys successfully in expected configuration

  1. You can access application using Gateway endpoint.
  2. UI shows Voting Frontend
  3. Try adding and removing votes. Votes will be partitioned based on computed partition key.

Other Information

vipul-modi and others added 30 commits September 19, 2018 13:23
…store/linux

Add linux sfmesh counter sf block store app
…Sample-2018-09-01-preview

Add SF Volume Disk Counter Sample and template
updated linux templates for visualobjects
* added windows version

* fixed network and renamed

* renamed network
* Move all updated templates to using 10.0.0.0/24 subnet.

* Add default location value for all templates set to the resource group's location.
* added the stateful one

* added the stateful one

* fix the network address prefix

* use secrets
* Update mesh_rp.base.linux.json

* Update mesh_rp.scaleout.linux.json

* Update mesh_rp.upgrade.linux.json

* Update mesh_rp.base.linux.json

* Update mesh_rp.scaleout.linux.json

* Update mesh_rp.upgrade.linux.json
@KailasLokhande KailasLokhande changed the title Kailasl rc voting app Adding version VotingApplication which uses Reliable Collections Nov 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants