Skip to content

kjac/UmbracoAzureCloudflare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Umbraco, Azure and Cloudflare

Demo of using hosting an Umbraco Delivery API in Azure and consuming it in Cloudflare Pages

Note

The repo contains the source that is used for a few of my blog posts:

Running the demo

The demo consists of a server (Umbraco) and a client (Astro). To run it, first open src/cms in a terminal window and run:

dotnet run

... then open src/site in a new terminal window and run:

npm install
npm run dev

Umbraco

The Umbraco database is bundled up as part of the GitHub repo.

You'll need to login to play around with the Umbraco content. The administrator login for Umbraco is:

  • Username: admin@localhost
  • Password: SuperSecret123

About

Demo of hosting an Umbraco Delivery API in Azure and consuming it in Cloudflare Pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published