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

Add azd templates for API Center #397

Merged
merged 4 commits into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ _Getting started? Click the image below to check out an Azure Friday episode all
* [tonybaloney/django-on-azure](https://github.com/tonybaloney/django-on-azure) - Django + PostgreSQL + Azure App Service
* [bradygaster](https://github.com/bradygaster/RockPaperOrleans) - distributed .NET game
* [dotnet/ai-samples](https://github.com/dotnet/ai-samples) - .NET samples demonstrating how to use AI in your applications.
* [Azure-Samples/APICenter-Reference](https://github.com/Azure-Samples/APICenter-Reference) - API Center reference samples with various use cases including analyzer and portal experiences.

### 3.2 Community

Expand Down
68 changes: 68 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1776,5 +1776,73 @@
"ai",
"new"
]
},
{
"title": "API Center Analyzer",
"description": "This sample provides an Azure API Center along with Azure Functions and Azure Event Grid to analyze API specs when registering or updating API specs to Azure API Center.",
"preview": "./templates/images/apic-analyzer.png",
"website": "https://github.com/Azure",
hemarina marked this conversation as resolved.
Show resolved Hide resolved
"author": "Justin Yoo, Pierce Boggan",
"source": "https://github.com/Azure/APICenter-Analyzer",
"tags": [
"msft",
"bicep",
"build2024",
hemarina marked this conversation as resolved.
Show resolved Hide resolved
"apicenter",
hemarina marked this conversation as resolved.
Show resolved Hide resolved
"functions",
"eventgrid",
"managedidentity",
"applicationinsights",
hemarina marked this conversation as resolved.
Show resolved Hide resolved
"loganalytics",
"diagnostics",
"typescript",
"new"
]
},
{
"title": "API Center Portal",
"description": "This sample provides an Azure API Center along with Azure Static Web Apps that governs API specs registered on Azure API Center for developers and stakeholders.",
"preview": "./templates/images/apic-portal.png",
"website": "https://github.com/Azure",
hemarina marked this conversation as resolved.
Show resolved Hide resolved
"author": "Justin Yoo, Pierce Boggan",
"source": "https://github.com/Azure/APICenter-Portal-Starter",
"tags": [
"msft",
"bicep",
"build2024",
hemarina marked this conversation as resolved.
Show resolved Hide resolved
"apicenter",
"swa",
"serviceprincipal",
hemarina marked this conversation as resolved.
Show resolved Hide resolved
"typescript",
"new"
]
},
{
"title": "API Center Reference Sample",
"description": "This sample provides an Azure API Center along with Azure App Service, Static Web Apps and Azure Functions that governs, analyzes and performs service discovery of API specs registered on Azure API Center.",
"preview": "./templates/images/apic-reference.png",
"website": "https://github.com/Azure-Samples",
"author": "Justin Yoo",
"source": "https://github.com/Azure-Samples/APICenter-Reference",
"tags": [
"msft",
"bicep",
"build2024",
hemarina marked this conversation as resolved.
Show resolved Hide resolved
"apicenter",
"appservice",
"functions",
"eventgrid",
"managedidentity",
"applicationinsights",
hemarina marked this conversation as resolved.
Show resolved Hide resolved
"loganalytics",
"diagnostics",
"swa",
"serviceprincipal",
"logicapps",
hemarina marked this conversation as resolved.
Show resolved Hide resolved
"apim",
"dotnetCsharp",
"typescript",
"new"
]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.