feat: add health check API and handle app configuration warnings
- Removed the old index.html file from the frontend build. - Integrated a health check query in App component to verify app configuration. - Display a warning alert if the app is not configured with AZURE_SUBSCRIPTION_ID. - Updated API module to include health check endpoint.
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -12,12 +12,12 @@
|
||||
**/playground.py
|
||||
|
||||
# Azure Secrets and Configuration.
|
||||
/.acr-pat
|
||||
/azure.env
|
||||
.acr-pat
|
||||
azure.env
|
||||
|
||||
# MacOS Finder files
|
||||
**/.DS_Store
|
||||
|
||||
# Node/React rewrite outputs
|
||||
**/node_modules
|
||||
/dist
|
||||
**/dist
|
||||
|
||||
Reference in New Issue
Block a user