From 02070ee950f868176d2942fb64d8ac4b3199a4a0 Mon Sep 17 00:00:00 2001 From: Tim Warner Date: Sun, 8 Dec 2024 20:42:10 -0600 Subject: [PATCH] Add resource links to new README --- README.md | 5 +++++ az400.code-workspace | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38643ec..ad85151 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # AZ-400 Exam Preparation Resources > Study materials and resources for Microsoft's AZ-400: Designing and Implementing Microsoft DevOps Solutions certification exam. +## Latest updates + +- [Microsoft Learn AZ-400 lab exercises](https://microsoftlearning.github.io/AZ400-DesigningandImplementingMicrosoftDevOpsSolutions/) +- [Parts Unlimited MRP demo application](https://github.com/microsoft/PartsUnlimitedMRP) + ## 📫 Contact Information - **Name:** Tim Warner diff --git a/az400.code-workspace b/az400.code-workspace index e58a0e9..4dc0e15 100644 --- a/az400.code-workspace +++ b/az400.code-workspace @@ -15,6 +15,7 @@ ] } }, - "terminal.integrated.defaultProfile.windows": "PowerShell (Admin)" + "terminal.integrated.defaultProfile.windows": "PowerShell (Admin)", + "dotnet.defaultSolution": "disable" } } \ No newline at end of file