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

Azure Static Webapps / Functions Adaptor #2053

Closed
derkoe opened this issue Nov 8, 2022 · 3 comments · Fixed by #2384
Closed

Azure Static Webapps / Functions Adaptor #2053

derkoe opened this issue Nov 8, 2022 · 3 comments · Fixed by #2384
Labels
STATUS-1: needs triage New issue which needs to be triaged TYPE: enhancement New feature or request
Milestone

Comments

@derkoe
Copy link
Contributor

derkoe commented Nov 8, 2022

Is your feature request related to a problem?

I would live to deploy my Qwik application with SSR to Azure Static Web Apps.

Describe the solution you'd like

Create an adaptor and middleware to run SSR on Azure Static Web Apps.

Describe alternatives you've considered

Have tried to create an external adaptor (as a separate NPM package) - I think this is currently not possible/easy to do.

Additional context

Most frameworks have an adaptor for Azure Static Web Apps (or Azure Functions):

@derkoe derkoe added TYPE: enhancement New feature or request STATUS-1: needs triage New issue which needs to be triaged labels Nov 8, 2022
@derkoe
Copy link
Contributor Author

derkoe commented Nov 9, 2022

I have a basic working adaptor for Azure SWA in this branch: https://github.com/derkoe/qwik/tree/azure-swa

@manucorporat
Copy link
Contributor

I would love to merge Azure support, it's unlikely we can find time from the core team to get this done, but if it's community driven, we will be happy to merge it and support it in our CLI

@derkoe
Copy link
Contributor Author

derkoe commented Nov 20, 2022

I'm just in the process of testing everything and cleaning up the code then I'll create a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
STATUS-1: needs triage New issue which needs to be triaged TYPE: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants