From a5b381aaf0fe6405abe1fb14fa957485f6676e9b Mon Sep 17 00:00:00 2001 From: Grace Kulin Date: Fri, 6 Sep 2024 11:29:47 -0700 Subject: [PATCH 1/4] add author tags --- website/static/templates.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/website/static/templates.json b/website/static/templates.json index 7ef9e6cb..ba3e74d0 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -2096,7 +2096,8 @@ "aicollection", "openai", "blobstorage", - "aisearch" + "aisearch", + "msft" ] }, { @@ -2114,7 +2115,8 @@ "openai", "managedidentity", "openai", - "aicollection" + "aicollection", + "msft" ] }, { @@ -2129,7 +2131,8 @@ "managedidentity", "aca", "azureai", - "aicollection" + "aicollection", + "msft" ] }, { @@ -2143,7 +2146,8 @@ "python", "pinecone", "aca", - "aicollection" + "aicollection", + "community" ] } ] From 2c39a2cdb65944f7204b50c8cd69c62ff079037b Mon Sep 17 00:00:00 2001 From: Grace Kulin Date: Fri, 6 Sep 2024 14:10:46 -0700 Subject: [PATCH 2/4] add new tag --- website/static/templates.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/website/static/templates.json b/website/static/templates.json index ba3e74d0..2df9a2ac 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -2116,7 +2116,8 @@ "managedidentity", "openai", "aicollection", - "msft" + "msft", + "new" ] }, { @@ -2132,7 +2133,8 @@ "aca", "azureai", "aicollection", - "msft" + "msft", + "new" ] }, { @@ -2147,7 +2149,8 @@ "pinecone", "aca", "aicollection", - "community" + "community", + "new" ] } ] From 7b0b6ac0b1d003f5737c17c3b6a2f78c66fd7b80 Mon Sep 17 00:00:00 2001 From: Grace Kulin Date: Wed, 9 Oct 2024 15:30:48 -0700 Subject: [PATCH 3/4] change video, update links --- README.md | 63 +++++++++++++++++++++++-------------------------------- 1 file changed, 26 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 44b662e3..5054c419 100644 --- a/README.md +++ b/README.md @@ -3,53 +3,42 @@ View this site here: [aka.ms/awesome-azd](https://aka.ms/awesome-azd) ## 1. Introduction -_Getting started? Click the image below to check out an Azure Friday episode all about the Azure Developer CLI (`azd`)._ -[![Image of Azure Fridays episode with Scott Hanselman and Savannah Ostrowski, around the Azure Developer CLI (azd)](https://img.youtube.com/vi/VTk-FhJyo7s/0.jpg)](https://www.youtube.com/watch?v=VTk-FhJyo7s) +New to `azd`? Check out the `azd` videos in the Open at Microsoft series: +[![Image of Intro to Azure Developer CLI (azd)](https://img.youtube.com/vi/KDgR-TXtOgM/0.jpg)](https://www.youtube.com/embed/KDgR-TXtOgM) -| [Azure Developer CLI Templates](https://github.com/topics/azd-templates) | -|:---| -| The Azure Developer CLI (`azd`) is an open-source tool that accelerates the time it takes for developers to get started on Azure by using developer-friendly commands that map to key stages in your workflow (code, build, deploy, monitor). The Azure Developer CLI uses application templates that include everything you need to get up and running on Azure, then allows you to customize them. The templates include application code and reusable infrastructure as code assets written in Bicep or Terraform and are infused with cloud best practices. More than that, they cover end-to-end scenarios that go far beyond "Hello World!". +[![Image of How to deploy to Azurer with the Azure Developer CLI](https://img.youtube.com/vi/f_HpDpEmWZ4/0.jpg)](https://www.youtube.com/embed/KDgR-TXtOgM) -![Azure Developer CLI Templates](https://raw.githubusercontent.com/github/explore/a8036e684c6a96e4656252a806f21d332bc4d4e1/topics/azd-templates/azd-templates.png)
-📖 [**azd** Overview](https://learn.microsoft.com/azure/developer/azure-developer-cli/overview?tabs=nodejs) | 🚀 [**azd** Quickstart](https://learn.microsoft.com/azure/developer/azure-developer-cli/get-started?tabs=bare-metal%2Cwindows&pivots=programming-language-nodejs) | 📚 [**azd** Reference](https://learn.microsoft.com/azure/developer/azure-developer-cli/reference) | 🗃️ [**azd-templates** on Github](https://github.com/topics/azd-templates)
+The Azure Developer CLI (`azd`) is an open-source tool that accelerates the time it takes for developers to get started on Azure by using developer-friendly commands that map to key stages in your workflow (code, build, deploy, monitor). The Azure Developer CLI uses application templates that include everything you need to get up and running on Azure, then allows you to customize them. The templates include application code and reusable infrastructure as code assets written in Bicep or Terraform and are infused with cloud best practices. More than that, they cover end-to-end scenarios that go far beyond "Hello World!". + +![Azure Developer CLI Templates](https://raw.githubusercontent.com/github/explore/a8036e684c6a96e4656252a806f21d332bc4d4e1/topics/azd-templates/azd-templates.png) + +📖 [**azd** Overview](https://learn.microsoft.com/azure/developer/azure-developer-cli/overview) | 🚀 [**azd** Quickstart](https://learn.microsoft.com/azure/developer/azure-developer-cli/get-started?tabs=localinstall&pivots=programming-language-nodejs) | 📚 [**azd** Reference](https://learn.microsoft.com/azure/developer/azure-developer-cli/reference) ## 2. Resources ### 2.1 Articles - * [Microsoft’s AI Azure Studio is now generally available and supports OpenAI’s GPT-4o](https://venturebeat.com/ai/microsofts-ai-azure-studio-is-now-generally-available-and-supports-openais-gpt-4o/) - May 2024 - * [Generate Local .NET Secrets from Azure Deployments](https://devblogs.microsoft.com/dotnet/generate-dotnet-secrets-automatically-from-azure-deployment/) - March 2024 - * [Azure Developer CLI - The new infrastructure setup](https://dev.to/lechnerc77/azure-developer-cli-the-new-infrastructure-setup-4caj) - [_Christian Lechner_](https://github.com/lechnerc77) - Oct 2022 - * [Azure Developer CLI - How does it know that?](https://dev.to/lechnerc77/azure-developer-cli-how-does-it-know-that-1ngl) - [_Christian Lechner_](https://github.com/lechnerc77) - Oct 2022 - * [Azure Developer CLI - Compatibility journey for an Azure Functions Project](https://dev.to/lechnerc77/the-azure-developer-cli-compatibility-journey-for-an-azure-functions-project-3mc1) - [_Christian Lechner_](https://github.com/lechnerc77) - Oct 2022 - * [Azure Developer CLI - A Walkthrough](https://dev.to/lechnerc77/the-azure-developer-cli-a-walk-through-22fm) - [_Christian Lechner_](https://github.com/lechnerc77) - Sep 2022 + +* [Microsoft’s AI Azure Studio is now generally available and supports OpenAI’s GPT-4o](https://venturebeat.com/ai/microsofts-ai-azure-studio-is-now-generally-available-and-supports-openais-gpt-4o/) - May 2024 +* [Generate Local .NET Secrets from Azure Deployments](https://devblogs.microsoft.com/dotnet/generate-dotnet-secrets-automatically-from-azure-deployment/) - March 2024 +* [Azure Developer CLI - The new infrastructure setup](https://dev.to/lechnerc77/azure-developer-cli-the-new-infrastructure-setup-4caj) - [_Christian Lechner_](https://github.com/lechnerc77) - Oct 2022 +* [Azure Developer CLI - How does it know that?](https://dev.to/lechnerc77/azure-developer-cli-how-does-it-know-that-1ngl) - [_Christian Lechner_](https://github.com/lechnerc77) - Oct 2022 +* [Azure Developer CLI - Compatibility journey for an Azure Functions Project](https://dev.to/lechnerc77/the-azure-developer-cli-compatibility-journey-for-an-azure-functions-project-3mc1) - [_Christian Lechner_](https://github.com/lechnerc77) - Oct 2022 +* [Azure Developer CLI - A Walkthrough](https://dev.to/lechnerc77/the-azure-developer-cli-a-walk-through-22fm) - [_Christian Lechner_](https://github.com/lechnerc77) - Sep 2022 ### 2.2 Videos - * [Better together, build and deploy to Azure with GitHub](https://build.microsoft.com/en-US/sessions/95f1aa9b-3085-4d5c-b8c9-167175b136a1?source=sessions) - May 2024 - * [Maximize joy, minimize toil with great developer experiences](https://build.microsoft.com/en-US/sessions/80558a0c-7ea0-4949-8c50-e7bead5ea8cc?source=sessions) - May 2024 - * [How To Deploy to Azure with the Azure Developer CLI (azd)](https://learn.microsoft.com/en-us/shows/open-at-microsoft/how-to-deploy-to-azure-with-the-azure-developer-cli-azd) - May 2024 - * [Introduction to the Azure Developer CLI (azd)](https://learn.microsoft.com/en-us/shows/open-at-microsoft/introduction-to-the-azure-developer-cli-azd) - April 2024 - * [Generate Local .NET Secrets from Azure Deployments](https://www.youtube.com/watch?v=NpE7edalTlQ) - March 2024 - * [Azure Developer CLI - #QuickGlance Playlist](https://www.youtube.com/watch?v=eLiD3E7tPYo&list=PLmZLSvJAm8FbFq2XhqaPZgIzl6kewz1HD) - August 2022 - * [Azure Developer CLI - on Azure CosmosDB TV](https://www.youtube.com/watch?v=LjI-WZtunqA) - August 2022 - -## 3. Templates - -### 3.1 Microsoft -* [Azure-Samples/azd-aistudio-starter](https://github.com/Azure-Samples/azd-aistudio-starter) - Bicep template to get started with Azure AI Studio -* [Azure/APICenter-Portal-Starter](https://github.com/Azure/APICenter-Portal-Starter) - Reference implementation of API Center portal for a web-based API discovery -* [Azure-Samples/todo-csharp-cosmos-sql](https://github.com/Azure-Samples/todo-csharp-cosmos-sql) - complete ToDo application -* [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 -* [Arize-ai/phoenix-on-azure](https://github.com/Arize-ai/phoenix-on-azure) - MLOps and LLMOps insights with zero-config observability -* [pascalvanderheiden/ais-apim-openai](https://github.com/pascalvanderheiden/ais-apim-openai) - Azure API Management with Azure OpenAI - -## 4. Contribute to Gallery + +* [Better together, build and deploy to Azure with GitHub](https://build.microsoft.com/en-US/sessions/95f1aa9b-3085-4d5c-b8c9-167175b136a1?source=sessions) - May 2024 +* [Maximize joy, minimize toil with great developer experiences](https://build.microsoft.com/en-US/sessions/80558a0c-7ea0-4949-8c50-e7bead5ea8cc?source=sessions) - May 2024 +* [How To Deploy to Azure with the Azure Developer CLI (azd)](https://learn.microsoft.com/en-us/shows/open-at-microsoft/how-to-deploy-to-azure-with-the-azure-developer-cli-azd) - May 2024 +* [Introduction to the Azure Developer CLI (azd)](https://learn.microsoft.com/en-us/shows/open-at-microsoft/introduction-to-the-azure-developer-cli-azd) - April 2024 +* [Generate Local .NET Secrets from Azure Deployments](https://www.youtube.com/watch?v=NpE7edalTlQ) - March 2024 +* [Azure Developer CLI - #QuickGlance Playlist](https://www.youtube.com/watch?v=eLiD3E7tPYo&list=PLmZLSvJAm8FbFq2XhqaPZgIzl6kewz1HD) - August 2022 +* [Azure Developer CLI - on Azure CosmosDB TV](https://www.youtube.com/watch?v=LjI-WZtunqA) - August 2022 + +## 3. Contribute to Gallery + * This repository is also associated with a [live website](https://aka.ms/awesome-azd) that makes azd-templates searchable and discoverable (by various filter tags). * Read [this document](GALLERY.md) for an overview of how this is setup. * Submit a template for the gallery! Use [this issue](https://github.com/Azure/awesome-azd/issues/new?assignees=gkulin&labels=new-contribution&template=%F0%9F%93%B2contribute-an-azd-template-.md&title=%5BNew+azd-template%5D+%3Cyour-template-name%3E) to contribute your template to the showcase. From dc66c730289deba6b5b599e5f3e945962b253f17 Mon Sep 17 00:00:00 2001 From: Grace Kulin <55554236+gkulin@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:43:38 -0700 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: Kristen Womack <5034778+kristenwomack@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5054c419..d08470ae 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ New to `azd`? Check out the `azd` videos in the Open at Microsoft series: [![Image of Intro to Azure Developer CLI (azd)](https://img.youtube.com/vi/KDgR-TXtOgM/0.jpg)](https://www.youtube.com/embed/KDgR-TXtOgM) -[![Image of How to deploy to Azurer with the Azure Developer CLI](https://img.youtube.com/vi/f_HpDpEmWZ4/0.jpg)](https://www.youtube.com/embed/KDgR-TXtOgM) +[![Image of How to deploy to Azure with the Azure Developer CLI](https://img.youtube.com/vi/f_HpDpEmWZ4/0.jpg)](https://www.youtube.com/embed/KDgR-TXtOgM) The Azure Developer CLI (`azd`) is an open-source tool that accelerates the time it takes for developers to get started on Azure by using developer-friendly commands that map to key stages in your workflow (code, build, deploy, monitor). The Azure Developer CLI uses application templates that include everything you need to get up and running on Azure, then allows you to customize them. The templates include application code and reusable infrastructure as code assets written in Bicep or Terraform and are infused with cloud best practices. More than that, they cover end-to-end scenarios that go far beyond "Hello World!". @@ -40,7 +40,7 @@ The Azure Developer CLI (`azd`) is an open-source tool that accelerates the time ## 3. Contribute to Gallery * This repository is also associated with a [live website](https://aka.ms/awesome-azd) that makes azd-templates searchable and discoverable (by various filter tags). -* Read [this document](GALLERY.md) for an overview of how this is setup. +* Read [this document](GALLERY.md) for an overview of how the gallery is setup. * Submit a template for the gallery! Use [this issue](https://github.com/Azure/awesome-azd/issues/new?assignees=gkulin&labels=new-contribution&template=%F0%9F%93%B2contribute-an-azd-template-.md&title=%5BNew+azd-template%5D+%3Cyour-template-name%3E) to contribute your template to the showcase. ---