© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
S. CashmoreBeginning Azure Static Web Appshttps://doi.org/10.1007/978-1-4842-8146-8_10

10. Creating Blog Posts

Stacy Cashmore1  
(1)
Amsterdam, The Netherlands
 

In the previous chapter, we implemented authentication and authorization in our application and registered a user with admin rights. Now we can get our application completed!

Our application takes blog posts from our CosmosDB and displays them to the user. Right now though, we need to create and edit blog posts inside of the CosmosDB – by manipulating the JSON data directly. That isn’t the most user-friendly way of working – and there is a good chance that we can break something.

In this chapter, we are ...

Get Beginning Azure Static Web Apps: Building and Deploying Dynamic Web Applications with Blazor now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.