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: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Please choose the PR Type and give as many details as possible about your PR.
5
5
6
6
Fixes #0000<!-- link to issue if one exists -->
7
7
8
-
-[ ] I have read and agree to the [Code of Conduct](https://github.com/eduardconstantin/azure-fundamentals/blob/main/CODE_OF_CONDUCT.md), and have followed the [Contributing guidelines](https://github.com/eduardconstantin/azure-fundamentals/blob/main/CONTRIBUTING.md).
8
+
-[ ] I have read and agree to the [Code of Conduct](CODE_OF_CONDUCT.md), and have followed the [Contributing guidelines](CONTRIBUTING.md).
Copy file name to clipboardExpand all lines: README.md
+25-18Lines changed: 25 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,12 @@
1
-
<h1align="center">Azure Cloud Exams</h1>
1
+
<h1align="center">🧪 Practice Exams Platform</h1>
2
2
<br />
3
3
4
4
<divalign="center">
5
5
This is a web application built with Next.js, TypeScript, CosmosDB, GraphQL and TailwindCSS. The application is a quiz
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?q=azure&type=all&language=&sort=)
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.
17
10
18
11
</div>
19
12
@@ -23,19 +16,23 @@ UPDATE2: The project has a new name to better fit it's purpose, now it has all a
It's possible to have them generated using [Ollama](https://ollama.com). For installation please follow https://webinstall.dev/ollama/. Whether you want to generate explanations while running the platform on `localhost`, or on `education.ditectrev.com` it's possible. For the latter, please run `OLLAMA_ORIGINS="https://education.ditectrev.com" ollama serve` and refresh the https://education.ditectrev.com page. Facing `127.0.0.1:11434: bind: address already in use`? Fix it using https://github.com/ollama/ollama/issues/707.
0 commit comments