Changed setup, using docker

This commit is contained in:
Gal Szkolnik 2023-07-20 06:27:14 +00:00
parent b6c164eb52
commit 1aa0fce124
1 changed files with 13 additions and 11 deletions

View File

@ -1,16 +1,18 @@
# Starting from scratch on Windows 11
1. Signed up for Azure Free account at <https://portal.azure.com>
2. Installed [Az PowerShell Module](https://github.com/Azure/azure-powershell/releases/tag/v10.1.0-July2023) and connected the Azure Account for the first time.
```PowerShell
Install-Module -Name Az -Repository PSGallery -Force
Connect-AzAccount
```
3. Install AzureAD PowerShell Module and Connect to the default Azure AD tenant for the first time
```PowerShell
Install-Module -Name AzureAD -Repository PSGallery -Force -AllowClobber
Connect-AzureAD
~~2. Installed Az PowerShell Module ...~~
~~3. Install AzureAD PowerShell Module ...~~
~~3. Install Microsoft Graph Module ...~~
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.
3. Tested connection from within the docker conatiner:
```console
.../varonis $
```