Skip to content

Commit

Permalink
Add Arize Phoenix template (#408)
Browse files Browse the repository at this point in the history
* wip

* fix

* fix again

* add arize phoenix template
  • Loading branch information
gkulin committed Jun 25, 2024
1 parent ebd0fa1 commit fcc75b2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
5 changes: 2 additions & 3 deletions website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export type TagType =
| "managedidentity"
| "serviceprincipal"
| "logicapps";

// LIST OF AVAILABLE TAGS
// Each tag in lit about must have a defined object here
// One or more tags can be associated per card
Expand Down Expand Up @@ -144,8 +144,7 @@ export const Tags: { [type in TagType]: Tag } = {
},
build2024: {
label: "Build 2024 Collection",
description:
"This tag is used for templates included in the Microsoft Build 2024 conference collection.",
description: "This tag is used for templates included in the Microsoft Build 2024 conference collection.",
},

//============ FOR REGULAR USE
Expand Down
16 changes: 16 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1859,5 +1859,21 @@
"ai",
"new"
]
},
{
"title": "Deploy Phoenix to Azure",
"description": "Phoenix provides MLOps and LLMOps insights at lightning speed with zero-config observability.",
"preview": "./templates/images/arize-phoenix.png",
"website": "https://github.com/Arize-ai",
"author": "Arize AI Team",
"source": "https://github.com/Arize-ai/phoenix-on-azure",
"tags": [
"community",
"bicep",
"python",
"aca",
"ai",
"new"
]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fcc75b2

Please sign in to comment.