Closed aitrailblazer closed 12 hours ago
Hi @aitrailblazer could you try running this example: https://github.com/microsoft/kernel-memory/blob/main/examples/007-dotnet-serverless-azure/Program.cs?
You should see an example006
container in your blob service, with two virtual folders
Context / Scenario
Here is the configuration relevant for AzureBlobs:
var azureBlobConfig = new AzureBlobsConfig(); azureBlobConfig.Auth = AzureBlobsConfig.AuthTypes.ConnectionString; azureBlobConfig.ConnectionString = _parametersAzureService.StorageConnectionString; azureBlobConfig.Container = "smemory";//_parametersAzureService.StorageContainerName;
What happened?
There is no example showing how to use AzureBlobs/.
Importance
edge case
Platform, Language, Versions
C#, latest version
Relevant log output