0

I am trying to figure out a way to run Chef Install to generate Chef policy files in my C# Azure Service Fabric Application. Unfortunately I not having much luck finding information to support this activity.

Ryan Fisch
  • 2,614
  • 5
  • 36
  • 57

1 Answers1

1

Process.Start, just like any other external process spawning in C#.

coderanger
  • 52,400
  • 4
  • 52
  • 75