Skip to content

Commit f3d6f7a

Browse files
author
Mikkel Mork Hegnhoj
committed
Adding start-service.ps1 instructions
1 parent 58272b4 commit f3d6f7a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/service-fabric/service-fabric-debugging-your-application.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ You can save time and money by deploying and debugging your Azure Service Fabric
5858

5959
![Start debugging an application][breakpoint]
6060

61+
62+
### Running a script as part of debugging
63+
In certain scenarios you might need to run a script as part of starting a debugging session (e.g. when not using Default Services).
64+
65+
In Visual Studio, you can add a file called **Start-Service.ps1** in the **Scripts** folder of the Service Fabric Application project (.sfproj). This script will be invoked after the application has been created in the local cluster.
66+
67+
6168
<!--Every topic should have next steps and links to the next logical set of content to keep the customer engaged-->
6269

6370
## Debug a remote Service Fabric application

0 commit comments

Comments
 (0)