-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathAZ-400-Lab-Setup
More file actions
27 lines (19 loc) · 1.15 KB
/
AZ-400-Lab-Setup
File metadata and controls
27 lines (19 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
### Lab Setup
1. [] On @lab.VirtualMachine(SEA-DEV).SelectLink click @lab.CtrlAltDelete to activate the Ctrl + Alt + Delete sequence and bring up the logon page.
>[!KNOWLEDGE] Any links like the one above will send Ctrl+Alt+Delete to the selected machine. This can also be done the **Commands** menu (lightning bolt) in the upper-left hand corner of the screen.
2. [] Sign in as +++@lab.VirtualMachine(SEA-DEV).Username+++ with the password +++@lab.VirtualMachine(SEA-DEV).Password+++.
3. [] To generate your Azure DevOps demo, please click the following link, and sign in: @[https://azuredevopsdemogenerator.azurewebsites.net/][azure-demo-gen]{powershell}
4. [] To access Azure DevOps Hands on Labs, please click the following link: @[https://www.azuredevopslabs.com/][azure-dev-ops-labs]{powershell}
5. [] Open a browser and navigate to: @[https://www.skillpipe.com/#/account/login][skillpipe-login]{powershell}
[azure-demo-gen]:
```
Start-Process 'https://azuredevopsdemogenerator.azurewebsites.net/'
```
[azure-dev-ops-labs]:
```
Start-Process 'https://www.azuredevopslabs.com/'
```
[skillpipe-login]:
```
Start-Process 'https://www.skillpipe.com/#/account/login'
```