Skip to content

Instantly share code, notes, and snippets.

@dajor
Forked from ealsur/project.json
Created October 2, 2018 11:15
Show Gist options
  • Save dajor/8782b7323505dfb8289d4fac70dbb394 to your computer and use it in GitHub Desktop.
Save dajor/8782b7323505dfb8289d4fac70dbb394 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