azure-search-openai-demo-csharp icon indicating copy to clipboard operation
azure-search-openai-demo-csharp copied to clipboard

Change main.parameters.json to main.bicepparam

Open jongio opened this issue 1 year ago • 5 comments

Bicep now supports the much cleaner bicepparam files. Let's update this project to utilize that.

jongio avatar Nov 02 '23 21:11 jongio

@jongio do we have examples of this we can use as reference?

luisquintanilla avatar Nov 08 '23 18:11 luisquintanilla

I try to use VSCode to generate .bicepparam and the generated file has the following error

image

Also when I try initializing parameter value using readEnvironmentVariable, I get the following error. This is confusing because the AZURE_ENV_NAME is defined in .env, not on my local system. Do I need to update my environment on my local machine to contains all environment from .env? image

LittleLittleCloud avatar Nov 08 '23 19:11 LittleLittleCloud

https://github.com/Azure-Samples/demystifying-rag-dotnet/blob/main/infra/main.bicepparam

jongio avatar Nov 08 '23 20:11 jongio

@LittleLittleCloud we're okay to close this one right?

luisquintanilla avatar Dec 11 '23 19:12 luisquintanilla

@LittleLittleCloud we're okay to close this one right?

Close as-in not do? It would be good to switch to bicepparam

jongio avatar Jan 02 '24 18:01 jongio