You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix readme file and icon to make it clear this is not an official pac…
…kage (#22)
* Adjusting readme file and icon to make it clear this is not an official package.
* Update README.md
Co-authored-by: Travis Illig <tillig@paraesthesia.com>
Use correct interfaces to build host (#17)
* Do not overwrite existing IConfiguration
* Adding documentation and syntax changes
**Possible breaking changes:**
1. Please read sample `Startup.cs` to see how to use `UseAppSettings`.
2. This package will now use AZURE_FUNCTIONS_ENVIRONMENT to determine your environment. It is `Production` by default on Azure servers, `Development` locally.
Co-authored-by: Wayne Brantley <wayne@miniter.com>
Add telemetry support (#8)
* Add telemetry client support, this will allow a function to obtain a TelemetryClient instance through injection and issue Track calls manually.
* Some refactoring to improve code readability
Added host.json when using UseAppSettings extension to be used by Azu…
…re Functions settings (#7)
* Adding exception to not publish when there is a documentation change.
* Fix deploy workflow
* Update packages, add host.json to configuration.