Open guyyardeni opened 2 months ago
Hi @guyyardeni this is possible to do. If you are deploying via azd
you should use teh following commands: -
azd env new myTest
azd env set key value
for each of the keys. There should be one for resource group, ai search object, storage account etc.
In fact - I believe that this is captured in #652
Motivation
Options to deploy the solution using an existing resource group, AI Search object, OpenAI object and storage account. This will save money and reduce object sprawl when multiple use cases are deployed.
Requirements
A list of requirements to consider this feature delivered Deployment parameters to use existing copies of objects that support multiple AI use cases Parameters should indicate that an existing object is to be used and then use the object name to indicate the existing object and skip creating a new object for those cases.
Thanks in advance.