AZ-100/AZ-103 – Implement and manage hybrid identities – Study Notes #20

This article covers the “Implement and manage hybrid identities” section of the AZ-100 and AZ-103 Exams and is part of my AZ-100 Study Notes series. Install and configure Azure AD Connect Azure AD Connect allows you to connect and sync between an On-Premise Active Directory and AAD. Detailed information on setting up Azure AD Connect can be found at – https://docs.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnect-get-started-express Configure federation and single … Continue reading AZ-100/AZ-103 – Implement and manage hybrid identities – Study Notes #20

AZ-100/AZ-103 – Manage Azure AD objects (users, groups, and devices) – Study Notes #19

This article covers the “Manage Azure AD objects (users, groups, and devices)” section of the AZ-100 and AZ-103 Exams and is part of my AZ-100 Study Notes series. Create users and groups Creating users and groups is fairly straightforward, navigate to Azure Active Directory and then select either Users or Groups as required. To create users – Select “New users” Provide the name and the … Continue reading AZ-100/AZ-103 – Manage Azure AD objects (users, groups, and devices) – Study Notes #19

AZ-103 – Configure a Network Security Group (NSG) – Study Notes #17

This article covers the “Create and configure a Network Security Group (NSG)” section of the AZ-100 and AZ-103 Exams and is part of my AZ-100 Study Notes series. A Network Security Group is basically a network filter/firewall that allows you to restrict access to resources within a VNET, they are associated with Subnets or NIC’s rather than to VM’s directly. Create security rules Rules are … Continue reading AZ-103 – Configure a Network Security Group (NSG) – Study Notes #17

AZ-100/AZ-103 – Implement and manage virtual networking – Study Notes #16

This article covers the “Implement and manage virtual networking” section of the AZ-100 and AZ-103 Exams and is part of my AZ-100 Study Notes series. Configure Azure DNS Within Virtual Networks, DNS servers may be configured by navigating to the VNET and then navigate to “DNS Servers” in the “Settings” menu. By default virtual networks are managed by the Azure DNS but you can select … Continue reading AZ-100/AZ-103 – Implement and manage virtual networking – Study Notes #16

AZ-100/AZ-103 – Implement and manage virtual networking – Study Notes #15

This article covers the “Implement and manage virtual networking” section of the AZ-100 and AZ-103 Exams and is part of my AZ-100 Study Notes series. Configure private and public IP addresses, network routes, network interface, subnets, and virtual networks Private and Public IP Addresses To configure public and private IP Addresses access the resource it will apply to such as a Virtual Machine and navigate … Continue reading AZ-100/AZ-103 – Implement and manage virtual networking – Study Notes #15

AZ-100 – Create Connectivity Between Virtual Networks – Study Notes #14

This article covers the “Create connectivity between virtual networks” section of the AZ-100 and AZ-103 Exams and is part of my AZ-100 Study Notes series. VNETs by default are isolated from each other unless specifically configured otherwise. They provide Internet Access and connectivity between Azure Resources and also allow connecting to On-Premise networks and filtering and routing. Azure will reserve the first three and Last … Continue reading AZ-100 – Create Connectivity Between Virtual Networks – Study Notes #14

AZ-100/AZ-103 – Manage VM Backups – Study Notes #13

This article covers the “Manage VM backups” section of the AZ-100 and AZ-103 Exams and is part of my AZ-100 Study Notes series. This is already covered in detail in other sections and appears to be a duplicate within the exam requirements. I’m only posting this article on the off-chance somebody looks for it. Configure VM backup Covered in https://sysadmin-central.com/2019/03/11/az-100-implement-azure-backup-study-notes-8/ Define backup policies Covered in … Continue reading AZ-100/AZ-103 – Manage VM Backups – Study Notes #13

AZ-100/AZ-103 – Manage Azure VM – Study Notes #11

This article covers the “Manage Azure VM” section of the AZ-100 and AZ-103 Exams and is part of my AZ-100 Study Notes series. Add data discs There are two primary types of Data Disks available for VM’s – Standard Storage Utilizes HDD’s and the which is the cheapest option of the two, it is limited to a max throughput of 60MB/s per disk however and … Continue reading AZ-100/AZ-103 – Manage Azure VM – Study Notes #11

AZ-100/AZ-103 – Automate deployment of VMs – Study Notes #10

This article covers the “Automate deployment of VMs” section of the AZ-100 and AZ-103 Exams and is part of my AZ-100 Study Notes series. Modify Azure Resource Manager (ARM) template An ARM template is made up of the following elements – Full details of all of these can be found at – https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-authoring-templates The link above also goes into great detail regarding how various resources … Continue reading AZ-100/AZ-103 – Automate deployment of VMs – Study Notes #10