Skip to content

Commit 2685151

Browse files
authored
Update Readme
1 parent 9fdd222 commit 2685151

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

services/Readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is a serverless API with two endpoints:
1414

1515
1. In VS Code, go to the Azure icon on the left hand side panel and in the Functions extension click on *Create new project* icon to initialize a new function app. *Overwrite all existing settings*
1616

17-
1. Create a new [Azure Cosmos DB](https://aka.ms/portal-nceu18) account using MongoDB API model. Create a database called *admin* and a collection called *Team*
17+
1. Create a new [Azure Cosmos DB](https://docs.microsoft.com/azure/cosmos-db/?WT.mc_id=graphqlworkshop-github-sicotin) account using MongoDB API model. Create a database called *admin* and a collection called *Team*
1818

1919
1. Populate your collection with a couple of items. In *Data Explorer* -> *admin* -> *Team* -> *Documents* add new entries to retrieve later:
2020

@@ -84,6 +84,6 @@ npm install
8484

8585
### More resources
8686

87-
1. To learn more about Azure Functions checkout this awesome docs [page](https://aka.ms/functions-nceu18)
87+
1. To learn more about Azure Functions checkout this awesome docs [page](https://docs.microsoft.com/azure/azure-functions/?WT.mc_id=graphqlworkshop-github-sicotin)
8888

89-
1. To learn more about Azure Cosmos DB checkout this awesome docs [page](https://aka.ms/cosmos-nceu18)
89+
1. To learn more about Azure Cosmos DB checkout this awesome docs [page](https://docs.microsoft.com/azure/cosmos-db/?WT.mc_id=graphqlworkshop-github-sicotin)

0 commit comments

Comments
 (0)