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
A requirement of mine (which I feel would be quite common), is to have my microservices split up into different visual Studio solutions and GitHub repositories, in order to make teams fully autonomous.
All the samples I've seen target same solution deployments. Any chance of someone creating a simple sample for my use case? (or porting one of the current samples?)
I'm envisioning something like this:
ServiceFabricDeployment.sln (SF application, manifest and powershell scripts)
StatelessService.sln (OWIN Web API)
StatefulService.sln
etc
The services would likely be NuGet'd on a private repo.
I assume the powershell scripts would then download the NuGet packages and deploy to the cluster.
Is this setup possible? I feel a sample like this would help a lot of folks like myself taking the next step from 'basic sample' to a real world application.
Thank you!
The text was updated successfully, but these errors were encountered:
In our real world application we have each microservice as a repo containing a .sln which contains a SF application and one or more SF services.
I have seen examples where they're all pulled into a single solution, but we've found ours the better separation, yours sounds overly separated to me, but obviously there's some elements of scale involved.
Hi,
A requirement of mine (which I feel would be quite common), is to have my microservices split up into different visual Studio solutions and GitHub repositories, in order to make teams fully autonomous.
All the samples I've seen target same solution deployments. Any chance of someone creating a simple sample for my use case? (or porting one of the current samples?)
I'm envisioning something like this:
The services would likely be NuGet'd on a private repo.
I assume the powershell scripts would then download the NuGet packages and deploy to the cluster.
Is this setup possible? I feel a sample like this would help a lot of folks like myself taking the next step from 'basic sample' to a real world application.
Thank you!
The text was updated successfully, but these errors were encountered: