Questions tagged [guest-executable]
16 questions
4
votes
0 answers
Hosting .Net Core Web API as Guest Service in Service Fabric
Hi Please can anyone help, I'm trying to get Service Fabric to Host a .Net Core Web API Restful service as a Guest Executable.
I'm guessing possibly incorrectly that I should be able to run the exe once I have done the full publish, but it fails…

JonnyH
- 41
- 1
2
votes
2 answers
How should IIS-hosted ASP.Net-based systems be deployed to Azure Service Fabric?
Azure Service Fabric's documentation has ample examples of deploying and hosting ASP.Net Core on Azure Service Fabric. Nowhere is the deployment of IIS-hosted apps to be found.
How could one deploy ASP.Net sites and WCF services as guest executables…

Khelvaster
- 852
- 1
- 6
- 18
1
vote
0 answers
Is it possible to configure autoscaling for Service Fabric guest executable and Service Fabric containers?
I read that SF services support autoscaling but couldn't find anything about autoscaling in SF guest executable and SF container.
Does anyone have information about it?
Did anyone try to do it and can explain the steps?
Thanks!

ayelet kalderon
- 67
- 3
1
vote
1 answer
Multiple Guest Executable in one Service Fabric node
I want to deploy multiple guest executables in one node but I'm not sure how does it works behind the screens? How are the VMs resources divided between each executable? Is it done in an efficient way? Do I need to configure something for getting…

ayelet kalderon
- 67
- 3
1
vote
1 answer
Service Fabric Health Checking
Is there an inbuilt health check for service fabric? I have a guest executable written in NET Core 2.2 and utilising the health check feature within it. For example, I have a simple health check that returns unhealthy state:
services
…

Dr Schizo
- 4,045
- 7
- 38
- 77
1
vote
1 answer
Running dotnetcore Console application in Service Fabric Guest Executable
I am trying to run a dotnetcore Console application in a ServiceFabric GuestExecutable Container. While I was adding this GuestExecutable service to my SF application, I cofigured as follows
Code Package Folder ->…

starklord
- 291
- 2
- 6
- 16
1
vote
2 answers
What will happen if a guest executable on Service Fabric node dies?
I'm planning to host my guest executable in Service Fabric cluster but have this doubt that what will happen if my guest executable on Service Fabric node dies?
Will Service Fabric automatically restarts my executable again

Ravi Gupta
- 6,258
- 17
- 56
- 79
1
vote
0 answers
Package exception while deploying azure service fabric guest executable
I am trying to deploy a guest executable but that executable is in a subfolder of my code directory like this below is xml snippet from my ServiceManifest.xml
Anaconda\python.exe
…

Junaid Masood
- 658
- 11
- 20
1
vote
2 answers
Keeping a console application alive in Service Fabric
Are there any established patterns for keeping console applications alive when hosted as guest executables in Service Fabric?
Adding a Thread.Sleep(Timeout.Infinite) after I've subscribed to Service Bus or similar feels like a bit of a hack to me.…

Rob Bell
- 3,542
- 5
- 28
- 49
0
votes
1 answer
Guest Software not Installed by an OSConfig Guest Policy onto an Eligible Google Compute Engine VM
A Google Compute Engine (GCE) instance ($GCE_INSTANCE_NAME) was just created within a Google Cloud Platform (GCP) project $GCP_PROJECT_ID. There is an OSConfig guest policy ($GUEST_POLICY_NAME) that is supposed to install guest software packages…

Mike
- 1,080
- 1
- 9
- 25
0
votes
3 answers
service fabric java application deployment failed in local cluster
I am new to service fabric and trying to deploy java application to local service fabric cluster with 5 nodes. i am using Ubuntu VM and following below steps to build and deploy it in asf cluster. while deploying i am getting below error. i tried to…

Dhrumil Shah
- 2,128
- 5
- 23
- 37
0
votes
0 answers
How to browse the asp.net mvc app deployed as guest Executable in service fabric
I have created Exe of my Asp.net Mvc application now i have deployed the app as a Guest Executable in Service Fabric local cluster. How to browse the pages and how it will get hosted in service fabric?

Kshitij Keshri
- 55
- 1
- 10
0
votes
1 answer
Changing qcow2 st_ctime
Is there a way to modify the st_ctime_sec attributes for a qcow2 image?
I am trying to have a reproducible qcow2 build, with the end goal being that I can recreate qcow2 files and still have byte for byte identical contents.
I am down to have the…

Marc
- 439
- 2
- 8
0
votes
0 answers
communicate with console application in service fabric
I've just started a PoC on service fabric for a project and I'm stuck on something that should have been straightforward but has become a real pain ...
What I need to do is host a console app returning some values in the service fabric and be able…

Xav Sc
- 489
- 1
- 5
- 23
0
votes
2 answers
Slow upgrade deployment of guest executable in Service Fabric
I have guest executable (real .net core 1.1 console app) and first deployment take few minutes only. Upgrade deployments take 12+ minutes. There are 3 service instances on 5 node cluster. SF is for developers and there is no workload.
Guest…

vinfos
- 1
- 1