Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Netyyyy committed Jan 14, 2025
1 parent 8179e8e commit 2fc7eec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/.linkspector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ ignorePatterns:
- pattern: "^https://mvnrepository.com/artifact/com.azure/azure-security-keyvault-jca"
- pattern: "^https://www.microsoft.com/edge"
- pattern: "^https://dev.mysql.com/downloads/shell/"
- pattern: "media/aad-app.png?raw=true"
aliveStatusCodes:
- 200
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This sample demonstrate basic Spring Data code for Java SQL API to connect to Az

1. Search for your app in Azure Portal --> Microsoft Entra ID --> App Registrations. You should see information like the below:

![app](media/aad-app.png?raw=true "aad app")
![app](media/aad-app.png "aad app")

1. Review `resources/application.yaml` in the repo you have cloned.
- Replace `<COSMOS_URI>` with the URI of your Cosmos DB account
Expand Down

0 comments on commit 2fc7eec

Please sign in to comment.