Azure Learning Task With Examples
Azure Learning Task With Examples
Assign policy by applying to a RG which can inherit to the resources created under
the particular RG
================================
Resource Movement from one RG/subscriptions
for moving managed disk we need to register movement action using below command
"az feature register --namespace Microsoft.compute --name ManagedResourcesMove
( takes 15+mins for registering)
"az feature show --namespace Microsfot.compute --name ManagedResourcesMove (command
to view action taken)
"az provider register --namespace Microsoft.compute
=======================
Create Storage with All types of
"Container(Blob,Container(Private,Blob,Container)), File Share, Queue, Tables
Try using access key, regenerate SAS token and try accessing the file in storage.
=============================
Task 1: Provision the lab environment
Task 2: Create and configure Azure Storage accounts
Task 3: Manage blob storage
Task 4: Manage authentication and authorization for Azure Storage
Task 5: Create and configure an Azure Files shares
Task 6: Manage network access for Azure Storage
================
https://docs.microsoft.com/en-gb/learn/modules/connect-an-app-to-azure-storage/3-
exercise-create-your-app?pivots=csharp
https://docs.microsoft.com/en-gb/learn/modules/store-app-data-with-azure-blob-
storage/
https://docs.microsoft.com/en-gb/learn/modules/secure-azure-storage-account/
https://docs.microsoft.com/en-gb/learn/modules/monitor-diagnose-and-troubleshoot-
azure-storage/
=====================
File Sync
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator/blob/
master/Instructions/Labs/LAB_07-Manage_Azure_Storage.md
============================
Networking:
https://microsoftlearning.github.io/AZ-104-MicrosoftAzureAdministrator/
Topics :
Vnet creation
Subnet addition
Public Ip Address
Network routing
VPNS & Express route
Firewall Configuration
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator/blob/
master/Instructions/Labs/LAB_05-Implement_Intersite_Connectivity.md
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator/blob/
master/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md
NSG
https://docs.microsoft.com/en-us/azure/virtual-network/tutorial-filter-network-
traffic
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/tutorial-backup-vms
https://github.com/MicrosoftLearning/AZ-103-MicrosoftAzureAdministrator/blob/
master/Instructions/Labs/07%20-%20Implement%20ASR%20Between%20Regions%20(az-101-
01).md
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator/blob/
master/Instructions/Labs/LAB_10-Implement_Data_Protection.md
===========================================================================
VMs
Ruzains12345 /sshuser1
Using Az command
"ssh-keygen -t rsa -b 2048" ( Key Type RSA & Key value 2048 bits)
/home/thoufeeque/.ssh/id_rsa ( will be saved in home directory Key Name is "id_rsa"
can be edited
Then copy the key after generating using command "cat ~/.ssh/id_rsa.pub" and paste
in publick key text box
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++
ARM
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
WEB APP
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator/blob/
master/Instructions/Labs/LAB_09a-Implement_Web_Apps.md
Docker
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator/blob/
master/Instructions/Labs/LAB_09b-Implement_Azure_Container_Instances.md
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator/blob/
master/Instructions/Labs/LAB_01-Manage_Azure_AD_Identities.md