Questions tagged [service-fabric-on-premises]
80 questions
8
votes
1 answer
What thresholds should be set in Service Fabric Placement / Load balancing config for Cluster with large number of guest executable applications?
What thresholds should be set in Service Fabric Placement / Load balancing config for Cluster with large number of guest executable applications?
I am having trouble with Service Fabric trying to place too many services onto a single node too…

George Whiting
- 83
- 3
6
votes
1 answer
service fabric package command fails when called from tfs
While building service fabric the package command runs file in local machine, but fails when this is added as a build steps in TFS/VSTS.
We are using onPrem build agent.
dotnet msbuild DependentServices.sfproj /t:Package
It throws error:
The…

bomaboom
- 190
- 1
- 14
4
votes
1 answer
How to restart a Service Fabric Application
I have a gMSA service account running a stateless Service Fabric application. The account has recently been added as a member to a new security group. We don't see that the application is working and I think its because the user claims were loaded…

gperrego
- 354
- 1
- 3
- 15
3
votes
0 answers
Service fabric local deployment with configured Managed Identity
I'm currently trying to change the deployment model I have on my project so that I can deploy an existing Service Fabric application using ARM templates and enable Managed Identity in Azure.
During this process, I had to configure the managed…

nunob
- 592
- 7
- 24
3
votes
1 answer
Dynamic Servicefabric Settings and Overrides
Is there a way to not tell the service about the settings at all and just provide them at the application level?
I am still unhappy with how servicefabric configuration seems to work.
Near as I can tell I have to specify in the service’s…

Resistr
- 31
- 3
2
votes
1 answer
How to deploy service fabric application to remote server?
I tried publishing the Service fabric application from Visual studio to remote VM, but it didn't work. Is it possible to deploy the service fabric app from the visual studio to a remote VM? If yes please let me know.

Kiran B Chitari
- 111
- 10
2
votes
1 answer
Hosting legacy ASP.NET (not ASP.NET Core) in ServiceFabric
I am looking for the options to host existing ASP.NET Framework (not .NET Core, and not ASP.NET Core) applications in ServiceFabric hosted on-premise.
We host such legacy applications in IIS, as is the common practice I believe, and we are…

gopueurclr
- 31
- 2
2
votes
0 answers
Service Fabric ApplicationPrincipalAbortableError
I'm trying to get a docker image to run our on-premise Service Fabric cluster.
We've setup a service fabric cluster on our on-premise network, which seems to run fine (it already runs 2 docker images). I'm looking for one of my containers to run…

rhof
- 71
- 7
2
votes
2 answers
Service Fabric (On-premise) Routing to Multi-tenancy Containerized Application
I'm trying to get a proof of concept going for a multi-tenancy containerized ASP.NET MVC application in Service Fabric. The idea is that each customer would get 1+ instances of the application spread across the cluster. One thing I'm having trouble…

Joseph
- 93
- 1
- 5
2
votes
1 answer
V2Listener not found error
I am connecting a web api service to a backend-stateless service.
The Backservice is called MyProject.Management.Company and its code is:
internal sealed class Company: StatelessService,ICompanyManagement
{
private readonly CompanyManagementImpl…

Walid Hanafy
- 1,429
- 2
- 14
- 26
2
votes
1 answer
VSO and Service Fabric Issue after updating local Service Fabric SDK
Hope anyone here can help. I've been on it for days.
I have VSO and am using service fabric. My builds always worked on VSO until a new developer installed the latest Service Fabric SDK on his machine. Being ok with using the latest SDKs I…

user3688632
- 89
- 3
1
vote
1 answer
MediatR DI registration Issue for Service Fabric application
I'm trying to implement MediatR in a Service Fabric application running on core 3.1. I'm able to wire up the Queryhandler as long as I don't include a repository (which really defeats the purpose).
Thank you for taking a look!
Here is how I am…

krock28
- 13
- 2
1
vote
0 answers
c#/Service Fabric - How to Set Actor Operation Timeout at Runtime?
I've been struggling with this for a few days now and need some help.
We have a Report service that consumes messages from Rabbit MQ based on a users choices to run a report. Some reports take longer than others of course, and we are using reliable…

Chris Fischer
- 161
- 10
1
vote
0 answers
Is there a way to reboot a Windows Docker container?
I know this defeats the point of containers, but does anyone know if there is a way to successfully reboot a Windows Docker container? I need to do this as we need to install "ServiceFabric Runtime" & "ServiceFabric SDK" onto our Azure DevOps build…

Matt Taylor
- 189
- 1
- 2
- 10
1
vote
1 answer
Service Fabric - How to enable BackupRestoreService on my local dev cluster
I would like to get the backup and restore related functionality working inside the service fabric explorer for my local dev cluster. Any action I take related to backup/restore in the cluster manager ui throws a service not found exception…

Josh
- 1,648
- 8
- 27
- 58