mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
Update LAB_05-Implement_Intersite_Connectivity.md
This commit is contained in:
parent
3222d4a07b
commit
1af5ed0995
@ -287,6 +287,18 @@ If you are working with **your own subscription** take a minute to delete the la
|
||||
+ Using Azure PowerShell, `Remove-AzResourceGroup -Name resourceGroupName`.
|
||||
+ Using the CLI, `az group delete --name resourceGroupName`.
|
||||
|
||||
## Extend your learning with Copilot
|
||||
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.
|
||||
|
||||
+ How can I use Azure PowerShell or Azure CLI commands to add a virtual network peering between vnet1 and vnet2?
|
||||
+ Create a table highlighting various Azure and 3rd party monitoring tools supported on Azure. Highlight when to use each tool.
|
||||
+ When would I create a custom network route in Azure?
|
||||
|
||||
## Learn more with self-paced training
|
||||
|
||||
+ [Distribute your services across Azure virtual networks and integrate them by using virtual network peering](https://learn.microsoft.com/en-us/training/modules/integrate-vnets-with-vnet-peering/). Use virtual network peering to enable communication across virtual networks in a way that's secure and minimally complex.
|
||||
+ [Manage and control traffic flow in your Azure deployment with routes](https://learn.microsoft.com/training/modules/control-network-traffic-flow-with-routes/). Learn how to control Azure virtual network traffic by implementing custom routes.
|
||||
|
||||
|
||||
## Key takeaways
|
||||
|
||||
@ -298,8 +310,3 @@ Congratulations on completing the lab. Here are the main takeaways for this lab.
|
||||
+ The traffic between virtual machines in peered virtual networks uses the Microsoft backbone infrastructure.
|
||||
+ System defined routes are automatically created for each subnet in a virtual network. User-defined routes override or add to the default system routes.
|
||||
+ Azure Network Watcher provides a suite of tools to monitor, diagnose, and view metrics and logs for Azure IaaS resources.
|
||||
|
||||
## Learn more with self-paced training
|
||||
|
||||
+ [Distribute your services across Azure virtual networks and integrate them by using virtual network peering](https://learn.microsoft.com/en-us/training/modules/integrate-vnets-with-vnet-peering/). Use virtual network peering to enable communication across virtual networks in a way that's secure and minimally complex.
|
||||
+ [Manage and control traffic flow in your Azure deployment with routes](https://learn.microsoft.com/training/modules/control-network-traffic-flow-with-routes/). Learn how to control Azure virtual network traffic by implementing custom routes.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user