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

Add ARM template and routine for Azure deployment #51

Closed
isaacabraham opened this issue Mar 30, 2018 · 2 comments
Closed

Add ARM template and routine for Azure deployment #51

isaacabraham opened this issue Mar 30, 2018 · 2 comments

Comments

@isaacabraham
Copy link
Member

We should add the capability to easily deploy to Azure using one of either git-based deployments (perfect for quickly getting results, but not necessarily the best for a production CI system), or Kudu's zip deploy feature.

Also we should include an ARM template to allow users to quickly create the resources required in Azure.

One thing that will need to be done as part of this is consider how and where the app locates the static content - currently it's designed to look in the ..\client folder etc. but this should probably be replaced by the app copying the js bundle and html files into the public folder on the server.

@theprash
Copy link
Member

Perhaps the static content path should be a configurable in the server so that we can create a self contained server and client deployment. This gives more flexibility for different deployment options and should avoid breaking the existing Docker deploy part of the FAKE script, which is only present if you use the template with the Docker option.

@theimowski
Copy link
Member

Closed by #65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants