muscle-fibers 发表于 2025-3-25 05:16:33

https://doi.org/10.1007/978-3-531-93190-6We’ve reached the last stop in our journey. We have an application that we can build on now. We can create, edit, and delete blog posts.

myriad 发表于 2025-3-25 09:25:17

http://reply.papertrans.cn/19/1823/182248/182248_22.png

彻底检查 发表于 2025-3-25 13:08:04

http://reply.papertrans.cn/19/1823/182248/182248_23.png

大量 发表于 2025-3-25 18:12:51

http://reply.papertrans.cn/19/1823/182248/182248_24.png

BRINK 发表于 2025-3-25 23:09:21

Simple DebuggingIn the previous chapter, we got our simple application live, hosted inside of an Azure Static Web App and running in a production environment.

Minatory 发表于 2025-3-26 02:23:53

Retrieving Blog DataIn our previous chapters, we have concentrated on setting up our development environment, creating the accounts that we need, installing required software, and creating our Client and Api projects and the Azure Static Web App itself. But right now, it’s just a demo site – let’s change that!

轻而薄 发表于 2025-3-26 07:50:28

Displaying DataIn the previous chapter, we created our data source, seeded the data, and created two functions to retrieve both a list of blog post summaries and a single, complete blog post. Now to make the front end of the site do something useful!

染色体 发表于 2025-3-26 12:30:47

AuthenticationUp until now, we have been working anonymously in our application. To read blog posts, we do not need to know who the user is – our blog post will be open to all for reading. However, now we want to allow only certain users to be able to add new blog posts or edit existing ones. To do this, we need authentication and authorization.

羽饰 发表于 2025-3-26 15:16:10

http://reply.papertrans.cn/19/1823/182248/182248_29.png

Mangle 发表于 2025-3-26 20:52:02

Static Web App CLIWe’ve used the Azure Static Web App CLI (SWA CLI) in an earlier chapter to get started with debugging when running Visual Studio. But there is a lot more that the Static Web App CLI can do!
页: 1 2 [3] 4 5
查看完整版本: Titlebook: Beginning Azure Static Web Apps; Building and Deployi Stacy Cashmore Book 2022 Stacy Cashmore 2022 Azure function.Github.Blazor.API.Visual