Skip to content

Commit 2e19e20

Browse files
Update 99-troubleshooting.md
The correct flag for specifying the resource group is `--resource-group` not `--resource-group-name` as was previously stated
1 parent b5feddb commit 2e19e20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/www/docs/contribute/99-troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ In order to be able to automatically deploy your app to your Azure Static Web Ap
3737
In order to avoid this issue, you have a few options:
3838
1. [Manually install](https://www.google.com/search?q=instal+libsecret) `libsecret` by adding it to your Docker image or your system (recommended)
3939
2. Disable Keychain access using `--no-use-keychain`. Doing so won't store and remember your credentials anymore, and you will have to interactively log in again each time you run `swa login`
40-
3. Manually provide the Deployment Token for your current project (see [SWA CLI docs](https://azure.github.io/static-web-apps-cli/docs/use/deploy#51-deployment-token)). You will also need to provide `--app-name` and `--resource-group-name`
41-
4. Manually provide `--client-id`, `--client-secret`, `--app-name` and `--resource-group-name`.
40+
3. Manually provide the Deployment Token for your current project (see [SWA CLI docs](https://azure.github.io/static-web-apps-cli/docs/use/deploy#51-deployment-token)). You will also need to provide `--app-name` and `--resource-group`
41+
4. Manually provide `--client-id`, `--client-secret`, `--app-name` and `--resource-group`.
4242

4343

4444
---

0 commit comments

Comments
 (0)