Skip to content

Commit bda1673

Browse files
committed
fixed typos
1 parent 10169b7 commit bda1673

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/spring-apps/basic-standard/how-to-appdynamics-java-agent-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For the whole workflow, you need to:
4444
* Activate the AppDynamics Java in-process agent in Azure Spring Apps to generate application metrics data.
4545
* Connect the AppDynamics Agent to the AppDynamics Controller to collect and visualize the data in the controller.
4646

47-
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-activation.jpg" alt-text="Diagram that shows a Spring Boot application in Azure Spring Apps box." lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-activation.jpg":::
47+
:::image type="content" source="media/how-to-appdynamics-java-agent-monitor/appdynamics-activation.jpg" alt-text="Diagram that shows a Spring Boot application in an Azure Spring Apps service instance." lightbox="media/how-to-appdynamics-java-agent-monitor/appdynamics-activation.jpg":::
4848

4949
### Activate an application with the AppDynamics Agent using the Azure CLI
5050

articles/spring-apps/basic-standard/quickstart-logs-metrics-tracing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ To get the logs using Azure Toolkit for IntelliJ:
169169

170170
1. The streaming log is visible in the output window.
171171

172-
:::image type="content" source="media/quickstart-logs-metrics-tracing/streaming-log-output.png" alt-text="Screenshot of the Azure portla that shows the Streaming Log output window." lightbox="media/quickstart-logs-metrics-tracing/streaming-log-output.png":::
172+
:::image type="content" source="media/quickstart-logs-metrics-tracing/streaming-log-output.png" alt-text="Screenshot of the Azure portal that shows the Streaming Log output window." lightbox="media/quickstart-logs-metrics-tracing/streaming-log-output.png":::
173173

174174
To learn more about the query language that's used in Log Analytics, see [Azure Monitor log queries](/azure/data-explorer/kusto/query/). To query all your Log Analytics logs from a centralized client, check out [Azure Data Explorer](/azure/data-explorer/query-monitor-data).
175175

articles/spring-apps/enterprise/github-actions-key-vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The credential you created above can get only general information about the Key
5656

5757
Go to the **Key Vault** dashboard in Azure portal, select the **Access control** menu, then open the **Role assignments** tab. Select **Apps** for **Type** and `This resource` for **scope**. You should see the credential you created in previous step:
5858

59-
:::image type="content" source="media/github-actions-key-vault/key-vault1.png" alt-text="Screenshot of the Azure portal that shows the Access control page with the Role assignmnets highlighted." lightbox="media/github-actions-key-vault/key-vault1.png":::
59+
:::image type="content" source="media/github-actions-key-vault/key-vault1.png" alt-text="Screenshot of the Azure portal that shows the Access control page with the Role assignments highlighted." lightbox="media/github-actions-key-vault/key-vault1.png":::
6060

6161
Copy the credential name, for example, `azure-cli-2020-01-19-04-39-02`. Open the **Access policies** menu, then select the **Add Access Policy** link. Select `Secret Management` for **Template**, then select **Principal**. Paste the credential name in **Principal**/**Select** input box:
6262

articles/spring-apps/enterprise/how-to-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The Developer role includes permissions to restart apps and see their log stream
6767

6868
1. In the search box, search for **Microsoft.app**. Select **Microsoft Azure Spring Apps**:
6969

70-
:::image type="content" source="media/how-to-permissions/permissions.png" alt-text="Screenshot of the Azure portal that shows the search results of." lightbox="media/how-to-permissions/permissions.png":::
70+
:::image type="content" source="media/how-to-permissions/permissions.png" alt-text="Screenshot of the Azure portal that shows the search results page." lightbox="media/how-to-permissions/permissions.png":::
7171

7272
1. Select the permissions for the Developer role.
7373

0 commit comments

Comments
 (0)