Azure / static-web-apps

Azure Static Web Apps. For bugs and feature requests, please create an issue in this repo. For community discussions, latest updates, kindly refer to the Discussions Tab. To know what's new in Static Web Apps, visit https://aka.ms/swa/ThisMonth
https://aka.ms/swa
MIT License
320 stars 53 forks source link

Deploy multiple micro-frontend into single static web apps #823

Open robersonliou opened 2 years ago

robersonliou commented 2 years ago

Hi,

Can I deploy multiple micro-frontend into single static web apps?

For example, Suppose my static web apps url is https://my.azurestaticapps.net/, and I hope my micro-frontend-apps can mapping to different sub route in static web apps.

When I deploy only app1, it's perfect. But after app2 deployment, app1 content was disappear.

Is there any way to keep all the files preserve when multi deployment? Thanks.

mkarmark commented 2 years ago

HI @robersonliou, so basically are you saying there will be 3 separate repos in this setup with micro apps behind one "static web app"?

robersonliou commented 2 years ago

HI @robersonliou, so basically are you saying there will be 3 separate repos in this setup with micro apps behind one "static web app"?

Yes, there will be 3 repos with unique pipeline, but deploy to single static web apps.

rapitkan commented 1 year ago

Any progress on this?

sivasankar-thalavai commented 8 months ago

any update on this?

miguelEsteban commented 7 months ago

What alternatives exist to be able to deploy micro frontend in Azure? only storage + CDN?