awaitcontext.Response.WriteAsync("Hello from Application A "+Environment.GetEnvironmentVariable("APP_INSTANCE")??Environment.GetEnvironmentVariable("HOSTNAME"));
});
// This method returns the body content and query string back to the caller, to test that the ingress passes those properly
awaitcontext.Response.WriteAsync("Hello from Application B "+Environment.GetEnvironmentVariable("APP_INSTANCE")??Environment.GetEnvironmentVariable("HOSTNAME"));
});
// This method returns the body content and query string back to the caller, to test that the ingress passes those properly