DEV Community

Discussion on: Free Workshop on Azure Static Web Apps

Collapse
 
john_papa profile image
John Papa Microsoft Azure

Today the preview works with GitHub. If you have requests for other services please provide your feedback in the github.com/azure/static-web-apps issues.

I'm curious what you mean by paying. Can you elaborate on that?

Collapse
 
shaijut profile image
Shaiju T

I have 3 Questions:

  1. Suppose I want to host a commercial business website using Azure Static Web App , is this possible right now in preview ? Is it Free or do I need to Pay ?

  2. Can I use Github free plan with private repository for commercial business website ? I think its possible in this post.

  3. I can see Azure Static Web App pulls files from Github repository and host the files in Azure Static Web App, Instead Is there a option to directly deploy from Local Machine to Azure Static Web App ?

Thread Thread
 
john_papa profile image
John Papa Microsoft Azure

Thanks for the questions.

  1. Preview is free. There are no SLA's til we reach GA (General Availability). So you can do this, but I recommend waiting for production sites for GA.

  2. GitHub private repos work.

  3. Today in preview it works through GitHub.

Thread Thread
 
shaijut profile image
Shaiju T

Thank you so much. 😄 Appreciate.