Skip to content

Commit 0303b2d

Browse files
Copilothemarina
andauthored
Remove Azure Spring Apps sample from gallery (#972)
* Initial plan * Remove retired ASA sample template Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com> * Remove Java Spring Apps with Azure OpenAI template Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com> * Remove azurespringapps tag definition and icon Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com>
1 parent 816efb1 commit 0303b2d

3 files changed

Lines changed: 0 additions & 77 deletions

File tree

website/src/data/tags.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ export type TagType =
9090
| "enterprisepatterns"
9191
| "jupyter"
9292
| "datascience"
93-
| "azurespringapps"
9493
| "rediscache"
9594
| "ai"
9695
| "php"
@@ -699,13 +698,6 @@ export const Tags: { [type in TagType]: Tag } = {
699698
url: "https://azure.microsoft.com/products/managed-grafana",
700699
type: "Service",
701700
},
702-
azurespringapps: {
703-
label: "Azure Spring Apps",
704-
description: "Template architecture uses Azure Spring Apps",
705-
azureIcon: "./img/Azure-Spring-Apps.svg",
706-
url: "https://azure.microsoft.com/products/spring-apps",
707-
type: "Service",
708-
},
709701
rediscache: {
710702
label: "Azure Cache for Redis",
711703
description: "Template architecture uses Azure Cache for Redis",

website/static/img/Azure-Spring-Apps.svg

Lines changed: 0 additions & 12 deletions
This file was deleted.

website/static/templates.json

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -757,33 +757,6 @@
757757
],
758758
"id": "fc267cdd-831c-4e2d-b86f-2b5af58f1876"
759759
},
760-
{
761-
"title": "Event Driven Java Application with Azure Service Bus on Azure Spring Apps",
762-
"description": "A complete event-driven application that includes everything you need to build, deploy, and monitor an Azure solution. ",
763-
"preview": "./templates/images/event-driven-spring-apps.png",
764-
"authorUrl": "https://github.com/Azure-Samples/",
765-
"author": "Azure Content Team",
766-
"source": "https://github.com/Azure-Samples/ASA-Samples-Event-Driven-Application",
767-
"tags": [
768-
"msft"
769-
],
770-
"languages": [
771-
"java"
772-
],
773-
"frameworks": [
774-
"spring"
775-
],
776-
"azureServices": [
777-
"servicebus",
778-
"monitor",
779-
"keyvault",
780-
"azurespringapps"
781-
],
782-
"IaC": [
783-
"bicep"
784-
],
785-
"id": "6631fe19-f77a-4f1e-8b06-759bc7648b60"
786-
},
787760
{
788761
"title": "SAP Cloud SDK on Azure App Service Quickstart (TypeScript)",
789762
"description": "This repos serves as quick-start project showcasing SAP Cloud SDK for JavaScript OData consumption running on Azure App Services. Its primary purpose is to set you up for success for your SAP extension project on Azure and reduce the lead time to your first successful deployment as much as possible with developer friendly commands.",
@@ -1187,36 +1160,6 @@
11871160
],
11881161
"id": "11812855-671c-469b-8e31-bf81a9edbb75"
11891162
},
1190-
{
1191-
"title": "Java Spring Apps with Azure OpenAI",
1192-
"description": "AI Shopping Cart is a sample app template that supercharges your shopping experience with the power of AI. It leverages Azure OpenAI and Azure Spring Apps to build a recommendation engine that is not only scalable, resilient, and secure, but also personalized to your needs.",
1193-
"preview": "./templates/images/java-springapps-openai.png",
1194-
"authorUrl": "https://github.com/pmalarme",
1195-
"author": "Pierre Malarme",
1196-
"source": "https://github.com/Azure-Samples/app-templates-java-openai-springapps",
1197-
"tags": [
1198-
"ai",
1199-
"msft"
1200-
],
1201-
"languages": [
1202-
"java"
1203-
],
1204-
"frameworks": [
1205-
"spring",
1206-
"reactjs"
1207-
],
1208-
"azureServices": [
1209-
"openai",
1210-
"aca",
1211-
"azurespringapps",
1212-
"azuredb-postgreSQL",
1213-
"monitor"
1214-
],
1215-
"IaC": [
1216-
"bicep"
1217-
],
1218-
"id": "f3d3346b-d621-4ced-9e2c-1b891da214ad"
1219-
},
12201163
{
12211164
"title": "React Web App with Azure API Management exposing SAP OData APIs",
12221165
"description": "Expose your SAP OData APIs via Azure API Management and link it with Azure Static Web App to create & integrate a serverless Web App blazing fast with GitHub Copilot or ChatGPT.",

0 commit comments

Comments
 (0)