Chapter 1 Virtual Networks
1. Create Resource Group HKPortal using Azure Portal
2. Create Virtual Network using Portal
3. Create additional Subnet (DB-Subnet 10.1.2.0/24)
4. Create additional Subnet (DMZ-Subnet 10.1.3.0/24)
5. Create Gateway Subnet 10.1.5.0/24
6. Create Virtual Network representing On-Premises Network
7. Create Gateway Subnet 192.168.3.0/24
8. Create Virtual Network VNETPortal2
9. Create Virtual Network VNETPortal3
10. Create Dynamic Public IP
11. Changing Dynamic Public IP to Static IP
12. Create NSG and add inbound http and RDP allow rule
13. Associate Network Security Group (NSG) with Subnet
14. DNS Zone, DNS Records and Delegation to Azure DNS
15. Connecting Virtual Networks using S2S VPN
16. Peering between VNETs VNETPortal & VNETPortal2
17. Peering between VNETs VNETPortal & VNETPortal3
18. Routing Traffic between 2 Subnets to pass through another Subnet using UDR
Chapter 2 Implementing Virtual Networks with CLI & PS
19. Create Resource Group HKCLI using Azure CLI
20. Create Resource Group HKPS using Azure PowerShell
21. Create Virtual Network VNETCLI using Azure CLI
22. Create Virtual Network VNETPS using Azure PowerShell
Deploy and Manage Virtual Machines (VMs)
23. Create Availability Set (AS) using Azure Portal
24. Create Windows Virtual Machine using Azure Portal
25. Log on to Windows VM with RDP
26. Install IIS and Access default Website
27. Connecting to Default IIS website on wvmportal VM
28. Add Data Disk
29. Initialize the Data Disk
30. Create and Add Network Interface to VM wvmportal
31. Create Snapshot of VM wvmportal OS Hard Disk
32. Create Windows VM representing On-Premises AD DS
33. Enable AD DS Role in Virtual Machine OnPremAD
34. Create Linux VM
35. Connecting to Linux VM
36. Update Linux VM & Install NGINX Web Server
37. Create Custom Image of Azure VM
38. Deploy VM from Custom image
39. Demonstrating various VM Extensions available
40. Demonstrating Custom Script Extension using Azure Portal
41. Resizing VM
42. Virtual Machine Auto-Shutdown
43. Reset Password
44. Redeploy
Chapter 4 Deploy Virtual Machines with CLI and PS
45. Create Windows Server 2016 VM using Azure CLI
46. Create Windows Server 2016 VM using Azure PowerShell
Chapter 5 Deploy Virtual Machines Scale Sets (VMSS)
47. Deploying VMSS
48. Connecting to Instances in VMSS
49. Enabling Autoscaling
Chapter 6 Implement and Manage Storage Accounts
50. Create GPv2 Standard Storage Account using Portal
51. Create GPv2 Premium Storage Account
52. Demonstrating Storage Account sastdportal functionalities
53. Demonstrating Storage Account Security
54. Setting up Virtual Network Service Endpoints
55. Connect to Azure Storage using Azure Account Credentials
56. Get Storage Account sastdportal Access Keys
57. Connect to Storage Account sastdportal using Access key
58. Generate Shared Access Signature of Storage Account
59. Connect to Storage Account using Shared Access Signature
Chapter 7 Storage Accounts with CLI and PS
60. Create Storage Account Using CLI
61. Create Storage Account Using PowerShell
Chapter 8 Implement and Manage Storage
62. Create Blob Storage Container and upload a File
63. Blob Storage Tiering
64. Create Blob Storage Container using Storage Explorer
65. Creating and using File Share
66. Deploying Azure File Sync in 4 Steps
67. Demonstrating Export Job Creation
68. Demonstrating Data Box Order through Azure Portal
69. Implementing Azure CDN using Azure Portal
70. Enabling or Disabling Compression
71. Changing Optimization type
72. Changing Caching Rules
73. Allow or Block CDN in Specific Countries
Chapter 9 Implement Storage with CLI and PowerShell
74. Create Blob Storage Container using Azure CLI
75. Create Blob Storage Container using PowerShell
Chapter 10 Implement Azure Backup
76. Create Recovery Services Vault
77. Backup Files & Folder using Azure Backup Agent
78. Azure VM-level backup
79. Restoring Azure VM-level backup
80. Create Custom Backup Policy
81. Associating Custom Policy with VM wvmportal Backup Job
Chapter 11 Implementing and Managing Azure AD
82. Exploring Dashboard of Default Azure AD
83. Activating Premium P2 Free Trial Licenses
84. Create User (User1 with Global Administrator Role)
85. Create User (User2 with Limited Administrator Role)
86. Create User (User3 with Directory Role User)
87. Exploring Dashboard of User
88. Checking User3 Access level
89. Create Group and add users manually
90. Assigning Azure AD Premium P2 License to Users
91. Create Test Group and add users
92. Add Custom Domain
93. Create TXT record in Domain Name Registrar
94. Verify the Custom Domain in Azure AD
95. Change Azure AD Login names to custom domain for User2
96. Enabling SSPR for Cloud Users (User2 & User3)
97. Setup SSPR Authentications for User3
98. Test SSPR for User3
99. Checking Device Settings for Azure AD Users
100. Joining Windows 10 PC to Azure AD using Azure AD Join
101. Log on to Windows 10 PC with User2
102. Enabling Enterprise State Roaming for Users
103. Create Conditional Access Policy
104. Testing CA Policy from Location outside India
105. Testing the CA Policy from Location in India
106. Testing the Conditional Access Policy using What If option
107. Simulate suspicious locations using TOR Browser
108. Enabling Azure Active Directory Identity Protection
109. Accessing Azure AD Identity Protection Dashboard
110. Demonstrating Resetting Compromised User Password
111. Investigating Risk Events
112. Investigating Vulnerabilities
113. Implementing Sign-in Risk Conditional Access Policy
114. Creating New Azure AD Tenant
115. Associating Azure AD Tenant with the Subscription
Chapter 12 Implementing Azure AD Hybrid Identities
116. Install AD Connect with Password Hash Synchronisation
117. Check Users Test1 & Test2 synchronization to Azure AD
118. Check AD Connect options
119. AD Connect Health
Chapter 13 Azure Subscription Management
120. Exploring Subscription Dashboard
121. Checking Subscription Usage & Quota
122. Cost Analysis in Subscription Dashboard
123. Explore Cost Analysis in Cost Management Dashboard
124. Create Budgets with Billing Notification alarms
125. Advisor Recommendations
126. Applying Azure Policy at Subscription Level
127. Test the Allowed Virtual Machine SKU Policy
128. Assign User3 Directory role of Limited Administrator
129. Check User3 Access by creating a User
130. Assigning User3 Role of Reader in Resource Group
131. Check User3 Access level in Azure Portal
132. Adding Co-Administrators to the subscription
133. Check User3 Access level in Azure Portal
Chapter 14 Azure Resource Groups, Tags and Locks
134. Create Resource Group HKTest
135. Applying Azure Policy at Resource Group Level
136. Test the Allowed storage accounts SKU Policy
137. Move resources to new resource group
138. Create Tag with name Mktg for VM wvmportal
139. Create Tag with name Mktg for VM wvmportal OS Disk
140. Find Cost of Resources Associated with Mktg
141. Create CanNotDelete Lock on VM wvmportal
142. Test the Lock
Chapter 15 Analyzing & Monitoring Azure Resources
143. Accessing & Exploring Monitor Dashboard
144. Accessing Activity Log from a Monitor Dashboard
145. Accessing Activity Log from a Resource Dashboard
146. Creating Alert on Activity Log
147. Accessing Diagnostic Log from the Monitor Dashboard
148. Enabling Diagnostic Logs for Recovery Services Vault
149. Enabling Guest OS Diagnostic Logs in VM wvmportal
150. Virtual Machine Percentage CPU Metrics
151. Storage Account Used Capacity Metrics
152. Accessing Metric from Resource (VM) Dashboard
153. Create Action Group
154. Create an alert on Metric (Percentage CPU)
155. Accessing Alert from Resource (VM) Dashboard
156. Monitoring IIS Web Server with Log Analytics
157. Connect VM OnPremAD to Log Analytics
158. Installing Management Agent (AD Heath Check)
159. Installing Microsoft Monitoring Agent in On-Premises VM
160. Checking Advisor Recommendations
161. Checking Service Health Events
162. Configuring Alerts for Service Health Events
Chapter 16 Azure Automation
163. Create Automation Account
164. Desired State Configuration (DSC) using Azure Automation
165. PowerShell DSC Extension
166. Enabling Update Management and Add Azure VM
167. Scheduling Update Deployment
168. Enabling Inventory Management and Add VM wvmportal
169. Checking Change Tracking for VM wvmportal
Chapter 17 Azure Resource Manager (ARM) Tempalate
170. View ARM Template of an Existing Resource
171. Save a Template in library
172. Deploy or Edit Template
Chapter 18 Installing Azure PowerShell Module & Azure CLI
173. Install latest Version of PowerShellGet
174. Install & Import Azure PowerShell Module
175. Connecting to Azure using Azure PowerShell Module
176. Install Azure CLI on Windows Machine
177. Login to Azure with CLI
No announcements at this moment.
Be the first to add a review.
Please,
login to leave a review