You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/how-to-use-accelerator.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -494,11 +494,11 @@ az spring dev-tool create \
494
494
495
495
## Use App Accelerator in VS Code
496
496
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.
498
498
499
499
### View the list of App Accelerators
500
500
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:
502
502
503
503
1. In Visual Studio Code, open the Azure Spring Apps extension, and then sign in to your Azure account.
504
504
@@ -519,19 +519,17 @@ Use the following steps to view the list of App Accelerators in an Azure Spring
519
519
520
520
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`.
521
521
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.
523
523
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).
527
525
528
526
1. Select **Allow**, select **Open**, and then select **Open** again to open the list of VS Code extensions.
529
527
530
528
:::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":::
531
529
532
530
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.`
533
531
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.
0 commit comments