Skip to content

Example of Static Website build using Azure Spring Apps (Enterprise)

Notifications You must be signed in to change notification settings

Azure-Spring-Apps/nanochess-asae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

nanochess-asae

Example of a static website that can be published on Azure Spring Apps Enterprise.

Deploy to Azure Spring Apps Enterprise

  • Create an application placeholder for your static web application, e.g.
az spring app create --name nanochess --assign-endpoint true --cpu 1 --memory 1
  • Deploy the static web application to your Azure Spring Apps (Enterprise) instance, e.g. with either nginx or httpd
az spring app deploy --name nanochess --source-path . --build-env BP_WEB_SERVER=nginx
az spring app deploy --name nanochess --source-path . --build-env BP_WEB_SERVER=httpd
  • Observe the output and test the application

Nanochess screenshot

Documentation

More details on how to Deploy web static files to Azure Spring Apps Enterprise.

Nanochess Credits

The javascript version of nanochess is from Toledo's Javascript Chess Game

About

Example of Static Website build using Azure Spring Apps (Enterprise)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages