Skip to content

Commit

Permalink
Update readme & install linkchecker in advance of July 2024 engagement
Browse files Browse the repository at this point in the history
  • Loading branch information
timothywarner committed Jul 26, 2024
1 parent 7d4609d commit 5c40e02
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 132 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

37 changes: 0 additions & 37 deletions .github/ISSUE_TEMPLATE/01_BUG_REPORT.md

This file was deleted.

32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/02_FEATURE_REQUEST.md

This file was deleted.

7 changes: 0 additions & 7 deletions .github/ISSUE_TEMPLATE/03_CODEBASE_IMPROVEMENT.md

This file was deleted.

9 changes: 0 additions & 9 deletions .github/ISSUE_TEMPLATE/04_SUPPORT_QUESTION.md

This file was deleted.

2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/check-readme-links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Check README Links

on:
push:
branches:
- main
workflow_dispatch:

jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Check Links
uses: lycheeverse/lychee-action@v1.8.0
with:
args: README.md
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ Last updated July 25, 2024
## Hands-on Skill Development

* [Microsoft Learn Security Labs](https://docs.microsoft.com/en-us/learn/browse/?roles=security-engineer)
* [A Cloud Guru AZ-500 learning path](https://acloudguru.com/course/az-500-microsoft-azure-security-technologies-la)
* [Cloud Academy AZ-500 learning path](https://cloudacademy.com/learning-paths/az-500-exam-preparation-microsoft-azure-security-technologies-650/)
* [Pluralsight AZ-500 learning path](https://www.pluralsight.com/paths/microsoft-azure-security-technologies-az-500)
* [Azure Citadel Security Labs](https://azurecitadel.com/security/)
* * [Pluralsight Cloud Labs](https://www.pluralsight.com/product/cloud-labs)
* [Pluralsight Cloud Labs](https://www.pluralsight.com/product/cloud-labs)
* [Azure user group search](https://www.meetup.com/)
* [Azure Free Trial](https://azure.microsoft.com/en-us/free/)
* [Azure Pass offer](https://www.microsoftazurepass.com/)
Expand Down Expand Up @@ -63,9 +62,8 @@ Last updated July 25, 2024

## Practice exams

* [Whizlabs AZ-500 practice exams](https://www.whizlabs.com/microsoft-azure-certification-az-500/)
* [Microsoft Practice Assessments](https://learn.microsoft.com/en-us/credentials/certifications/practice-assessments-for-microsoft-certifications)
* [MeasureUp AZ-500 practice exams](https://www.measureup.com/az-500-microsoft-azure-security-technologies.html)
* [Tim's practice exam comparison](https://www.youtube.com/watch?v=_aH4DbpcJWA&t=2s)

## Exam-Specific Information

Expand Down

0 comments on commit 5c40e02

Please sign in to comment.