Skip to content

Commit ab13c2b

Browse files
authored
Update M06-Unit 9 Secure your virtual hub using Azure Firewall Manager.md
1 parent 8464e62 commit ab13c2b

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

Instructions/Exercises/M06-Unit 9 Secure your virtual hub using Azure Firewall Manager.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,5 +387,22 @@ In this task you will test the network rule to confirm that it works as expected
387387
```powershell
388388
Remove-AzResourceGroup -Name 'fw-manager-rg' -Force -AsJob
389389
```
390-
391390
>**Note**: The command executes asynchronously (as determined by the -AsJob parameter), so while you will be able to run another PowerShell command immediately afterwards within the same PowerShell session, it will take a few minutes before the resource groups are actually removed.
391+
392+
## Extend your learning with Copilot
393+
394+
Copilot can assist you in learning how to use the Azure scripting tools. Copilot can also assist in areas not covered in the lab or where you need more information. Open an Edge browser and choose Copilot (top right) or navigate to *copilot.microsoft.com*. Take a few minutes to try these prompts.
395+
+ Provide three common usage scenarios for Azure Firewall Manager.
396+
+ What types of Firewall Policy rules are available. Provide usage cases for each type.
397+
398+
## Learn more with self-paced training
399+
400+
+ [Introduction to Azure Firewall](https://learn.microsoft.com/training/modules/introduction-azure-firewall/). In this module, you learn how Azure Firewall protects Azure virtual network resources including features, rules, and deployment options.
401+
+ [Introduction to Azure Firewall Manager](https://learn.microsoft.com/training/modules/intro-to-azure-firewall-manager/). In this module, you learn how Azure Firewall Manager provides central security policy and route management for cloud-based security perimeters.
402+
403+
## Key takeaways
404+
405+
Congratulations on completing the lab. Here are the main takeaways for this lab.
406+
+ Azure Firewall Manager provides centralized configuration and management across multiple Azure Firewall instances.
407+
+ Azure Firewall Manager lets you create one or more firewall policies and rapidly apply them to multiple firewalls.
408+
+ There are Firewall Policy rules for application, network, and NAT.

0 commit comments

Comments
 (0)