Cryptography with Python – Caesar Cipher

After reading (almost done) with: The Code Book : The Secret History of Codes and Code-Breaking Paperback – April 30, 2002by Simon Singh (Author) available at Amazon and so on I became fascinated with the history and the small stories that goes along with the different codes used and still being used today. Here is […]

Udemy AZ-104 Microsoft Azure Administrator Exam Certification (Scott Duffy)

07.01.2021 https://www.udemy.com/course/70533-azure/ Microsoft resourcesLearning paths on MS Learn: https://docs.microsoft.com/en-us/learn/certifications/exams/az-104#two-ways-to-prepare MS Learn https://docs.microsoft.com/en-us/learn/browse/?roles=administrator&products=azure Azure Code Samples https://azure.microsoft.com/en-us/resources/samples/?sort=0 Official Azure Documentation https://docs.microsoft.com/en-us/azure/ Official Microsoft Azure YouTube Channel https://www.youtube.com/user/windowsazure Official Microsoft Developer YouTube Channel https://www.youtube.com/channel/UCsMica-v34Irf9KVTh6xx-g Download the Azure SDK’s for PowerShell and CLI https://azure.microsoft.com/en-us/downloads/ Official Github Repository for PowerShell Scripts https://github.com/Azure/azure-powershell Azure REST API Browser https://docs.microsoft.com/en-us/rest/api/?view=Azure Microsoft Labs […]

ARM Lab 104 MS (Deployment and more)

https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/deployment-tutorial-local-template?tabs=azure-powershell Lets continue to more advanced or intermediate stuff! All the files are stored at folder ..\arm\med_deployment at github 1 Deploy a local ARM template […] deploys a storage account, app service plan, and web app Do, did done. Now clean it MS says, why this tutorial anyway, well repetition is always good.2 Deploy a […]