DevOpsAssignment/00-Setup.md

18 lines
602 B
Markdown
Raw Normal View History

2023-07-20 00:47:15 -04:00
# Starting from scratch on Windows 11
2023-07-20 02:27:14 -04:00
1. Signed up for Azure Free account at <https://portal.azure.com>
2023-07-20 00:47:15 -04:00
2023-07-20 02:27:14 -04:00
~~2. Installed Az PowerShell Module ...~~
~~3. Install AzureAD PowerShell Module ...~~
~~3. Install Microsoft Graph Module ...~~
2023-07-20 00:47:15 -04:00
2023-07-20 02:27:14 -04:00
2. Working with mcr.microsoft.com/microsoftgraph/powershell docker
container.
Chose this path after failing to setup my personal local
Windows 11 machine with the above libraries, realizing this should
have been my first choice.
2023-07-20 00:47:15 -04:00
2023-07-20 02:27:14 -04:00
3. Tested connection from within the docker conatiner:
```console
.../varonis $
```