Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New AZD Project Template - Azure Serverless App with Angular and MSAL #412

Merged
merged 5 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export type TagType =
| "python"
| "django"
| "reactjs"
| "angular"
| "nodejs"
| "kubernetes"
| "keda"
Expand Down Expand Up @@ -110,7 +111,8 @@ export type TagType =
| "diagnosticsettings"
| "managedidentity"
| "serviceprincipal"
| "logicapps";
| "logicapps"
| "msal";

// LIST OF AVAILABLE TAGS
// Each tag in lit about must have a defined object here
Expand Down Expand Up @@ -258,6 +260,11 @@ export const Tags: { [type in TagType]: Tag } = {
description: "Template architecture uses GPT AI model",
type: "Tools",
},
msal: {
label: "Microsoft Authentication Library",
description: "Template architecture uses Microsoft Authentication Library",
type: "Tools",
},

// ---- Infrastructure as Code
bicep: {
Expand Down Expand Up @@ -347,6 +354,11 @@ export const Tags: { [type in TagType]: Tag } = {
description: "Template architecture uses Kubernetes",
type: "Platform",
},
angular: {
label: "Angular",
description: "Template architecture uses Angular",
type: "Platform",
},

// ---- Service
dataverse: {
Expand Down
19 changes: 19 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1897,5 +1897,24 @@
"blazor",
"new"
]
},
{
"title": "Azure Serverless App with Angular and MSAL",
"description": "Azure Serverless Template using Angular-standalone, Azure Functions App, Cosmos DB and APIM",
"preview": "./templates/images/serverless-application-flow.png",
"website": "https://github.com/ryanninodizon",
"author": "Ryan Niño Dizon",
"source": "https://github.com/ryanninodizon/AzureServerlessApp-with-auth-for-dotnet-angular",
"tags": [
"apim",
"functions",
"msal",
"dotnetCsharp",
"cosmosdb",
"serverlessapi",
"angular",
ryanninodizon marked this conversation as resolved.
Show resolved Hide resolved
"new",
"community"
]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.