Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pwsh doc updates #273

Merged
merged 8 commits into from
Apr 5, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
unblock file
  • Loading branch information
KSchlobohm committed Mar 16, 2023
commit 1b2197fa10767484e6618f3bff22a824035f9925
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ App Configuration so that the web app can read this data.
<td>

```ps1
unblock-file -path .\infra\createAppRegistrations.ps1
.\infra\createAppRegistrations.ps1 -g "$myEnvironmentName-rg"
```

Expand Down Expand Up @@ -340,6 +341,7 @@ New team members should setup their environment by following these steps.
<td>

```ps1
unblock-file -path .\infra\localDevScripts\getSecretsForLocalDev.ps1
.\infra\localDevScripts\getSecretsForLocalDev.ps1 -g "$myEnvironmentName-rg" -Web
```

Expand Down Expand Up @@ -404,6 +406,7 @@ New team members should setup their environment by following these steps.
<td>

```ps1
unblock-file -path .\infra\localDevScripts\addLocalIPToSqlFirewall.ps1
.\infra\localDevScripts\addLocalIPToSqlFirewall.ps1 -g "$myEnvironmentName-rg"
```

Expand Down Expand Up @@ -431,6 +434,7 @@ Run the following command to give your Azure AD account permission to access the
<td>

```ps1
unblock-file -path .\infra\localDevScripts\makeSqlUserAccount.ps1
.\infra\localDevScripts\makeSqlUserAccount.ps1 -g "$myEnvironmentName-rg"
```

Expand Down