Top "Azure-service-fabric" questions

Azure Service Fabric is a distributed systems platform used to build scalable, reliable, and easily-managed applications for the cloud.

Understanding when to use stateful services and when to rely on external persistence in Azure Service Fabric

I'm spending my evenings evaluating Azure Service Fabric as a replacement for our current WebApps/CloudServices stack, and feel a …

azure azure-service-fabric
Could not load file or assembly 'System.ServiceModel, Version=4.0.0.0' exception when starting Stateful Service

I have created a new Service Fabric application in Visual Studio 2017 (version 15.7.1) and added a new service using the .Net …

c# .net-core azure-service-fabric
How to configure and enable Azure Service Fabric Reverse Proxy for an existing on-premises cluster?

Is the Azure Service Fabric Reverse Proxy available in an on-premises cluster? If so, how can I enable it for …

web-services azure configuration reverse-proxy azure-service-fabric
Assets file project.assets.json not found when running a build on Azure Devops

I have a build pipeline configured for a Service Fabric solution on Azure DevOps like this: Everything was fine until …

nuget azure-devops azure-service-fabric azure-pipelines
Service Fabric Unit Testing and Dependency Injection

I can't test a Reliable Service/Actor by just calling it's constructor and then test it's methods. var testService = new …

c# web-services unit-testing azure azure-service-fabric
Azure service fabric actor dependency injection

Is there any way to inject dependencies in to the Azure Service Fabric Actor's constructor?

c# dependency-injection azure-service-fabric actor
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 …

service-fabric-stateless azure-service-fabric service-fabric-on-premises
Accessing stateless service via ServiceProxy fails + ASP.NET 5 Web API project throws Health State error

I'm new to microsoft azure service fabric. For my master's degree I have to develop a microservice-approach prototype in service …

c# asp.net .net microservices azure-service-fabric
Azure Service Fabric reliable actors vs reliable services

I am new to Azure Service Fabric and the biggest questions I have are When should I use reliable actors? …

azure-service-fabric