Skip to content

Commit

Permalink
Replace "Azure CosmosDB" with "Azure Cosmos DB" (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharprun authored Oct 25, 2024
1 parent 5bb7bdc commit c2776e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The Azure Developer CLI (`azd`) is an open-source tool that accelerates the time
* [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
* [Azure Developer CLI - on Azure Cosmos DB TV](https://www.youtube.com/watch?v=LjI-WZtunqA) - August 2022

## 3. Contribute to Gallery

Expand Down
4 changes: 2 additions & 2 deletions website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,8 @@ export const Tags: { [type in TagType]: Tag } = {
type: "Service",
},
cosmosdb: {
label: "Azure CosmosDB",
description: "Template architecture uses Azure CosmosDB",
label: "Azure Cosmos DB",
description: "Template architecture uses Azure Cosmos DB",
azureIcon: "./img/Azure-Cosmos-DB.svg",
url: "https://azure.microsoft.com/products/cosmos-db/",
type: "Service",
Expand Down

0 comments on commit c2776e3

Please sign in to comment.