Serving frontend files from app service instead of static web app
Pre-release
Pre-release
Starting from this release, the frontend files are served directly from the app service instead of from a Static Web App. This means that you will want to update your links and DNS aliases to point to the app service. You may then delete the Static Web App resource from your Azure resource group.
This was done to make deployments easier and reduce the number of moving parts required to get a deployment to work.
The static frontend files can still be hosted elsewhere if desired. In which case REACT_APP_BACKEND_URI needs to be specified in webapp/.env.
What's Changed
- Fix route for processing plans by @gitri-ms in #455
- Add Support for deployment slots in deployment scripts by @arnoldblake in #446
- Fix global document retrieval and citations by @TaoChenOSU in #457
- Fetch AAD authentication info from backend by @dehoward in #427
- Fix hanging when status is RequiresUpgrade by @dehoward in #460
- Modify deployment scripts to serve static files from web service by @glahaye in #377
- Volatile memory singleton for memory "migration" by @crickman in #476
New Contributors
- @arnoldblake made their first contribution in #446
Full Changelog: 0.6.1...0.7