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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,9 +115,9 @@ You can see the running instances and resource usage of all the components using
115
115
116
116
### [Azure portal](#tab/Portal)
117
117
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:
119
119
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":::
121
121
122
122
### [Azure CLI](#tab/Azure-CLI)
123
123
@@ -211,7 +211,7 @@ After you create your *accelerator.yaml* file, you can create your accelerator.
211
211
212
212
To create your own accelerator, open the **Accelerators** section and then select **Add Accelerator** under the Customized Accelerators section.
213
213
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":::
215
215
216
216
#### [Azure CLI](#tab/Azure-CLI)
217
217
@@ -262,9 +262,9 @@ The following table describes the customizable accelerator fields.
262
262
|**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`. |
263
263
|**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. |
264
264
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:
266
266
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":::
268
268
269
269
To view the newly published accelerator, refresh Dev Tools Portal.
270
270
@@ -277,9 +277,9 @@ To view the newly published accelerator, refresh Dev Tools Portal.
277
277
278
278
Use the following steps to bootstrap a new project using accelerators:
279
279
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.
281
281
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":::
283
283
284
284
1. On the Dev Tools Portal, select an accelerator.
285
285
@@ -372,13 +372,13 @@ If a Dev tools public endpoint has already been exposed, you can enable App Acce
372
372
373
373
Use the following steps to enable App Accelerator under an existing Azure Spring Apps Enterprise plan instance using the Azure portal:
374
374
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**.
376
376
1. Select **Manage tools**.
377
377
1. Select **Enable App Accelerator**, and then select **Apply**.
378
378
379
379
:::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":::
380
380
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.
0 commit comments