-
Notifications
You must be signed in to change notification settings - Fork 7
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 support for the new Azure Static Web Apps #57
Comments
Not really familiar with Azure static web apps :) So currently I can already create a nx workspace with an angular app and nestjs as backend.
How can a Azure static app help here? What makes it different? |
Ok just read a bit more about it now and see some key features. Nx DeployIt is asking at the beginning (scan schematic) which application you want to integrate with infrastructure as code. Option A:
Option B: The next thing is that Nx DeployIt is working with Pulumi under the hood. Here again 2 options: Option A: Option B: |
Azure Static Web Apps is still in preview. CLI support is not available yet ( Here are all the benefits of switching to SWA comparing to blob storage:
So, if you are using Plumi for Azure management, then you probably need to wait for them to add SWA support. Cheers. |
Than we have to wait a bit till Microsoft provides all the APIs to create this recourses. After that terraform / pulumi is really quick to adapt and we can for sure integrate it in a beautiful way |
We already provide the ARM template to create and manage your SWA instances. However, they are still in PREVIEW ;) |
Preview is ok ;) but if you already provide an ARM template its perfect!! We can use this resource from pulumi! |
I think there is finally a solution in pulumi available @manekinekko Can you verify if this is the resource for a static web app? |
@MitkoTschimev I don't so because we haven't published official ARM template for SWA yet. So this plugin might be creating a App Service. |
Is your feature request related to a problem? Please describe.
I'd like to help add support for the new Azure Static Web Apps
Check which provider is affected:
Additional context
Checkout our samples repo here.
The text was updated successfully, but these errors were encountered: