mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-08 18:07:04 +00:00
addressing #41
This commit is contained in:
parent
0d5f4e89ab
commit
0ae4880a26
@ -45,7 +45,7 @@ In this task, you will deploy four virtual machines into the same Azure region.
|
|||||||
```pwsh
|
```pwsh
|
||||||
$location = '[Azure_region]'
|
$location = '[Azure_region]'
|
||||||
|
|
||||||
$rgName = 'az104-06-rg01'
|
$rgName = 'az104-06-rg1'
|
||||||
|
|
||||||
New-AzResourceGroup -Name $rgName -Location $location
|
New-AzResourceGroup -Name $rgName -Location $location
|
||||||
```
|
```
|
||||||
@ -170,7 +170,7 @@ In this task, you will test transitivity of virtual network peering by using Net
|
|||||||
| Setting | Value |
|
| Setting | Value |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| Subscription | the name of the Azure subscription you are using in this lab |
|
| Subscription | the name of the Azure subscription you are using in this lab |
|
||||||
| Resource group | **az104-06-rg01** |
|
| Resource group | **az104-06-rg1** |
|
||||||
| Source type | **Virtual machine** |
|
| Source type | **Virtual machine** |
|
||||||
| Virtual machine | **az104-06-vm0** |
|
| Virtual machine | **az104-06-vm0** |
|
||||||
| Destination | **Specify manually** |
|
| Destination | **Specify manually** |
|
||||||
@ -191,7 +191,7 @@ In this task, you will test transitivity of virtual network peering by using Net
|
|||||||
| Setting | Value |
|
| Setting | Value |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| Subscription | the name of the Azure subscription you are using in this lab |
|
| Subscription | the name of the Azure subscription you are using in this lab |
|
||||||
| Resource group | **az104-06-rg01** |
|
| Resource group | **az104-06-rg1** |
|
||||||
| Source type | **Virtual machine** |
|
| Source type | **Virtual machine** |
|
||||||
| Virtual machine | **az104-06-vm0** |
|
| Virtual machine | **az104-06-vm0** |
|
||||||
| Destination | **Specify manually** |
|
| Destination | **Specify manually** |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user