Merge pull request #279 from clifford-smith/master

minor edits to match interface changes and change code errors
This commit is contained in:
polichtm 2021-04-14 14:50:21 -04:00 committed by GitHub
commit 574160e9ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 10 deletions

View File

@ -43,7 +43,7 @@ In this task, you will create and configure management groups.
1. Sign in to the [Azure portal](https://portal.azure.com).
1. Search for and select **Management groups** and then, on the **Management groups** blade, click **+ Add management group**.
1. Search for and select **Management groups** and then, on the **Management groups** blade, click **+ Add**.
>**Note**: If you have not previously created Management Groups, select **Start using management groups**

View File

@ -31,7 +31,7 @@ In this task, you will use the Azure portal to create resource groups and create
1. Sign in to the [Azure portal](https://portal.azure.com).
1. In the Azure portal, search for and select **Disks**, click **+ New**, and specify the following settings:
1. In the Azure portal, search for and select **Disks**, click **+ Add, + Create, or + New**, and specify the following settings:
|Setting|Value|
|---|---|
@ -72,7 +72,7 @@ In this task, we will move the disk resource you created in the previous task to
In this task, you will apply a resource lock to an Azure resource group containing a disk resource.
1. In the Azure portal, search for and select **Disks**, click **+ New**, and specify the following settings:
1. In the Azure portal, search for and select **Disks**, click **+ Add, + Create, or + New**, and specify the following settings:
|Setting|Value|
|---|---|

View File

@ -127,8 +127,6 @@ In this task, you will configure static assignment of public and private IP addr
1. In the list IP configurations, click **ipconfig1**.
1. On the **ipconfig1** blade, set **Assignment** to **Static**, leave the default value of **IP address** set to **10.40.0.4**.
1. On the **ipconfig1** blade, in the **Public IP address settings** section, select **Associate**, click **+ Create new**, specify the following settings, and click **OK**:
| Setting | Value |
@ -136,6 +134,8 @@ In this task, you will configure static assignment of public and private IP addr
| Name | **az104-04-pip0** |
| SKU | **Standard** |
1. On the **ipconfig1** blade, set **Assignment** to **Static**, leave the default value of **IP address** set to **10.40.0.4**.
1. Back on the **ipconfig1** blade, save the changes.
1. Navigate back to the **az104-04-vnet1** blade
@ -146,8 +146,6 @@ In this task, you will configure static assignment of public and private IP addr
1. In the list IP configurations, click **ipconfig1**.
1. On the **ipconfig1** blade, set **Assignment** to **Static**, leave the default value of **IP address** set to **10.40.1.4**.
1. On the **ipconfig1** blade, in the **Public IP address settings** section, select **Associate**, click **+ Create new**, specify the following settings, and click **OK**:
| Setting | Value |
@ -155,6 +153,8 @@ In this task, you will configure static assignment of public and private IP addr
| Name | **az104-04-pip1** |
| SKU | **Standard** |
1. On the **ipconfig1** blade, set **Assignment** to **Static**, leave the default value of **IP address** set to **10.40.1.4**.
1. Back on the **ipconfig1** blade, save the changes.
1. Navigate back to the **az104-04-rg1** resource group blade, in the list of its resources, click **az104-04-vm0**, and from the **az104-04-vm0** virtual machine blade, note the public IP address entry.

View File

@ -355,7 +355,7 @@ In this task, you will configure and test routing between the two spoke virtual
| Virtual network | **az104-06-vnet3** |
| Subnet | **subnet0** |
1.Click **OK**
1. Click **OK**
1. In the Azure portal, navigate back to the **Network Watcher - Connection troubleshoot** blade.
@ -433,7 +433,7 @@ In this task, you will implement an Azure Load Balancer in front of the two Azur
| Interval | **5** |
| Unhealthy threshold | **2** |
1. Click **OK**
1. Click **Add**
1. Wait for the health probe to be created, in the **Settings** section, click **Load balancing rules**, and then click **+ Add**.
@ -453,7 +453,7 @@ In this task, you will implement an Azure Load Balancer in front of the two Azur
| TCP reset | **Disabled** |
| Floating IP (direct server return) | **Disabled** |
1. Click **OK**
1. Click **Add**
1. Wait for the load balancing rule to be created, click **Overview**, and note the value of the **Public IP address**.