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

Deploy React App to IIS VMs #4

Open
1 task
Tracked by #3
adrianlavery opened this issue Feb 14, 2024 · 1 comment
Open
1 task
Tracked by #3

Deploy React App to IIS VMs #4

adrianlavery opened this issue Feb 14, 2024 · 1 comment

Comments

@adrianlavery
Copy link
Owner

Is your feature request related to a problem? Please describe.
I'd like to demo using this application and chaos studio / load testing on IAAS workloads.

Describe the solution you'd like
I'd like to move the React UI from App Service to IIS on IAAS VMs. There should be a parameter flag, similar to the private endpoints one to say whether it should be deployed on IAAS/PAAS.

  • Modify pipeline to deploy React app to IIS
@adrianlavery
Copy link
Owner Author

We could create a fileshare in the storage account for the react files, then in the GH action, copy the files to the storage account instead of the $web blob endpoint when deployIIS is true. We could then modify the existing PoSH script which creates a new site on IIS to map the file share to a Z: drive and point the new default site to that drive.

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

No branches or pull requests

1 participant