https://github.com/Gpadh/Kernel-Memory-Azure-Function-Implementation
https://github.com/Gpadh/Kernel-Memory-Azure-Function-Implementation
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Gpadh/Kernel-Memory-Azure-Function-Implementation
- Owner: Gpadh
- Created: 2023-11-14T22:14:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-16T05:15:08.000Z (over 1 year ago)
- Last Synced: 2024-11-04T12:40:24.030Z (6 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:
- 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)