From 5d720a66db287ddac38c769cdcbf95444fb7c77f Mon Sep 17 00:00:00 2001 From: Tung Leo Date: Sat, 18 May 2024 13:27:24 +0700 Subject: [PATCH] Add Azure Certification exam preparation (#9) * Add Azure Exam preparation * Add Azure Exam preparation.v12 * ci: accept 403 * ci: accept 403.1 * ci: accept 403.2 * ci: accept 403.2 * ci: accept 403.3 * ci: fix link --- .github/workflows/link-checker.yaml | 1 + README.md | 23 +++++++++++++++++++++++ certification/az-104.md | 4 ++++ 3 files changed, 28 insertions(+) create mode 100644 certification/az-104.md diff --git a/.github/workflows/link-checker.yaml b/.github/workflows/link-checker.yaml index fda70c9..0d8518a 100644 --- a/.github/workflows/link-checker.yaml +++ b/.github/workflows/link-checker.yaml @@ -18,4 +18,5 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v1.10.0 with: + args: --accept '100..=103,200..=299,403' . fail: true \ No newline at end of file diff --git a/README.md b/README.md index 32fc199..2314eff 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,26 @@ And **more upcoming services content...⏩** you can star/follow this repository + +## Azure Certification Resources 💯 + +Preparing for the AWS Certification Exam? Here are my top personal recommendations for learning resources: + +### Free Exam Preparation + +- Certification exam preparation by Azure: [**here**](https://learn.microsoft.com/en-us/credentials/browse/?credential_types=certification) +- Study guide: [Study guide for Exam](https://learn.microsoft.com/en-us/credentials/certifications/resources/study-guides/az-104) + +### Guides/Cheat Sheets + +- Tutorials Dojo - Azure Cheat Sheets: https://tutorialsdojo.com/microsoft-azure-cheat-sheets/ + +### Azure Certifications Sub-Reddit + +- [**r/AzureCertification**](https://www.reddit.com/r/AzureCertification/) brings in your discussions, questions , opinions, news and comments around Azure certifications areas like prep tips, clarifications, lessons learned. + +### Specific Azure Certification resources + +| | ID | Certification Name | Learning path | +| --- | --------- | -------------------------------------------------- | ----------------------------------------- | +| 1 | Azure 104 | Microsoft Certified: Azure Administrator Associate | 📖 [az-104.md](./certification/az-104.md) | diff --git a/certification/az-104.md b/certification/az-104.md new file mode 100644 index 0000000..c18adfa --- /dev/null +++ b/certification/az-104.md @@ -0,0 +1,4 @@ +### Free Exam Preparation + +- Certification exam preparation by Azure: [**here**](https://learn.microsoft.com/en-us/credentials/certifications/azure-administrator/?practice-assessment-type=certification) +- Study guide: [Study guide for Exam AZ-104](https://learn.microsoft.com/en-us/credentials/certifications/resources/study-guides/az-104)