Add todo list razor pages + functions + table storage demo#93
Open
massimobonanni wants to merge 1 commit into
Open
Add todo list razor pages + functions + table storage demo#93massimobonanni wants to merge 1 commit into
massimobonanni wants to merge 1 commit into
Conversation
Collaborator
|
PR created on home repo. Please consider creating a demoguide to help users understand the project examples: |
| "authorLink": "https://github.com/massimobonanni", | ||
| "repo": "https://github.com/massimobonanni/AZD-ToDoList", | ||
| "tags": ["AZ-204","AZ-104", "dotnet", "appservice","functions","azurestorage"], | ||
| "demoGuide": "https://github.com/massimobonanni/AZD-ToDoList/blob/main/README.md", |
Collaborator
There was a problem hiding this comment.
There was a bug in a previous entry. Lower cased g in demoguide
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds a new template entry for a ToDo list application that demonstrates integration between Razor Pages, Azure Functions, and Azure Table Storage using Managed Identity. This provides users with an example of a secure, end-to-end app leveraging multiple Azure services and modern deployment practices.
New template addition:
static/templates.jsonfor a ToDo list app featuring Razor Pages (front-end), Azure Functions (backend), and Azure Table Storage (data), with Managed Identity for secure data access. The template includes metadata such as author, repository link, tags, demo guide, estimated deployment time, and cost.