A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
This PR removes the provisioning of VM and Bastion, due to security issues with non-hardened VMs and password access to VMs. Developers will need to connect to the VNet using VPN Gateway, Azure Virtual Desktop, or other networking means. They can also choose to enable public web access just for the web app.
Does this introduce a breaking change?
When developers merge from main and run the server, azd up, or azd deploy, will this produce an error?
If you're not sure, try it out on an old environment.
[ ] Yes
[X] No - may feel breaking if developers were relying on Bastion to connect.
Does this require changes to learn.microsoft.com docs?
This repository is referenced by this tutorial
which includes deployment, settings and usage instructions. If text or screenshot need to change in the tutorial,
check the box below and notify the tutorial author. A Microsoft employee can do this for you if you're an external contributor.
[X] Yes - Sending that PR shortly, text is ready.
[ ] No
Type of change
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[X] Other... Please describe: Security!
Purpose
This PR removes the provisioning of VM and Bastion, due to security issues with non-hardened VMs and password access to VMs. Developers will need to connect to the VNet using VPN Gateway, Azure Virtual Desktop, or other networking means. They can also choose to enable public web access just for the web app.
Does this introduce a breaking change?
When developers merge from main and run the server, azd up, or azd deploy, will this produce an error? If you're not sure, try it out on an old environment.
Does this require changes to learn.microsoft.com docs?
This repository is referenced by this tutorial which includes deployment, settings and usage instructions. If text or screenshot need to change in the tutorial, check the box below and notify the tutorial author. A Microsoft employee can do this for you if you're an external contributor.
Type of change
Code quality checklist
See CONTRIBUTING.md for more details.
N/A, Bicep only