This example demonstrates using ScriptConfig with the ScriptLogger module to create a robust controller script with file-based configuration and logging. In this example, a JSON configuration file is ...
You can wrap an executable file around a PowerShell script (PS1) so that you can distribute the script as an .exe file rather than distributing a “raw” script file. This eliminates the need to explain ...
The samples are divided by the category and Service Fabric programming model that they focus on: Reliable Actors, Reliable Services. Most real applications will include a mixture of the concepts and ...