From e0240340f295a98daeac643bf6656ff36ca8ac5c Mon Sep 17 00:00:00 2001 From: Michael Cade Date: Sun, 26 Jun 2022 12:03:37 +0100 Subject: [PATCH] Spelling & Grammar Day 34 --- Days/day34.md | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/Days/day34.md b/Days/day34.md index 7505670..21bd45b 100644 --- a/Days/day34.md +++ b/Days/day34.md @@ -2,7 +2,7 @@ title: '#90DaysOfDevOps - Microsoft Azure Hands-On Scenarios - Day 34' published: false description: 90DaysOfDevOps - Microsoft Azure Hands-On Scenarios -tags: "devops, 90daysofdevops, learning" +tags: "DevOps, 90daysofdevops, learning" cover_image: null canonical_url: null id: 1048763 @@ -22,7 +22,7 @@ In previous posts, we have created most of Modules 1,2 and 3. ### Virtual Networking Following [Module 04](https://microsoftlearning.github.io/AZ-104-MicrosoftAzureAdministrator/Instructions/Labs/LAB_04-Implement_Virtual_Networking.html): -I went through the above and changed a few namings for the purpose of #90DaysOfDevOps. I also instead of using the Cloud Shell went ahead and logged in with my new user created on previous days with the Azure CLI on my Windows machine. +I went through the above and changed a few namings for #90DaysOfDevOps. I also instead of using the Cloud Shell went ahead and logged in with my new user created on previous days with the Azure CLI on my Windows machine. You can do this using the `az login` which will open a browser and let you authenticate to your account. @@ -31,7 +31,7 @@ I have then created a PowerShell script and some references from the module to u Please make sure you change the file location in the script to suit your environment. -At this first stage we have no virtual network or virtual machines created in our environment, I only have a cloudshell storage location configured in my resource group. +At this first stage, we have no virtual network or virtual machines created in our environment, I only have a cloud shell storage location configured in my resource group. I first of all run my [PowerShell script](Cloud/01VirtualNetworking/Module4_90DaysOfDevOps.ps1) @@ -62,13 +62,12 @@ I first of all run my [PowerShell script](Cloud/01VirtualNetworking/Module4_90Da ### Network Traffic Management Following [Module 06](https://microsoftlearning.github.io/AZ-104-MicrosoftAzureAdministrator/Instructions/Labs/LAB_06-Implement_Network_Traffic_Management.html): -Next walkthrough, from the last one we have gone into our resource group and deleted our resources, if you had not set up the user account like me to only have access to that one resource group you could follow the module changing the name to `90Days*` this will delete all resources and resource group. This will be my process for each of the following lab. +Next walkthrough, from the last one we have gone into our resource group and deleted our resources, if you had not set up the user account like me to only have access to that one resource group you could follow the module changing the name to `90Days*` this will delete all resources and resource group. This will be my process for each of the following labs. -For this lab I have also created a PowerShell script and some references from the module to use to build out some of the tasks below. You can find the associated files in this folder. +For this lab, I have also created a PowerShell script and some references from the module to use to build out some of the tasks below. You can find the associated files in this folder. (Cloud\02TrafficManagement) - -- Task 1: Provision the lab environment +- Task 1: Provision of the lab environment I first of all run my [PowerShell script](Cloud/02TrafficManagement/Mod06_90DaysOfDevOps.ps1) @@ -80,13 +79,13 @@ I first of all run my [PowerShell script](Cloud/02TrafficManagement/Mod06_90Days - Task 3: Test transitivity of virtual network peering -For this my 90DaysOfDevOps group did not have access to the Network Watcher because of permissions, I expect this is because Network Watchers are one of those resources that are not tied to a resource group which is where our RBAC was covered for this user. I added the East US Network Watcher contributer role to the 90DaysOfDevOps group. +For this my 90DaysOfDevOps group did not have access to the Network Watcher because of permissions, I expect this is because Network Watchers are one of those resources that are not tied to a resource group which is where our RBAC was covered for this user. I added the East US Network Watcher contributor role to the 90DaysOfDevOps group. ![](Images/Day34_Cloud11.png) ![](Images/Day34_Cloud12.png) ![](Images/Day34_Cloud13.png) -^ This is expected, since the two spoke virtual networks are not peered with each other (virtual network peering is not transitive). +^ This is expected since the two spoke virtual networks do not peer with each other (virtual network peering is not transitive). - Task 4: Configure routing in the hub and spoke topology @@ -112,10 +111,10 @@ I then was able to go back into my michael.cade@90DaysOfDevOps.com account and c ### Azure Storage Following [Module 07](https://microsoftlearning.github.io/AZ-104-MicrosoftAzureAdministrator/Instructions/Labs/LAB_07-Manage_Azure_Storage.html): -For this lab I have also created a PowerShell script and some references from the module to use to build out some of the tasks below. You can find the associated files in this folder. +For this lab, I have also created a PowerShell script and some references from the module to use to build out some of the tasks below. You can find the associated files in this folder. (Cloud\03Storage) -- Task 1: Provision the lab environment +- Task 1: Provision of the lab environment I first of all run my [PowerShell script](Cloud/03Storage/Mod07_90DaysOfDeveOps.ps1) @@ -138,16 +137,14 @@ I was a little impatient waiting for this to be allowed but it did work eventual ![](Images/Day34_Cloud26.png) - - Task 5: Create and configure an Azure Files shares -On the run command this would not work with michael.cade@90DaysOfDevOps.com so I used my elevated account. +On the run command, this would not work with michael.cade@90DaysOfDevOps.com so I used my elevated account. ![](Images/Day34_Cloud27.png) ![](Images/Day34_Cloud28.png) ![](Images/Day34_Cloud29.png) - - Task 6: Manage network access for Azure Storage ![](Images/Day34_Cloud30.png) @@ -155,7 +152,6 @@ On the run command this would not work with michael.cade@90DaysOfDevOps.com so I ### Serverless (Implement Web Apps) Following [Module 09a](https://microsoftlearning.github.io/AZ-104-MicrosoftAzureAdministrator/Instructions/Labs/LAB_09a-Implement_Web_Apps.html): - - Task 1: Create an Azure web app ![](Images/Day34_Cloud31.png) @@ -182,7 +178,7 @@ This script I am using can be found in (Cloud/05Serverless) ![](Images/Day34_Cloud36.png) -This wraps up the section on Microsoft Azure and the public cloud in general. I will say that I had lots of fun attacking and working through this scenarios. +This wraps up the section on Microsoft Azure and the public cloud in general. I will say that I had lots of fun attacking and working through these scenarios. ## Resources @@ -191,6 +187,6 @@ This wraps up the section on Microsoft Azure and the public cloud in general. I - [Google Cloud Digital Leader Certification Course](https://www.youtube.com/watch?v=UGRDM86MBIQ&list=WL&index=131&t=10s) - [AWS Basics for Beginners - Full Course](https://www.youtube.com/watch?v=ulprqHHWlng&t=5352s) -Next we will be diving into version control systems, specifically around git and then also code repository overviews and we will be choosing GitHub as this is my preferred option. +Next, we will be diving into version control systems, specifically around git and then also code repository overviews and we will be choosing GitHub as this is my preferred option. -See you on [Day 35](day35.md) +See you on [Day 35](day35.md) \ No newline at end of file