Questions tagged [service-fabric-on-premises]

80 questions
0
votes
1 answer

Can you have Windows Server 2019 and Windows Server 2022 in the same Standalone Service Fabric Cluster?

As the title says. We're planning out our container deployment strategy and what technologies to use. I can't find any documentation on whether or not you can have multiple versions of Windows Server in the same Standalone Service Fabric Cluster. I…
Chuck Buford
  • 321
  • 1
  • 9
0
votes
1 answer

Service fabric cluster cant get node0 to rejoin 3 node cluster

We have a 3 node service fabric cluster, node 0 which was the one that we used to setup the cluster is working but not listed in the System ClusterManagerService and other ones, but is in the FailoverManagerService. How can I add it back in as I'm…
Andrew
  • 2,571
  • 2
  • 31
  • 56
0
votes
1 answer

Service fabric - Connect-ServiceFabricCluster : An error occurred during this operation

I have been tasked with updating Certificates on a service fabric cluster, I believe I have done this on the cluster but now octopus is producing this error. I have added the certificate into the machine and my users certificate stores and I can see…
0
votes
0 answers

How do I configure Service Fabric Repair Manager Service?

I work with a standalone on-premises clusters. When adding the RepairManager with cluster config, it appears to be auto allocated to nodes. Is it possible to select which nodes or node types for the RepairManager?
ChrisS
  • 1
0
votes
0 answers

Service Fabric Templates With Visual Studio 2022 and Net 6

The Service Fabric Template on Visual Studio 2022 does not create a Startup class as it did for previous versions. I am not able to use Dependency Injection via the Program class. My workaround was to add a new .Net Project and use version 5 then…
0
votes
1 answer

Service fabric upgrade

I have a service fabric application type deployed to a cluster. This is working ok. I have recently refactored the code and and changed the deployed application-name from A.. to B.. i.e. changed the application name in the type. After deploying to…
0
votes
1 answer

Service Fabric: System.IndexOutOfRangeException - 'System.RA' reported Warning for property 'ReplicaOpenStatus'

I am trying to deploy a Stateless application on my service fabric cluster. As soon as the application is deployed, it goes to warning and then error state with the following error: 'System.RA' reported Warning for property 'ReplicaOpenStatus'.…
0
votes
1 answer

Get-ServiceFabricClusterManifest: operation canceled

I have created a standalone unsecured one node cluster.I am trying to do package deployment from powershell. What i have done so far: In package, in Deploy-FabricApplication.ps1 i replaced service fabric sdk reference and included ps1 files needed…
0
votes
0 answers

Can an MS Teams bot be built on .NET Framework and deployed to a Service Fabric Cluster?

I have an MS Teams bot that is built on .NET Core and works OK. However, for reasons, I have been asked to port this bot to .NET Framework and deploy it to a Service Fabric Cluster. Although I can back-port the code to .NET Framework and deploy it…
0
votes
1 answer

Service Fabric Docker on Mac Only Exposes a Single Port

I am attempting to try out Service Fabric on my local MacBook Pro running Docker Desktop. I'm following along with Microsoft's documentation located here: https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-get-started-mac When I…
Barger27
  • 93
  • 1
  • 6
0
votes
1 answer

Long-running service fabric actor reminder callback

I have an SF actor service that works roughly like this: Upon startup in RunAsync the service creates predefined set of actors and activates all of them by calling an empty StartAsync method (defined on the IActor-derived custom interface). Each of…
0
votes
0 answers

Use SSL Certificate on local ServiceFabric httpGatewayEndpointPort

We have a Local Service Fabric Cluster running. We are using Windows Security to control who can administer the cluster. When connecting to the Gateway Endpoint to use the configuration manager, we are currently connecting over HTTP, but we'd like…
Greg
  • 3,442
  • 3
  • 29
  • 50
0
votes
0 answers

Should I use a Container/Service Fabric Guest Executable for a scheduled daily workload?

This is a more general question about which types of payloads to host in a Container. In our case we will use Service Fabric guest executables. For this post I will only use the word Container to refer to both. The reason I do this is they have…
0
votes
1 answer

Does anyone know if you can debug a Service Fabric cluster locally?

We're having a few issues when trying to debug a local Service Fabric cluster using https. We are able to do it with a lot of faff but surely there must be an easy way. Also most of our endpoints are HTTP.Sys TIA
0
votes
0 answers

Unable to load file or assembly 'Microsoft.Xrm.Client'

I've visual studio 2015 and I need to write custom workflow for CRM 2013. There is no error while writing workflow nor at the time of deployment. I've added this workflow to run at the on field value change. But this sent exception that Could not…