Skip to content

Commit 3107e93

Browse files
committed
edits; removed unnecessary image, moved image message to text
1 parent 1551177 commit 3107e93

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

articles/spring-apps/how-to-use-accelerator.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -494,11 +494,11 @@ az spring dev-tool create \
494494

495495
## Use App Accelerator in VS Code
496496

497-
You can bootstrap your project from any accelerator of App Accelerator in an Azure Spring Apps Enterprise service instance in VS Code directly.
497+
You can bootstrap your project from any accelerator of App Accelerator in an Azure Spring Apps Enterprise plan service instance in VS Code directly.
498498

499499
### View the list of App Accelerators
500500

501-
Use the following steps to view the list of App Accelerators in an Azure Spring Apps Enterprise service instance:
501+
Use the following steps to view the list of App Accelerators in an Azure Spring Apps Enterprise plan service instance:
502502

503503
1. In Visual Studio Code, open the Azure Spring Apps extension, and then sign in to your Azure account.
504504

@@ -519,19 +519,17 @@ Use the following steps to view the list of App Accelerators in an Azure Spring
519519

520520
If you try to open App Accelerator for a service instance that hasn't enabled App Accelerator or exposed a public endpoint, you see the following error message: `Application Accelerator of Spring Apps <instance-name> is not enabled or publically accessible`.
521521

522-
To enable App Accelerator and expose public endpoints, use the following steps. For more information, see the [Manage App Accelerator in an existing Enterprise plan instance](./how-to-use-accelerator.md#manage-app-accelerator-in-an-existing-enterprise-plan-instance) section.
522+
To enable App Accelerator and expose public endpoints, use the following steps. For more information, see the [Manage App Accelerator in an existing Enterprise plan instance](#manage-app-accelerator-in-an-existing-enterprise-plan-instance) section.
523523

524-
1. If you enabled single sign-on in the Dev Tools Portal, you see the following flyout when you access the extension. For more information, see the [Configure Dev Tools Portal](./how-to-use-dev-tool-portal.md#configure-dev-tools-portal) section of [Configure Tanzu Dev Tools in the Azure Spring Apps Enterprise plan](how-to-use-dev-tool-portal.md).
525-
526-
:::image type="content" source="media/how-to-use-accelerator/visual-studio-code-extension-popup.png" alt-text="Screenshot that shows the VS Code extension flyout window." lightbox="media/how-to-use-accelerator/visual-studio-code-extension-popup.png":::
524+
1. If you enabled single sign-on in the Dev Tools Portal, you see the following message when you access the extension: `The extension 'Tanzu App Accelerator' wants to sign in using VMware Tanzu.` For more information, see the [Configure Dev Tools Portal](./how-to-use-dev-tool-portal.md#configure-dev-tools-portal) section of [Configure Tanzu Dev Tools in the Azure Spring Apps Enterprise plan](how-to-use-dev-tool-portal.md).
527525

528526
1. Select **Allow**, select **Open**, and then select **Open** again to open the list of VS Code extensions.
529527

530528
:::image type="content" source="media/how-to-use-accelerator/visual-studio-code-extension-accelerator-list.png" alt-text="Screenshot of VS Code that shows the list of App Accelerator extensions." lightbox="media/how-to-use-accelerator/visual-studio-code-extension-accelerator-list.png":::
531529

532530
Sometimes, you might get an error message similar to the following example: `AADSTS50011: The redirect URI 'vscode://VMware.tanzu-app-accelerator' specified in the request does not match the redirect URIs configured for the application 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'. Make sure the redirect URI sent in the request matches one added to your application in the Azure portal. Navigate to https://aka.ms/redirectUriMismatchError to learn more about how to fix this.`
533531

534-
To address this issue, add redirect URIs `vscode://VMware.tanzu-app-accelerator` to relevant IdP. In Microsoft Entra ID, go to the **Authentication** menu, and add redirect URIs to mobile and desktop applications in platform configurations.
532+
To address this issue, add the redirect URI `vscode://VMware.tanzu-app-accelerator` to the relevant identity provider (IdP). In Microsoft Entra ID, go to the **Authentication** menu and add redirect URIs to mobile and desktop applications in the platform configurations.
535533

536534
## Next steps
537535

0 commit comments

Comments
 (0)