From the course: Microsoft Azure Administrator Associate (AZ-104) Cert Prep by Microsoft Press
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Understand networking security - Azure Tutorial
From the course: Microsoft Azure Administrator Associate (AZ-104) Cert Prep by Microsoft Press
Understand networking security
- [Instructor] Ensuring secure traffic flow to and between services is a core requirement for many solutions. An example is an external communication to a VM running a website. You may only want to allow traffic to the server on a particular port such as HTTPS or the port 443. The first line of defense in Azure, at the networking level anyway, is to use network security groups, or NSGs. NSGs allow you to define inbound and outbound rules that will allow or deny the flow of traffic from a source to a destination on a specific port. Although you define separate inbound and outbound rules, each rule is stateful. So this means that the flow in any one direction is recorded so that the returning traffic can also be allowed using the same route. In other words, if you allow HTTPS traffic into a service, then that same traffic will be allowed back out through the same source and destination. We create NSGs as components in Azure and then attach them to a subnet on a VNet. Each subnet can…
Download courses and learn on the go
Watch courses on your mobile device without an internet connection. Download courses using your iOS or Android LinkedIn Learning app.
Contents
-
-
(Locked)
Module 2: Implement and manage virtual networking53s
-
(Locked)
Learning objectives1m 14s
-
(Locked)
Introduction to networking in Azure10m 5s
-
(Locked)
Creating and managing VNETs in the portal4m 48s
-
(Locked)
Creating a network using the Azure CLI3m 35s
-
(Locked)
Understanding network connectivity5m 48s
-
(Locked)
Peering and user defined routes walkthrough2m 59s
-
(Locked)
Introduction to DNS in Azure10m 45s
-
(Locked)
-
-
(Locked)
Module 3: Implement and manage storage40s
-
(Locked)
Learning objectives35s
-
(Locked)
Storage accounts overview6m 39s
-
(Locked)
Creating a storage account in the portal13m 53s
-
(Locked)
Creating a storage account using the Azure CLI2m 16s
-
(Locked)
Blog lifecycle management and versioning4m 16s
-
(Locked)
Working with file shares3m 14s
-
(Locked)
Storage redundancy options4m 14s
-
(Locked)
-
-
(Locked)
Module 4: Deploy and manage Azure compute resources1m 18s
-
(Locked)
Learning objectives45s
-
(Locked)
Virtual machines overview5m 19s
-
(Locked)
Creating a VM through the portal15m 1s
-
(Locked)
Creating a VM using the Azure CLI5m 35s
-
(Locked)
Managing VM disks9m 36s
-
(Locked)
Understanding availability options2m 45s
-
(Locked)
Load balancing virtual machines9m 52s
-
(Locked)
Building a scale set14m 50s
-
(Locked)
Connecting to VMs through Azure Bastion5m 5s
-
(Locked)
-
-
(Locked)
Learning objectives52s
-
(Locked)
Understanding app services3m 30s
-
(Locked)
Creating an app service plan through the portal11m 38s
-
(Locked)
Creating an app service plan with the Azure CLI5m 44s
-
(Locked)
Managing app service plans14m 1s
-
(Locked)
Network integration with app service plans4m 32s
-
(Locked)
Using service endpoints4m 58s
-
(Locked)
Understanding private endpoints1m 27s
-
(Locked)
Using private endpoints6m 7s
-
(Locked)
Using managed identities5m 13s
-
(Locked)
-
-
(Locked)
Module 5: Monitor and maintain Azure resources37s
-
(Locked)
Learning objectives41s
-
(Locked)
Introduction to monitoring in Azure6m 49s
-
(Locked)
Logging in Azure4m 48s
-
(Locked)
Configuring VM logs6m 9s
-
(Locked)
Configuring PaaS logs4m 2s
-
(Locked)
Querying logs5m 59s
-
(Locked)
Setting up rules and alerts4m 45s
-
(Locked)
Using the network watcher for troubleshooting7m 20s
-
(Locked)