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: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,6 @@ This is a web application built with Next.js, TypeScript, CosmosDB, GraphQL and
6
6
that tests your knowledge of Azure fundamentals, specifically for the AZ-900 certification exam. The questions are
7
7
stored in a Cosmos DB database and retrieved using GraphQL queries. The application is deployed on Microsoft Azure.
8
8
9
-
This project was created for learning purposes to help me understand Microsoft Azure and CosmosDB in preparation for
10
-
the AZ-900 exam.
11
-
12
-
UPDATE: The project is now using this
13
-
[repo](https://github.com/Ditectrev/Microsoft-Azure-AZ-900-Microsoft-Azure-Fundamentals-Exam-Questions-Answers) as a
14
-
database, replacing Cosmos DB.
15
-
16
-
UPDATE2: The project has a new name to better fit it's purpose, now it has all azure exams from this [collection](https://github.com/Ditectrev)
17
-
18
-
UPDATE3: Ditectrev took over this project and using it as a platform for students to practice their exam preparations for tests from our repositories.
19
-
20
9
IMPORTANT: do not delete commented out code related to CosmosDB. We might use it to store questions soon in the future instead of from the repositories. Additionally, for the same reason let's keep Azure deployment, with that, the usage of NoSQL (CosmosDB) database is practically ready after commenting out some lines of code.
21
10
22
11
</div>
@@ -75,6 +64,17 @@ npm run dev
75
64
76
65
Open your browser and navigate to [http://localhost:3000](http://localhost:3000).
0 commit comments