Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ Open PowerShell, change directory where you code cloned, then run the deploy scr
cd .\Deployment\
```
```
.\resourdedeployment.ps1
.\resourcedeployment.ps1
```

If you run into issue with PowerShell script file not being digitally signed, you can execute below command:

```
powershell.exe -ExecutionPolicy Bypass -File ".\resourdedeployment.ps1"
powershell.exe -ExecutionPolicy Bypass -File ".\resourcedeployment.ps1"
```

You will be prompted for the following parameters with this Screen :
Expand Down
Loading