We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9f66f commit 02070eeCopy full SHA for 02070ee
README.md
@@ -1,6 +1,11 @@
1
# AZ-400 Exam Preparation Resources
2
> Study materials and resources for Microsoft's AZ-400: Designing and Implementing Microsoft DevOps Solutions certification exam.
3
4
+## Latest updates
5
+
6
+- [Microsoft Learn AZ-400 lab exercises](https://microsoftlearning.github.io/AZ400-DesigningandImplementingMicrosoftDevOpsSolutions/)
7
+- [Parts Unlimited MRP demo application](https://github.com/microsoft/PartsUnlimitedMRP)
8
9
## 📫 Contact Information
10
11
- **Name:** Tim Warner
az400.code-workspace
@@ -15,6 +15,7 @@
15
]
16
}
17
},
18
- "terminal.integrated.defaultProfile.windows": "PowerShell (Admin)"
+ "terminal.integrated.defaultProfile.windows": "PowerShell (Admin)",
19
+ "dotnet.defaultSolution": "disable"
20
21
0 commit comments