Azure-Samples / qdrant-azure

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

Bicep support and dev container #19

Closed mcollier closed 1 year ago

mcollier commented 1 year ago

Purpose

This PR adds initial support for Azure Bicep to the ACI and AKS deployment options. This PR also adds a Visual Studio Code dev container.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

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

How to Test

What to Check

Verify that the following are valid:

Other Information

This PR does not modify the ARM templates, nor modify how the Deploy to Azure button functions.

tawalke commented 1 year ago

Thanks @mcollier!! Reviewing.