Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created April 5, 2018 23:42
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 dcomartin/4461c55020f0b080eb702d3e80265002 to your computer and use it in GitHub Desktop.
Save dcomartin/4461c55020f0b080eb702d3e80265002 to your computer and use it in GitHub Desktop.
public void ConfigureServices(IServiceCollection services)
{
services.AddDataProtection()
.PersistKeysToAzureBlobStorage(new Uri("your uri goes here"));
services.AddMvc();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment