Azure Services Reference
This section is your expanding knowledge base for any Azure service you study — not limited to DP-300.
How to Add New Content
- Create a new
.mdxfile in the appropriate subfolder underdocs/azure-services/ - Add flashcards and quizzes using the components:
import Flashcard from '@site/src/components/Flashcard';
import Quiz from '@site/src/components/Quiz';
import TipBox from '@site/src/components/TipBox';
<Flashcard cards={[
{ front: "Your question", back: "Your answer" }
]} topic="Topic Name" />
<Quiz questions={[
{
question: "Question text",
options: ["A", "B", "C", "D"],
answer: 0,
explanation: "Why A is correct"
}
]} topic="Topic Name" />
<TipBox type="exam-tip">Important exam info</TipBox>
<TipBox type="real-world">Real-world scenario</TipBox>
<TipBox type="gotcha">Common mistakes</TipBox>
Service Categories (Add as you go!)
| Category | Examples |
|---|---|
| Compute | VMs, App Service, Functions, Container Apps, AKS |
| Storage | Blob, Files, Queue, Table, Data Lake |
| Databases | SQL, PostgreSQL, MySQL, Cosmos DB, Redis |
| Networking | VNet, Load Balancer, App Gateway, Front Door, DNS |
| Security | Key Vault, Entra ID, Defender, Sentinel |
| Monitoring | Monitor, App Insights, Log Analytics |
| AI/ML | OpenAI, Cognitive Services, ML Studio |
| Integration | Service Bus, Event Grid, Event Hub, Logic Apps |