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

Updating Visual Objects Application sample to have worker using reliable collection as well #44

Open
wants to merge 31 commits into
base: 2018-09-01-preview
Choose a base branch
from

Conversation

KailasLokhande
Copy link

Purpose

Current VisualObjects sample is using Files to store state, with this change, I am updating VisualObjects sample to have worker with Reliable Collections as well.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

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

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

Verify that the following are valid

  1. Application deploys successfully in expected configuration
  2. You can access application using Gateway endpoint.
  3. UI should show 1 triangle moving across screen, with basic template
  4. On deploying scaling up template, 3 triangles are moving on screen
  5. On deploying rotate template, 3 triangle are moving and rotating as well.

Other Information

vipul-modi and others added 29 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
@msftclas
Copy link

msftclas commented Nov 9, 2018

CLA assistant check
All CLA requirements met.

@dkkapur dkkapur force-pushed the 2018-09-01-preview branch from db355e8 to e04d008 Compare December 4, 2018 23:54
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.

8 participants