Deploy to new Azure Container Apps Express #3746
Replies: 2 comments
|
Hi Derek, Yes, DAB is technically compatible with Azure Container Apps Express. DAB runs as a standard Linux/AMD64 HTTP container on port 5000, which matches the workloads supported by Express. The deployment would follow the existing DAB Container Apps guidance: build a small custom image based on the official DAB image, include the DAB configuration, supply the database connection through a secret-backed environment variable, and configure HTTP ingress for target port 5000. Please be aware that Express is currently in preview. Some resources you may find useful: https://learn.microsoft.com/en-us/azure/container-apps/express-overview https://learn.microsoft.com/en-us/azure/container-apps/express-faq |
|
*** Please ignore this post *** - some how (?) all working fine in Express now 👍 Hi aaronburtle, Just thought I'd let you know I've tried a setup of DAB in Express but after a couple of days of trying various things (with ChatGPT help) I've been unable to get it working. I don't think it's a DAB issue at all (using exact same container image which works in Container App but doesn't in Container App Express) and I think it's an Express issue which being in preview is likely. But I thought you or others might find the (AI generated) summary of the issue useful to see in case it triggers a thought or for others trying Express with DAB Here's the issue summary ... Title {"error":"CORS preflight headers denied","errorCode":"InvalidRequest"} {"error":"CORS preflight headers denied","errorCode":"InvalidRequest"} |
Uh oh!
There was an error while loading. Please reload this page.
Hi there,
Is it possible to deploy DAB to the new Express version of Container Apps? This would be ideal as with it's consumption pricing and very fast startup times it be a great platform for DAB especially where costs are tight (we're a charity).
Best regards,
Derek
All reactions