Skip to content

Commit 05bde85

Browse files
committed
fixed incorrect links
1 parent 38aa29f commit 05bde85

7 files changed

+7
-7
lines changed

articles/spring-cloud/connect-managed-identity-to-azure-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ Rebuild the app and deploy it to the Azure Spring Cloud app provisioned in the s
5858

5959
* [How to access Storage blob with managed identity in Azure Spring Cloud](https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples/tree/master/managed-identity-storage-blob)
6060
* [How to enable system-assigned managed identity for applications in Azure Spring Cloud](./how-to-enable-system-assigned-managed-identity.md)
61-
* [Learn more about managed identities for Azure resources](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/active-directory/managed-identities-azure-resources/overview.md)
61+
* [Learn more about managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md)
6262
* [Authenticate Azure Spring Cloud with Key Vault in GitHub Actions](./github-actions-key-vault.md)

articles/spring-cloud/how-to-elastic-apm-java-agent-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article explains how to use Elastic APM Agent to monitor Spring Boot applic
1818
With the Elastic Observability Solution, you can achieve unified observability to:
1919

2020
* Monitor apps using the Elastic APM Java Agent and using persistent storage with Azure Spring Cloud.
21-
* Use diagnostic settings to ship Azure Spring Cloud logs to Elastic. For more information, see [Analyze logs with Elastic (ELK) using diagnostics settings](https://github.com/hemantmalik/azure-docs/blob/master/articles/spring-cloud/how-to-elastic-diagnostic-settings.md).
21+
* Use diagnostic settings to ship Azure Spring Cloud logs to Elastic. For more information, see [Analyze logs with Elastic (ELK) using diagnostics settings](how-to-elastic-diagnostic-settings.md).
2222

2323
The following video introduces unified observability for Spring Boot applications using Elastic.
2424

articles/spring-cloud/how-to-enable-system-assigned-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ az spring-cloud app identity remove \
118118

119119
## Next steps
120120

121-
* [Learn more about managed identities for Azure resources](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/active-directory/managed-identities-azure-resources/overview.md)
121+
* [Learn more about managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md)
122122
* [How to use managed identities with Java SDK](https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples)

articles/spring-cloud/how-to-manage-user-assigned-managed-identities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@ For user-assigned managed identity limitations, see [Quotas and service plans fo
120120
## Next steps
121121

122122
* [Access Azure Key Vault with managed identities in Spring boot starter](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/spring/azure-spring-boot-starter-keyvault-secrets/README.md#use-msi--managed-identities)
123-
* [Learn more about managed identities for Azure resources](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/active-directory/managed-identities-azure-resources/overview.md)
123+
* [Learn more about managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md)
124124
* [How to use managed identities with Java SDK](https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples)

articles/spring-cloud/how-to-outbound-public-ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ az spring-cloud show --resource-group <group_name> --name <service_name> --query
4545

4646
## Next steps
4747

48-
* [Learn more about managed identities for Azure resources](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/active-directory/managed-identities-azure-resources/overview.md)
48+
* [Learn more about managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md)
4949
* [Learn more about key vault in Azure Spring Cloud](./tutorial-managed-identities-key-vault.md)

articles/spring-cloud/tutorial-managed-identities-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,5 @@ This sample will invoke the Http triggered function by first requesting an acces
169169
## Next steps
170170
171171
* [How to enable system-assigned managed identity for applications in Azure Spring Cloud](./how-to-enable-system-assigned-managed-identity.md)
172-
* [Learn more about managed identities for Azure resources](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/active-directory/managed-identities-azure-resources/overview.md)
172+
* [Learn more about managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md)
173173
* [Configure client apps to access your App Service](../app-service/configure-authentication-provider-aad.md#configure-client-apps-to-access-your-app-service)

articles/spring-cloud/tutorial-managed-identities-key-vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,5 +247,5 @@ The Azure Key Vault Secret client library allows you to securely store and contr
247247
248248
* [How to access Storage blob with managed identity in Azure Spring Cloud](https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples/tree/master/managed-identity-storage-blob)
249249
* [How to enable system-assigned managed identity for applications in Azure Spring Cloud](./how-to-enable-system-assigned-managed-identity.md)
250-
* [Learn more about managed identities for Azure resources](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/active-directory/managed-identities-azure-resources/overview.md)
250+
* [Learn more about managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md)
251251
* [Authenticate Azure Spring Cloud with Key Vault in GitHub Actions](./github-actions-key-vault.md)

0 commit comments

Comments
 (0)