Skip to content

Commit 967117b

Browse files
authored
Update how-to-use-accelerator.md
1 parent 9b20d12 commit 967117b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ You can see the running instances and resource usage of all the components using
115115

116116
### [Azure portal](#tab/Portal)
117117

118-
You can view the state of Application Accelerator in the Azure portal on the **Developer Tools (Preview)** page, as shown in the following screenshot:
118+
You can view the state of Application Accelerator in the Azure portal on the **Developer Tools** page, as shown in the following screenshot:
119119

120-
:::image type="content" source="media/how-to-use-accelerator/accelerator-components.png" alt-text="Screenshot of the Azure portal showing the Developer Tools (Preview) page." lightbox="media/how-to-use-accelerator/accelerator-components.png":::
120+
:::image type="content" source="media/how-to-use-accelerator/accelerator-components.png" alt-text="Screenshot of the Azure portal showing the Developer Tools page." lightbox="media/how-to-use-accelerator/accelerator-components.png":::
121121

122122
### [Azure CLI](#tab/Azure-CLI)
123123

@@ -211,7 +211,7 @@ After you create your *accelerator.yaml* file, you can create your accelerator.
211211

212212
To create your own accelerator, open the **Accelerators** section and then select **Add Accelerator** under the Customized Accelerators section.
213213

214-
:::image type="content" source="media/how-to-use-accelerator/add-accelerator.png" alt-text="Screenshot of the Azure portal showing the Developer Tools (Preview) page Accelerators tab, with the Add Accelerator button highlighted." lightbox="media/how-to-use-accelerator/add-accelerator.png":::
214+
:::image type="content" source="media/how-to-use-accelerator/add-accelerator.png" alt-text="Screenshot of the Azure portal showing the Developer Tools page Accelerators tab, with the Add Accelerator button highlighted." lightbox="media/how-to-use-accelerator/add-accelerator.png":::
215215

216216
#### [Azure CLI](#tab/Azure-CLI)
217217

@@ -262,9 +262,9 @@ The following table describes the customizable accelerator fields.
262262
| **Host key algorithm** | `host-key-algorithm` | The host key algorithm to access the accelerator source repository whose authentication type is `SSH`. Can be `ecdsa-sha2-nistp256` or `ssh-rsa`. | Required when authentication type is `SSH`. |
263263
| **CA certificate name** | `ca-cert-name` | The CA certificate name to access the accelerator source repository with self-signed certificate whose authentication type is `Public` or `Basic auth`. | Required when a self-signed cert is used for the Git repo URL. |
264264

265-
To view all published accelerators, see the App Accelerators section of the **Developer Tools (Preview)** page. Select the App Accelerator URL to view the published accelerators in Dev Tools Portal:
265+
To view all published accelerators, see the App Accelerators section of the **Developer Tools** page. Select the App Accelerator URL to view the published accelerators in Dev Tools Portal:
266266

267-
:::image type="content" source="media/how-to-use-accelerator/tap-gui-url.png" alt-text="Screenshot of the Azure portal showing the Developer Tools (Preview) page with the App Accelerator URL highlighted." lightbox="media/how-to-use-accelerator/tap-gui-url.png":::
267+
:::image type="content" source="media/how-to-use-accelerator/tap-gui-url.png" alt-text="Screenshot of the Azure portal showing the Developer Tools page with the App Accelerator URL highlighted." lightbox="media/how-to-use-accelerator/tap-gui-url.png":::
268268

269269
To view the newly published accelerator, refresh Dev Tools Portal.
270270

@@ -277,9 +277,9 @@ To view the newly published accelerator, refresh Dev Tools Portal.
277277

278278
Use the following steps to bootstrap a new project using accelerators:
279279

280-
1. On the **Developer Tools (Preview)** page, select the App Accelerator URL to open the Dev Tools Portal.
280+
1. On the **Developer Tools** page, select the App Accelerator URL to open the Dev Tools Portal.
281281

282-
:::image type="content" source="media/how-to-use-accelerator/tap-gui-url.png" alt-text="Screenshot of the Azure portal showing the Developer Tools (Preview) page with the App Accelerator URL highlighted." lightbox="media/how-to-use-accelerator/tap-gui-url.png":::
282+
:::image type="content" source="media/how-to-use-accelerator/tap-gui-url.png" alt-text="Screenshot of the Azure portal showing the Developer Tools page with the App Accelerator URL highlighted." lightbox="media/how-to-use-accelerator/tap-gui-url.png":::
283283

284284
1. On the Dev Tools Portal, select an accelerator.
285285

@@ -372,13 +372,13 @@ If a Dev tools public endpoint has already been exposed, you can enable App Acce
372372

373373
Use the following steps to enable App Accelerator under an existing Azure Spring Apps Enterprise plan instance using the Azure portal:
374374

375-
1. Navigate to your service resource, and then select **Developer Tools (Preview)**.
375+
1. Navigate to your service resource, and then select **Developer Tools**.
376376
1. Select **Manage tools**.
377377
1. Select **Enable App Accelerator**, and then select **Apply**.
378378

379379
:::image type="content" source="media/how-to-use-accelerator/enable-app-accelerator.png" alt-text="Screenshot of the Azure portal showing the Manage tools pane with the Enable App Accelerator option highlighted." lightbox="media/how-to-use-accelerator/enable-app-accelerator.png":::
380380

381-
You can view whether App Accelerator is enabled or disabled on the **Developer Tools (Preview)** page.
381+
You can view whether App Accelerator is enabled or disabled on the **Developer Tools** page.
382382

383383
### [Azure CLI](#tab/Azure-CLI)
384384

0 commit comments

Comments
 (0)