You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/Readme.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This is a serverless API with two endpoints:
14
14
15
15
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*
16
16
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*
18
18
19
19
1. Populate your collection with a couple of items. In *Data Explorer* -> *admin* -> *Team* -> *Documents* add new entries to retrieve later:
20
20
@@ -84,6 +84,6 @@ npm install
84
84
85
85
### More resources
86
86
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)
88
88
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