Sharing the learning along the way we been gathering to enable Azure OpenAI at enterprise scale in a secure manner. GPT-RAG core is a Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
I would like to change main.parameters.json to main.bicepparam as it is difficult to manage in its current form. However, I am unsure how to specify vmUserInitialPassword in main.bicepparam. Could you please assist me with this?
P.S. When attempting to write in main.bicepparam, I noticed that "dbAccountName" and "dbDatabaseName" are undefined in main.bicep. It might be better to remove these two.
After consideration, I have decided to leave the vmUserInitialPassword undefined in my environment and change the policy so that the user will always input it manually on azd. I will go ahead and close this issue.
I would like to change main.parameters.json to main.bicepparam as it is difficult to manage in its current form. However, I am unsure how to specify vmUserInitialPassword in main.bicepparam. Could you please assist me with this?
Additionally, I understand how to reference environment variables as shown below:
P.S. When attempting to write in main.bicepparam, I noticed that "dbAccountName" and "dbDatabaseName" are undefined in main.bicep. It might be better to remove these two.