Azure Service Fabric is a distributed systems platform used to build scalable, reliable, and easily-managed applications for the cloud.
I'm spending my evenings evaluating Azure Service Fabric as a replacement for our current WebApps/CloudServices stack, and feel a …
azure azure-service-fabricI 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-fabricIs 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-fabricI 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-pipelinesI 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-fabricIs there any way to inject dependencies in to the Azure Service Fabric Actor's constructor?
c# dependency-injection azure-service-fabric actorI 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-premisesI'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-fabricI am new to Azure Service Fabric and the biggest questions I have are When should I use reliable actors? …
azure-service-fabricWhen trying to run my service in service fabric cluster, the Output window says "The application URL is not set …
azure azure-service-fabric service-fabric-stateful