Add Azure Blob startup profile and config sample

This commit is contained in:
Jacob Dubin
2026-05-17 08:01:04 -05:00
parent 478a320581
commit 05efeb2853
12 changed files with 211 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
{
"profiles": {
"Jibo.Cloud.Tests.AzureBlob": {
"commandName": "Project",
"environmentVariables": {
"OpenJibo__State__Backend": "AzureBlob",
"OpenJibo__State__ConnectionString": "UseDevelopmentStorage=true",
"OpenJibo__PersonalMemory__Backend": "AzureBlob",
"OpenJibo__PersonalMemory__ConnectionString": "UseDevelopmentStorage=true"
}
}
}
}