Azure-Samples / qdrant-azure

Qdrant Vector Database on Azure Cloud
MIT License
89 stars 22 forks source link

Update aks-arm-deploy.json #34

Closed ddobric closed 5 months ago

ddobric commented 6 months ago

Purpose

The current provider version "preview" seems not be supported. The new version of provider is set to 2024-01-01.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

Update of Deployment Template JSON file.

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

Click on Deploy button

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
tawalke commented 5 months ago

Thanks @ddobric