[Spec] CosmosDBTriggerAttribute to take configuration key
Open
feature
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
Instead of having configurations hardcoded in CosmosDBTriggerAttribute, we should be able to pass the parameters through configurations.
Something like this
`[CosmosDbTrigger("MyTriggerConfig")] ... `
Then in the appSettings.json
```
"MyTriggerConfig" : {
"Database": "MyDb",
"Container" : "MyContainer",
"Lease" : "MyLease",
// . . .
}
```
Guess that can apply on other triggers as well.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.