Skip to content

Instantly share code, notes, and snippets.

@ealsur
Created August 14, 2020 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ealsur/ea583996ec32ee0cbcc4683db6c3b42a to your computer and use it in GitHub Desktop.
Save ealsur/ea583996ec32ee0cbcc4683db6c3b42a to your computer and use it in GitHub Desktop.
public void ConfigureServices(IServiceCollection services)
{
// other services
services.AddSingleton((s) =>
{
return new CosmosClient("<connection-string>");
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment