You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Build and publish counter sample from VS 2017, I'd expect clear steps to make this application working, however I can't. Cloning the repo and building the app succeeds, however I'm not quite sure how to get the volume attached to the image.
You've got volume.yaml file in the solution that is supposed to take file share from parameters:
In case we are deploying from VS, where does one provide those parameters? The file share is already deployed, however I should be able to pass the parameters somehow externally? ARM gets generated automatically, however it doesn't mention volume resource at all.
In the counterService, service.yaml there are no references to a volume either, so I'm not quite sure where it's supposed to be attached. FileStoreUtility is trying to get STORE_ROOT from an environment variable, could you please point where it's created?
I'm happy to contribute to the documentation if you can point me in the right direction please.
Any log messages given by the failure
no errors.
OS and Version?
Windows 10
Versions
Latest SF SDK and Mesh SDK available from WPI. Latest official Docker.
The text was updated successfully, but these errors were encountered:
As long as I understand the story so far is uploading images to registry first manually, then deploying everything with handcrafted arm templates? Must be the vs tooling issue?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Build and publish counter sample from VS 2017, I'd expect clear steps to make this application working, however I can't. Cloning the repo and building the app succeeds, however I'm not quite sure how to get the volume attached to the image.
You've got volume.yaml file in the solution that is supposed to take file share from parameters:
In case we are deploying from VS, where does one provide those parameters? The file share is already deployed, however I should be able to pass the parameters somehow externally? ARM gets generated automatically, however it doesn't mention volume resource at all.
In the counterService, service.yaml there are no references to a volume either, so I'm not quite sure where it's supposed to be attached.
FileStoreUtility
is trying to getSTORE_ROOT
from an environment variable, could you please point where it's created?I'm happy to contribute to the documentation if you can point me in the right direction please.
Any log messages given by the failure
no errors.
OS and Version?
Windows 10
Versions
Latest SF SDK and Mesh SDK available from WPI. Latest official Docker.
The text was updated successfully, but these errors were encountered: