|
1 |
| -# Azure VNet and Subnets and Network Security Group |
| 1 | +# Azure VNet/Subnet / Network Security Group / Nginx for Azure Overview |
2 | 2 |
|
3 | 3 | ## Introduction
|
4 | 4 |
|
5 |
| -In this lab, you will build ( x,y,x ). |
| 5 | +In this lab, you will be adding and configuring the Azure Networking components needed for this workshop. This will require a few network resources, and a Network Security Group to allow incoming traffic to your Nginx for Azure workshop resources. Then you will explore the Nginx for Azure product, as a quick Overview of what it is and how to deploy it. |
6 | 6 |
|
7 | 7 | < Lab specific Images here, in the /media sub-folder >
|
8 | 8 |
|
9 | 9 | NGINX aaS | Docker
|
10 | 10 | :-------------------------:|:-------------------------:
|
11 |
| - | |
| 11 | + | |
12 | 12 |
|
13 | 13 | ## Learning Objectives
|
14 | 14 |
|
15 | 15 | By the end of the lab you will be able to:
|
16 | 16 |
|
17 |
| -- Introduction to `xx` |
18 |
| -- Build an `yyy` Nginx configuration |
19 |
| -- Test access to your lab enviroment with Curl and Chrome |
20 |
| -- Investigate `zzz` |
| 17 | +- Setup your Azure Vnet and Subnets |
| 18 | +- Setup your Azure Network Security Group for inbound traffic |
| 19 | +- Explore Nginx for Azure |
| 20 | +- Deploy an Nginx for Azure instance |
| 21 | +- Create an initial Nginx configuration for testing |
21 | 22 |
|
22 | 23 |
|
23 | 24 | ## Pre-Requisites
|
24 | 25 |
|
25 |
| -- You must have `aaaa` installed and running |
26 |
| -- You must have `bbbbb` installed |
| 26 | +- You must have an Azure account |
| 27 | +- You must have the Azure CLI software installed on your local system |
27 | 28 | - See `Lab0` for instructions on setting up your system for this Workshop
|
28 |
| -- Familiarity with basic Linux commands and commandline tools |
29 |
| -- Familiarity with basic Docker concepts and commands |
30 |
| -- Familiarity with basic HTTP protocol |
| 29 | +- Familiarity with basic Linux concepts and commands |
| 30 | +- Familiarity with basic Azure concepts and commands |
| 31 | +- Familiarity with basic Nginx concepts and commands |
31 | 32 |
|
32 | 33 | <br/>
|
33 | 34 |
|
@@ -58,7 +59,6 @@ By the end of the lab you will be able to:
|
58 | 59 | - [NGINX As A Service for Azure](https://docs.nginx.com/nginxaas/azure/)
|
59 | 60 | - [NGINX Plus Product Page](https://docs.nginx.com/nginx/)
|
60 | 61 | - [NGINX Ingress Controller](https://docs.nginx.com//nginx-ingress-controller/)
|
61 |
| -- [NGINX on Docker](https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-docker/) |
62 | 62 | - [NGINX Directives Index](https://nginx.org/en/docs/dirindex.html)
|
63 | 63 | - [NGINX Variables Index](https://nginx.org/en/docs/varindex.html)
|
64 | 64 | - [NGINX Technical Specs](https://docs.nginx.com/nginx/technical-specs/)
|
|
0 commit comments