diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..0e92a0b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,53 @@ +# Contributing + +The following information provides a set of guidelines for contributing to the TheDevOpsHub/AzureHub chain main repo. Use your best judgment, and, if you see room for improvement, please propose changes to this document. + +## First steps + +The first step is to find an issue you want to fix. To identify issues we think are good for first-time contributors, we add the **good first issue** label. +Once you find an existing issue that you want to work on or if you have a new issue to create, continue below. + +## Proposing changes + +To contribute a change proposal, use the following workflow: + +1. [Fork the repository](https://github.com/TheDevOpsHub/AzureHub). +2. If you find this repository helpful, kindly consider showing your appreciation by giving it a star ⭐ Thanks! 💖 +3. [Add an upstream](https://docs.github.com/en/github/collaborating-with-pull-requests/working-with-forks/syncing-a-fork) so that you can update your fork. +4. Clone your fork to your computer. +5. Create a branch and name it appropriately. +6. Work on only one major change in one pull request. +7. Make sure all tests are passing locally. +8. Next, rinse and repeat the following: + + 1. Commit your changes. Write a simple, straightforward commit message. To learn more, see [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/). + 2. Push your changes to your remote fork. To add your remote, you can copy/paste the following: + + ```bash + + #Remove origin + + git remote remove origin + + #set a new remote + + git remote add my_awesome_new_remote_repo [insert-link-found-in-source-subtab-of-your-repo] + + #Verify new remote + + git remote -v + + > my_awesome_new_remote_repo [link-found-in-source-subtab-of-your-repo] (fetch) + > my_awesome_new_remote_repo [link-found-in-source-subtab-of-your-repo] (push) + + #Push changes to your remote repo + + git push + + #e.g. git push my_awesome_new_remote_repo + ``` + + 3. Create a PR on the **TheDevOpsHub/AzureHub** repository. There should be a PR template to help you do so. + 4. Wait for your changes to be reviewed. If you are a maintainer, you can assign your PR to one or more reviewers. If you aren't a maintainer, one of the maintainers will assign a reviewer. + 5. After you receive feedback from a reviewer, make the requested changes, commit them to your branch, and push them to your remote fork again. + 6. Once approval is given, feel free to squash & merge! diff --git a/README.md b/README.md index d05b61d..f36bb3f 100644 --- a/README.md +++ b/README.md @@ -17,26 +17,28 @@ - Preparing for the AWS Certification Exam? Here are my top personal recommendations for learning resources: -### Free Exam Preparation +### 1. 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 +### 2. Guides/Cheat Sheets - Tutorials Dojo - Azure Cheat Sheets: https://tutorialsdojo.com/microsoft-azure-cheat-sheets/ -### Azure Certifications Sub-Reddit +### 3. 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 +### 4. Specific Azure Certification resources | | ID | Certification Name | Learning path | | --- | --------- | -------------------------------------------------- | ----------------------------------------- | | 1 | Azure 900 | Microsoft Certified: Azure Fundamentals | 📖 [az-900.md](./certification/az-900.md) | | 2 | Azure 104 | Microsoft Certified: Azure Administrator Associate | 📖 [az-104.md](./certification/az-104.md) | +And more upcoming certification resources...⏩ you can star/follow this repository to get more up-to-dated content ⭐ + ## Azure Training - https://learn.microsoft.com/en-us/training/azure/ @@ -58,4 +60,9 @@ Some popular Youtube channels to learn Azure - Microsoft Learning: https://github.com/MicrosoftLearning - johnthebrit/CertificationMaterials: https://github.com/johnthebrit/CertificationMaterials -And more upcoming services content...⏩ you can star/follow this repository to get more up-to-dated content ⭐ +## Contributing + +- See: [CONTRIBUTING.md](./CONTRIBUTING.md) +- If you find this repository helpful, kindly consider showing your appreciation by giving it a star ⭐ Thanks! 💖 +- Looking for the issue to work on? Check the list of our open issues good first issue +- Feel free to open a new issue or let us know if you want to request more content about Azure diff --git a/certification/az-104.md b/certification/az-104.md index 689d977..cdac32d 100644 --- a/certification/az-104.md +++ b/certification/az-104.md @@ -1,4 +1,4 @@ -### Free AZ-104 Exam Preparation +# AZ-104 Exam Preparation Resources - 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)s diff --git a/certification/az-900.md b/certification/az-900.md index cd5321f..0d78ccb 100644 --- a/certification/az-900.md +++ b/certification/az-900.md @@ -1,11 +1,13 @@ -### Free AZ-900 Exam Preparation +# AZ-900 Exam Preparation Resources - Certification exam preparation by Azure: [**here**](https://learn.microsoft.com/en-us/credentials/certifications/azure-fundamentals/?practice-assessment-type=certification) - Study guide: [**Study guide for Exam AZ-900**](https://learn.microsoft.com/en-us/credentials/certifications/resources/study-guides/ai-900) -- AZ-900 Microsoft Azure Fundamentals Free Full Course and Study Guide by **Adam Marczak**: +- Adam Marczak - AZ-900 Microsoft Azure Fundamentals Free Full Course and Study Guide: - Free Youtube course: [**here**](https://www.youtube.com/watch?v=NPEsD6n9A_I&list=PLGjZwEtPN7j-Q59JYso3L4_yoCjj2syrM) - Website: **https://marczak.io/az-900/** -- AZ-900 Certification Course by **John Savill**: +- John Savill - AZ-900 Certification Course: - Free Youtube course: [**here**](https://www.youtube.com/playlist?list=PLlVtbbG169nED0_vMEniWBQjSoxTsBYS3) -- Microsoft Azure Fundamentals Certification Course (AZ-900) by **Free Code Camp**: **https://youtu.be/5abffC-K40c** -- Microsoft Azure Fundamentals Certification Course (AZ-900) - Pass the exam in 3 hours! by **Free Code Camp**: **https://www.youtube.com/watch?v=NKEFWyqJ5XA** +- Free Code Camp - Microsoft Azure Fundamentals Certification Course (AZ-900): + - Free Youtube course: [**here**](https://youtu.be/5abffC-K40c) +- Free Code Camp - Microsoft Azure Fundamentals Certification Course (AZ-900) - Pass the exam in 3 hours!: + - Free Youtube course: [**here**](https://www.youtube.com/watch?v=NKEFWyqJ5XA)