Azure Fundamentals

Hi Folks! Recently I have completed the Azure Fundamentals Training from Microsoft and made notes out of their content (or you can say it's the total content along with the quizzes 😊)

Please feel free to download the doc from github and start reading..

-----------------------------------------------------------------------------------

If you are using git into your system, please run the below git clone command to clone/download the repo from github into your local system.

git clone https://github.com/shaan2212/AzureFundamentals.git

[root@manager tmp]# git clone https://github.com/shaan2212/AzureFundamentals.git
Cloning into 'AzureFundamentals'...
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (3/3), done.
[[root@manager tmp]# cd AzureFundamentals
[root@manager AzureFundamentals]# ls -l
total 8812
-rw-r--r--. 1 root root 9020206 Dec  1 11:22 AzureFundamentals.docx

Also, you can open your browser and hit the below URL and just download the file:

 https://github.com/shaan2212/AzureFundamentals.git





No comments:

Post a Comment

Installation of Jenkins on Linux and Deployment NGINX through Jenkins

Installation of Jenkins: [root@worker1 ~]# useradd -c "jenkins user" jenkins [root@worker1 ~]# passwd jenkins Changing passw...