Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ealsur
Created March 9, 2018 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ealsur/23a2d573ef53be2337dc30955f16d0f4 to your computer and use it in GitHub Desktop.
Save ealsur/23a2d573ef53be2337dc30955f16d0f4 to your computer and use it in GitHub Desktop.
Azure Cosmos DB + Functions Cookbook —secure access project.json
{
"frameworks": {
"net46":{
"dependencies": {
"Microsoft.Azure.KeyVault": "2.3.2",
"Microsoft.Azure.Services.AppAuthentication": "1.1.0-preview"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment