You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dotnet/ServerlessMicroservices.FunctionApp.Orchestrators/ServerlessMicroservices.FunctionApp.Orchestrators.csproj
@@ -105,7 +106,7 @@ public static async Task<IActionResult> TerminateTripDemo([HttpTrigger(Authoriza
105
106
//TODO: Implement Get Trip Demo Instances, Restart Trip Demo Instances and Terminate Trip Demo Instances if Persist to table storage if persist instances is activated
@@ -143,7 +144,7 @@ public static async Task AcknowledgeTripViaQueueTrigger(
143
144
//TODO: Implement Get Trip Manager Instances, Restart Trip Manager Instances and Terminate Trip Manager Instances if Persist to table storage if persist instances is activated
@@ -100,7 +101,7 @@ public static async Task<IActionResult> TerminateTripMonitor([HttpTrigger(Author
100
101
//TODO: Implement Get Trip Monitor Instances, Restart Trip Monitor Instances and Terminate Trip Monitor Instances if Persist to table storage if persist instances is activated
0 commit comments