Fabric Capacity trial
I am currently on the trial version of Fabric, and I want to understand how many capacity units my business would need on a per month basis. I tried running the Fabric Capacity metrics app, but it would not pick up the trial workspace. I am not dealing…
Azure Service Fabric
Farbic Copy Data Activity encountering an error(failed to read data) when attempting to read data from an REST API
While using Microsoft Fabric, when I attempt to write a REST API call into a lakehouse files using a copy activity inside a pipeline I get an error stating that Error details Error code 23360 Details Fail to read from REST resource. Found invalid…
Azure Service Fabric

ServiceFabric standalone Windows cluster, x509 certificate
Hello, I have a serviceFabric cluster on-premise using security ClusterConfig.X509.MultiMachine via internal certificate PKI. Current issuer on PKI will expire and i must change my config to refer the new issuer. The question is: In this section…
Azure Service Fabric
Status of Service Fabric and the GitHub Repository
The GitHub repository for Service Fabric (https://github.com/microsoft/service-fabric) appears to be lacking updates. Release notes are either not updated or are significantly delayed post-release. The README states, "We are in the process…
Azure Service Fabric
Timeout Running BVTs using Service Fabric
Hi, I'm currently trying to run my BVTs using Service Fabric, but I'm running into timeout issues. When first running the runbvtd command on Command Prompt, all my applications successfully come up on Service Fabric. However, when running the tests, I…
Azure Service Fabric
Does MS Fabric license has MS Purview capabilities needed to scan on prem and Azure data estate?
MS Fabric has a Purview hub in preview which can be used to govern Fabric estate. I would like to know if I want to use the full capabilities of Purview to scan and classify my on prem sources as well as Azure sources, will the Purview hub with MS Fabric…
Azure Service Fabric
Conflict with installing service fabric runtime 10.1.2493.9590
I'm trying to install the service fabric runtime using this command: .\MicrosoftServiceFabric.10.1.2493.9590.exe /force /accepteula I am getting this error message: 5/29/2025 10:08:24 PM,Error,Unable to install Service Fabric Runtime using C:\Program…
Azure Service Fabric
Service Fabric
My Azure Service Fabric Cluster consists of 5 nodes. I'm wondering how the OS updates are delivered to these nodes - does it happen automatically or do I need to take any actions to apply them?
Azure Service Fabric
Unable to install service fabric runtime 10.1.2493.9590
I'm currently trying to install the service fabric runtime, but I am unable to do so. Upon trying to install it with /accepteula, I get the following error message: 5/28/2025 10:03:24 PM,Error,Unable to install Service Fabric Runtime using C:\Program…
Azure Service Fabric
Set up load balancer inbound rules when using Managed Service Fabric Cluster
Hello, We are changing from using our old cluster to a managed one, so that this problem and others are solved. However, we are facing an issue: after deploying our application, it is not accessible (connection times out). We figured we had to add some…
Azure Service Fabric
VMSS max CPU usage is 100% while average usage is less than 40%. How to achieve better load balancing?
Hi team, I have a service using Azure Virtual Machine Scale Set that facing constant latency issue. On checking the CPU usage, I found that MAX CPU usage is always 100%. I have already scaled VMSS max instances to 100 (max possible value) but still…
Azure Service Fabric
Azure Virtual Machine Scale Sets
Service Fabric + Key Vault
Hi everyone, I have a Service Fabric cluster (created using Azure PowerShell script). Using CI/CD in Azure Pipeline ( https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-tutorial-deploy-app-with-cicd-vsts) I deploy an application to…
Azure Service Fabric
Salesforce Data in Microsoft Fabric with Organizational Account
Hello, I am using Dataflow Gen 2 in Microsoft Fabric to ingest data from Salesforce using the Salesforce Objects connector. The connection is made using an Organizational Account (OAuth 2.0). However, I noticed that there's no option to provide…
Azure Service Fabric
Service Fabric VMSS Nodes Running Out of Memory - Scaling Up Considerations
Hello, We have a Service Fabric cluster configured with a bronze durability tier, consisting of 2 frontend nodes and 7 backend nodes. The VMSSs are utilizing the Mirantis image "windows_with_mirantis_container_runtime_2019." Currently, we're…
Azure Service Fabric
Service Fabric Node Extension Update for enabling automatic OS Upgrade
As explained in the article: https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-automatic-upgrade#service-fabric-requirements One of the requirements for Service Fabric is: The Service Fabric extension on the…
Azure Service Fabric
Service Fabric Support for New Linux OS Versions
With Ubuntu 20.04 reaching its end of life in less than 2 months, the last supported Linux OS for Service Fabric will no longer be available. Is there any information available on updates for Service Fabric that will add support for new operating…
Azure Service Fabric
Unable to connect to my new Service Fabric Cluster
I tried multiple times today to create Service Fabric clusters, the same way I used to do, but after successful creation of the cluster, when I try to open the cluster explorer it times out!! Also, Connect-ServiceFabricCluster command from windows…
Azure Service Fabric

How to fix (FabricHostSvc)' cannot be started due to the following error: Cannot start service FabricHostSvc on computer '.'?
I am unable to install service fabric on my windows 11 enterprise machine.facing the following error while trying to run the service. Start-Service : Service 'Service Fabric Host Service (FabricHostSvc)' cannot be started due to the following error:…
Azure Service Fabric

How to purchase Power BI Embedded
I have an account that's attached to 2 tenants, when I try to purchase an embedded Power BI it asks me to sign into PowerBI to select a location, when I do it takes me to the wrong tenant in PowerBI and I can't switch to the correct tenant to complete…
Azure Service Fabric
Stateless SF app VS Stateful SF app
I want to compare the "recovery" time in a node down scenario for stateful/stateless apps. I think for a stateful app, it needs to promote a secondary replicate to primary. For stateless app, it requires to start a new partition in a different…