Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Web-App for Azure instead of container for front end. #45

Open
mike-leuer opened this issue Mar 12, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@mike-leuer
Copy link

We are using a web-app for the front end instead of using container so we have better control over container. We tried the original container but couldn't do what we needed.

Advantages:
HTTPS
Better network control
Mounting easier/changing mounts.
Env var easier to control
Endpoints
Image control easier
Don't have to tear down resource when making changes for most things.

https://azure.microsoft.com/en-us/products/app-service/web

If someone would help me I could probably figure out a terraform version, but we need to figure out to do the executers in Azure. We could use the same container method (No web app) for executers.

@wangxiaoyou1993 wangxiaoyou1993 added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Mar 20, 2024
@Rykarix
Copy link

Rykarix commented Aug 14, 2024

We are using a web-app for the front end instead of using container so we have better control over container. We tried the original container but couldn't do what we needed.

Advantages: HTTPS Better network control Mounting easier/changing mounts. Env var easier to control Endpoints Image control easier Don't have to tear down resource when making changes for most things.

https://azure.microsoft.com/en-us/products/app-service/web

If someone would help me I could probably figure out a terraform version, but we need to figure out to do the executers in Azure. We could use the same container method (No web app) for executers.

I don't know if this helps but what I did was fork the main github, set up vscode to use dev containers & configured github actions to publush to my docker repo. This way, instead of pointing to the mage-ai/mage-ai docker image, you point to your-username/mage-ai which will contain the updated & customised docker container as intended for use by the mage-ai devs.

Just make sure you disable any github workflows you don't need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants