Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Gpadh/Kernel-Memory-Azure-Function-Implementation
https://github.com/Gpadh/Kernel-Memory-Azure-Function-Implementation
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/Gpadh/Kernel-Memory-Azure-Function-Implementation
- Owner: Gpadh
- Created: 2023-11-14T22:14:26.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-16T05:15:08.000Z (about 1 year ago)
- Last Synced: 2024-08-01T13:20:42.342Z (4 months ago)
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-semantickernel - Kernel-Memory-Azure-Function-Implementation
README
# Kernel-Memory-Azure-Function-Implementation
Important things to note:
- This example is set up using a Azure Storage Account with a container in it called "output-files".
- In local.settings.json, please add connection strings to a Azure Storage Account, also please configure this on app settings on Azure, mine look like this:![image](https://github.com/Gpadh/Kernel-Memory-Azure-Function-Implementation/assets/55559061/5df131f8-752e-489c-9eae-b7b5bc83a6b1)
- Try triggering the function by blob upload then observe behaviour (breaking case), then uninstall the NuGet packages and trigger it in the same way (working case)