Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AZ900_Lab13 #13

Open
wants to merge 2 commits into
base: prod
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Instructions/CloudLabs.AI/13-Secure network traffic.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ In this task, we will create a network security group and associate it with the

1. From the **All services** blade, search for and select **Network security groups** and then click **+ Add**

2. On the **Basics** tab of the **Create network security group** blade, specify the following settings.
2. On the **Basics** tab of the **Create network security group** blade,replace [DeploymentId] which is present in environment details, specify the following settings.

| Setting | Value |
| -- | -- |
| Subscription | **Choose your subscription** |
| Resource group | **myRGSecure** |
| Resource group | **myRGSecure[DeploymentId]** |
| Name | **myNSGSecure** |
| Region | **(US) East US** |
| | |
Expand Down