diff --git a/labs/lab0/media/2factorAuthentication.png b/labs/lab0/media/2factorAuthentication.png
new file mode 100644
index 0000000..d5523d7
Binary files /dev/null and b/labs/lab0/media/2factorAuthentication.png differ
diff --git a/labs/lab0/media/2factorConfirmation.png b/labs/lab0/media/2factorConfirmation.png
new file mode 100644
index 0000000..74e679b
Binary files /dev/null and b/labs/lab0/media/2factorConfirmation.png differ
diff --git a/labs/lab0/media/F5accountactivationemail.png b/labs/lab0/media/F5accountactivationemail.png
new file mode 100644
index 0000000..4879916
Binary files /dev/null and b/labs/lab0/media/F5accountactivationemail.png differ
diff --git a/labs/lab0/media/F5signup.png b/labs/lab0/media/F5signup.png
new file mode 100644
index 0000000..25d7130
Binary files /dev/null and b/labs/lab0/media/F5signup.png differ
diff --git a/labs/lab0/media/almostthere.png b/labs/lab0/media/almostthere.png
new file mode 100644
index 0000000..094a92d
Binary files /dev/null and b/labs/lab0/media/almostthere.png differ
diff --git a/labs/lab0/media/courselist.png b/labs/lab0/media/courselist.png
new file mode 100644
index 0000000..cb630ef
Binary files /dev/null and b/labs/lab0/media/courselist.png differ
diff --git a/labs/lab0/media/domaincreds.png b/labs/lab0/media/domaincreds.png
new file mode 100644
index 0000000..99591ca
Binary files /dev/null and b/labs/lab0/media/domaincreds.png differ
diff --git a/labs/lab0/media/domaincredsannotated.png b/labs/lab0/media/domaincredsannotated.png
new file mode 100644
index 0000000..73bcb38
Binary files /dev/null and b/labs/lab0/media/domaincredsannotated.png differ
diff --git a/labs/lab0/media/joinbutton.png b/labs/lab0/media/joinbutton.png
new file mode 100644
index 0000000..c13862b
Binary files /dev/null and b/labs/lab0/media/joinbutton.png differ
diff --git a/labs/lab0/media/launchrdp.png b/labs/lab0/media/launchrdp.png
new file mode 100644
index 0000000..2bc23b2
Binary files /dev/null and b/labs/lab0/media/launchrdp.png differ
diff --git a/labs/lab0/media/megasuperimportantemail.png b/labs/lab0/media/megasuperimportantemail.png
new file mode 100644
index 0000000..efd30a0
Binary files /dev/null and b/labs/lab0/media/megasuperimportantemail.png differ
diff --git a/labs/lab0/media/udfloginnonf5.png b/labs/lab0/media/udfloginnonf5.png
new file mode 100644
index 0000000..a19cbcb
Binary files /dev/null and b/labs/lab0/media/udfloginnonf5.png differ
diff --git a/labs/lab0/media/udfloginreset.png b/labs/lab0/media/udfloginreset.png
new file mode 100644
index 0000000..edb7a41
Binary files /dev/null and b/labs/lab0/media/udfloginreset.png differ
diff --git a/labs/lab0/media/useruser.png b/labs/lab0/media/useruser.png
new file mode 100644
index 0000000..20f89b2
Binary files /dev/null and b/labs/lab0/media/useruser.png differ
diff --git a/labs/lab0/media/waitforboot.png b/labs/lab0/media/waitforboot.png
new file mode 100644
index 0000000..27da273
Binary files /dev/null and b/labs/lab0/media/waitforboot.png differ
diff --git a/labs/lab0/prerequisites.md b/labs/lab0/prerequisites.md
new file mode 100644
index 0000000..6673c52
--- /dev/null
+++ b/labs/lab0/prerequisites.md
@@ -0,0 +1,87 @@
+# Preparing your Computer for the NGINX One Console Workshop
+
+## Introduction
+
+In order to complete the Lab exercises in this Workshop on your own computer and not use the F5 provided workshop environment, your computer should meet with the following license, hardware, software, and access requirements. If you are unable to meet these basic requirements, you will likely not be able to complete the Labs as written. It is highly recommended that you have the minimum requirements.
+
+## Learning Objectives
+
+By the end of this Prerequisite instructions, you will be ready to do the Workshop lab exercises in your own system.
+
+## NGINX Plus License Requirements
+
+1. You must have an NGINX Plus Commercial license/subscription for this Workshop.
+2. You must download the `nginx-repo.crt` and `nginx-repo.key` and `nginx-repo.jwt` files from your MyF5 account.
+3. If you do not have a current license, you can request a 30-Day Trial License for free, here: https://www.f5.com/trials/nginx-one . It takes several minutes for the F5 Licensing system to send you an email, with a `one-time download link` to the License files. `Save the nginx-repo.* files to your local storage`, you will need them before you start the Workshop.
+
+## F5 Distributed Cloud Account
+
+You will need an F5 Distributed Cloud account to complete the Nginx One Console lab exercises. If you do not have an Account, please contact your F5 Sales Representative for more information. Know more about F5 Distributed Cloud by navigating to the following link: https://www.f5.com/products/distributed-cloud-services/distributed-cloud-console.
+
+You must also have enabled NGINX One service within F5 Distributed Cloud(XC) for this workshop.
+
+## Hardware Requirments
+
+1. 8GB available RAM
+2. 50GB available disk space
+3. Recommended - second monitor
+
+## Software Requirements
+
+1. Git
+1. Docker Engine
+1. Docker Compose
+1. Chrome or other modern browser
+1. Visual Studio Code, or other test/code editor
+1. Thunder Client VSCode extension or any other API platform that helps running API requests.
+
+## Administrative Requirements
+
+1. Network connection to the Internet
+1. Admin access to install software, Copy and Edit local files
+1. Admin access to control Network Firewalls and VPN settings
+1. Admin access to configure local DNS hosts file
+
+## Install Docker Engine
+
+- [https://docs.docker.com/engine/install/](https://docs.docker.com/engine/install/)
+
+## Install Docker Compose
+
+- [https://docs.docker.com/compose/install/](https://docs.docker.com/compose/install/)
+
+## Optional - Install Visual Studio Code
+
+- [https://code.visualstudio.com/download](https://code.visualstudio.com/download)
+
+## Cloning the Workshop Repository locally
+
+Once you have setup your system make sure to clone this repository locally in your system.
+
+```bash
+git clone https://github.com/nginxinc/nginx-one-workshops.git
+
+```
+
+
+You are now prepared to start with the workshop labs.
+
+
+## References:
+
+- [NGINX Plus](https://docs.nginx.com/nginx/)
+- [NGINX Free 30-Day Trial](https://www.f5.com/trials/nginx-one)
+- [NGINX Admin Guide](https://docs.nginx.com/nginx/admin-guide/)
+- [NGINX Technical Specs](https://docs.nginx.com/nginx/technical-specs/)
+
+
+
+### Authors
+
+- Chris Akker - Solutions Architect - Community and Alliances @ F5, Inc.
+- Shouvik Dutta - Solutions Architect - Community and Alliances @ F5, Inc.
+- Adam Currier - Solutions Architect - Community and Alliances @ F5, Inc.
+
+-------------
+
+Navigate to ([Lab1](../lab1/readme.md) | [Main Menu](../readme.md))
\ No newline at end of file
diff --git a/labs/lab0/readme.md b/labs/lab0/readme.md
index 8a78ecc..d99c5d6 100644
--- a/labs/lab0/readme.md
+++ b/labs/lab0/readme.md
@@ -1,91 +1,94 @@
-# Setup your Computer for NGINX Workshops
+# Workshop pre-work
-## `under construction`
+## Prep for your upcoming F5/NGINX Workshop
-## Introduction
+If you're here that probably means you are currently in, or registered for, an upcoming NGINXperts Workshop. By taking the time to run through this exercise you are helping us save time during the workshop and ensure that you meet the prerequisites to access the workshop. We appreciate you taking time to check your system and your access.
-In this Workshop, you will build a working Lab environment in Azure, and use Nginx for Azure to control traffic to these Azure Resources. The architecture you will build will look like this diagram:
+
-
-
-In order to build this environment, your computer hardware, software, and applications must be properly installed and functional. This is the list of Prerequisite needed to successfully complete this Workshop as a Student.
+## Step 0: If this is your first time in an F5 Hosted Workshop
->It is `highly recommended` for Students attending this Workshop to be proficient with NGINX and Azure and have some experience with Kubernetes and Docker administration, networking tools, and Load Balancing concepts. An `Azure Subscription` and Admin level access to Azure Portal is required. Previous experience with Visual Studio Code and Redis Tools is also recommended.
+Look for an email from **`courses@notify.udf.f5.com`**. This will have instructions on how you can login into UDF (F5 workshop environment).
-
+
-## Prerequisites
+### If you cannot find your invite email ("UDF Course Registration:NGINXperts Lab ...") STOP
-In this Lab0, the requirements for both the Student and the Azure environment will be described.
+- These commonly get caught by spam/junk filters. *Make sure to check your spam folder **and** your system's email Quarantine.*
-> **IMPORTANT!** It is imperative that you have the appropriate computer, tools, and Azure Subscription privileges to successfully complete the Workshop.
+- If you still cannot find your invite email, you either have not been invited to a workshop or we have an incorrect email. Please get help from whoever sent you to this page.
-
+## Step 1: Get yourself to UDF
-NGINXaaS for Azure | NGINX Plus | Kubernetes | Docker | Redis
-:-------------------------:|:-------------------------:|:-------------------------:|:-------------------------:|:-------------------------:
- |  |  |  | 
+- Navigate to [https://udf.f5.com/](https://udf.f5.com/) and select `Invited Users`
+ 
-
+- If this is your first time using UDF, use the `Sign Up` link which would take your to F5 registration page.
+
+ **NOTE:** this will *not be the password to the Ubuntu Desktop or other VMs in the class!*
+ 
-## Student Azure Subscription Requirements
+- Once you have filled in your registration details, you should be receiving an `Account Activation` email as shown below
+ 
-**IMPORTANT:** Students taking this Workshop will require `Owner` level privileges to complete the Lab Exercises. In addition, Students will also require the following Subscription privileges. Consult with your IT Cloud Team to ensure you have the necessary privileges for the following items, *prior* to attempting the Workshop Exercises:
+- When you click on the `Activate Account` button within the activation email, you would be redirected to setup 2 factor authentication as shown below. Select your preferred authentication method.
+ 
-1. Multiple `Public Ip Addresses` used in this lab.
+- Once you have set up 2 factor authentication successfully, you will see a `green` checkmark on your preferred method. Click on `Finish`.
+ 
- - Public IP Address for the Nginx for Azure instance
- - Public IP Address for the UbuntuVM
- - Public IP Address for the Kubernetes Cluster API Server for the AKS instance(s)
+- If you already have an account but you can't remember your password, simply reset your password by clicking on `Forgot Password?` link.
+
-2. `Azure Key Vault` used in this lab, to create TLS certificates and keys.
+## Step 2: Start the course
-3. `Entra ID` used in this lab, to create Applications and Settings for the OIDC/JWT integration with Nginx.
+- Once logged into UDF, click `Launch` (This will open a new tab.)
+ 
-
+- And then click on `Join`
+ 
-### Student Hardware/Software/Azure Requirements
+- Click the `DEPLOYMENT` tab at the top
+
-Verify you have the proper computer requirements - hardware and software.
-- Hardware: Laptop, Admin rights, Internet connection
-- Software: Visual Studio, Terminal, Chrome, Docker, AKS and Azure CLI.
- - You will need the Azure Command Line Interface tool (version 2.61.0 or higher) installed on your client machine to manage your Azure services. See [Azure CLI Installation](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) for instructions.
- - You will also need the Azure CLI `NGINX` extension added. See [Azure CLI Extensions](https://learn.microsoft.com/en-us/cli/azure/azure-cli-extensions-overview) for instructions.
-- Verify you have proper computer skills: Linux CLI, files, SSH/Terminal, Docker/Compose, Azure Portal, Load Balancing concepts, Linux tools, Azure CLI
-- Verify you have the proper access to Azure resources: Azure Subscription with Admin/Owner level access
+## Step 3: RDP to the Ubuntu Jumpbox
-
+- username: `ubuntu`
+- password: `Nginx123`
-### Required Skills
+THIS REQUIRES AN RDP CLIENT! If you have a Mac *and* haven't downloaded an RDP client before, here is the first-party version:
-- Nginx for Azure NGINXperts Workshop has minimum REQUIRED Nginx Skills: Students must be familiar with Nginx operation, configurations, and concepts for HTTP traffic.
-- The NGINXperts Basics Workshop is HIGHLY recommended, students should have taken this workshop prior.
-- The NGINXperts Plus Ingress Controller workshop is also HIGHLY recommended, students should have taken this workshop prior.
-- Azure admin skills, previous training from Microsoft Learn is HIGHLY recommended.
-- Recommended: TLS, DNS, HTTP caching, Grafana, Redis
+[Microsoft's RDP client on the Apple Apps Store](https://apps.apple.com/us/app/microsoft-remote-desktop/id1295203466?mt=12)
-
+- Now you just have to wait for the Ubuntu Desktop to finish booting. . .
-[NGINXperts Basics Workshop](https://github.com/nginxinc/nginx-basics-workshops)
+
-
+- Make sure to select a small enough resolution to see the whole screen.
-**This completes Lab0.**
+
-
+- Once you select the resolution, your browser will download an rdp file. Open this file to connect to Ubuntu Desktop.
-## References:
+- Accept the self-signed cert, the Ubuntu Desktop username and password will be `ubuntu` and `Nginx123`.
+
+ (**NOTE:** This is *not* your UDF login username & password.)
-- [NGINX As A Service for Azure](https://docs.nginx.com/nginxaas/azure/)
-- [NGINX Plus Product Page](https://docs.nginx.com/nginx/)
-- [NGINX Ingress Controller](https://docs.nginx.com//nginx-ingress-controller/)
-- [NGINX on Docker](https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-docker/)
-- [NGINX Directives Index](https://nginx.org/en/docs/dirindex.html)
-- [NGINX Variables Index](https://nginx.org/en/docs/varindex.html)
-- [NGINX Technical Specs](https://docs.nginx.com/nginx/technical-specs/)
-- [NGINX - Join Community Slack](https://community.nginx.org/joinslack)
+ 
-
+-------------
+> **If you can't connect to the Ubuntu Desktop, *remember to shut off your VPN*, or join a non-proxied network (sometimes a guest network in the office will work)**
+-------------
+
+**For machines running Windows and attached to a domain, Windows will helpfully attempt to use your domain creds to log in, and you'll see:**
+
+
+
+### Click "More choices" to enter both a username and a password
+
+
+
+That wraps the pre-requisites.
### Authors
@@ -95,4 +98,4 @@ Verify you have the proper computer requirements - hardware and software.
-------------
-Navigate to ([Lab1](../lab1/readme.md) | [LabGuide](../readme.md))
+Navigate to ([Lab1](../lab1/readme.md) | [Main Menu](../readme.md))