Azure-Samples / qdrant-azure

Qdrant Vector Database on Azure Cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to have a storage account

shawncal opened this issue · comments

If using the **Deploy to Azure button**, you will need to have a storage account set up in Azure previously. Update the`storageaccountname` parameter in the `qdrant-deploy-aci.parameters.json` file in the `Azure-Container-Instances` directory with your existing storage account name.

Hmm, this is no good... defeats the purpose of the "Deploy to Azure" button on GitHub, if you have to clone the repo and update some parameters. Can't we create a storage account in the deployment yaml?

commented

Update README.md to clarify storage creation options. Addressed in PR: #5

commented

The Linked yaml creates storage. Updating READMe per convo.