I am trying to create a startup script to register a DLL before running a Fabric Service. I found this article https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cloud-services-migration-worker-role-stateless-service#startup-tasks which say I need to create a Startup.bat file and config it in ServiceManifest.xml file.
Question: where do I put the Startup.bat file? Can it be a powershell script file instead of .bat file?