diff --git a/website/static/templates.json b/website/static/templates.json index 0c1927d5..c066ffaa 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -2576,7 +2576,7 @@ "tags": ["new", "functions", "dotnetCsharp", "managedidentity","bicep", "msft"] }, { - "title": "Azure Cosmos DB for Table Quickstart - .NET", + "title": "Azure Cosmos DB for Table Quickstart - .NET", "description": "A quick application to get started using Azure Cosmos DB for Table with the Azure SDK for .NET.", "preview": "./templates/images/cosmos-db-table-dotnet-quickstart.png", "website": "https://github.com/azure-samples/cosmos-db-table-dotnet-quickstart", @@ -2592,5 +2592,32 @@ "author": "Azure Cosmos DB Content Team", "source": "https://github.com/azure-samples/cosmos-db-table-nodejs-quickstart", "tags": ["cosmosdb", "nodejs", "aca", "managedidentity", "bicep", "msft", "new"] + }, + { + "title": "Integration Hub with Logic App Standard", + "description": "Template to deploy shared components like Logic App Standard Plan, Service Bus and Azure Artifacts for an integration platform.", + "preview": "./templates/images/integration-hub.png", + "website": "https://github.com/marnixcox", + "author": "Marnix Cox", + "source": "https://github.com/marnixcox/integration-hub", + "tags": ["new", "community", "functions", "dotnetCsharp", "powershell","bicep", "servicebus", "logicapps", "keyvault", "monitor", "appservice"] + }, + { + "title": "Logic App Standard and Functions", + "description": "Template to deploy Logic App Standard and Functions for application integrations.", + "preview": "./templates/images/logicapp-standard-func.png", + "website": "https://github.com/marnixcox", + "author": "Marnix Cox", + "source": "https://github.com/marnixcox/logicapp-standard-func", + "tags": ["new", "community", "functions", "dotnetCsharp", "bicep", "logicapps", "keyvault", "monitor", "appservice"] + }, + { + "title": "Logic App Consumption", + "description": "Template to deploy Logic App Comsumption for (legacy) application integrations.", + "preview": "./templates/images/logicapp-standard-func.png", + "website": "https://github.com/marnixcox", + "author": "Marnix Cox", + "source": "https://github.com/marnixcox/logicapp-consumption", + "tags": ["new", "community", "bicep", "logicapps", "keyvault", "monitor"] } ] \ No newline at end of file diff --git a/website/static/templates/images/integration-hub.png b/website/static/templates/images/integration-hub.png new file mode 100644 index 00000000..557983b2 Binary files /dev/null and b/website/static/templates/images/integration-hub.png differ diff --git a/website/static/templates/images/logicapp-consumption.png b/website/static/templates/images/logicapp-consumption.png new file mode 100644 index 00000000..ef24ab1c Binary files /dev/null and b/website/static/templates/images/logicapp-consumption.png differ diff --git a/website/static/templates/images/logicapp-standard-func.png b/website/static/templates/images/logicapp-standard-func.png new file mode 100644 index 00000000..04cb89d4 Binary files /dev/null and b/website/static/templates/images/logicapp-standard-func.png differ