mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
Fix Deny Internet NSG in Mod 04
This commit is contained in:
parent
a252995337
commit
6af7f54e0e
@ -241,11 +241,11 @@ In this task, we create an Application Security Group and a Network Security Gro
|
|||||||
| Destination | **Service tag** |
|
| Destination | **Service tag** |
|
||||||
| Destination service tag | **Internet** |
|
| Destination service tag | **Internet** |
|
||||||
| Service | **Custom** |
|
| Service | **Custom** |
|
||||||
| Destination port ranges | **8080** |
|
| Destination port ranges | `*` |
|
||||||
| Protocol | **Any** |
|
| Protocol | **Any** |
|
||||||
| Action | **Deny** |
|
| Action | **Deny** |
|
||||||
| Priority | **4096** |
|
| Priority | **4096** |
|
||||||
| Name | **DenyAnyCustom8080Outbound** |
|
| Name | `DenyInternetOutbound` |
|
||||||
|
|
||||||
|
|
||||||
## Task 4: Configure public and private Azure DNS zones
|
## Task 4: Configure public and private Azure DNS zones
|
||||||
@ -373,3 +373,4 @@ Congratulations on completing the lab. Here are the main takeaways for this lab.
|
|||||||
+ Application security groups are used to protect groups of servers with a common function, such as web servers or database servers.
|
+ Application security groups are used to protect groups of servers with a common function, such as web servers or database servers.
|
||||||
+ Azure DNS is a hosting service for DNS domains that provides name resolution. You can configure Azure DNS to resolve host names in your public domain. You can also use private DNS zones to assign DNS names to virtual machines (VMs) in your Azure virtual networks.
|
+ Azure DNS is a hosting service for DNS domains that provides name resolution. You can configure Azure DNS to resolve host names in your public domain. You can also use private DNS zones to assign DNS names to virtual machines (VMs) in your Azure virtual networks.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user