From ac1e35cc6a89f466cd53bda89ae0c526c24ef293 Mon Sep 17 00:00:00 2001 From: Dingmeng Xue Date: Wed, 20 Dec 2023 09:51:42 +0800 Subject: [PATCH] Rename repo name --- README.md | 4 ++-- config-client-polling/README.md | 4 ++-- custom-config-server-client/README.md | 4 ++-- custom-eureka-client/README.md | 4 ++-- hystrix-turbine-sample/Readme.md | 4 ++-- java-8-sample/README.md | 4 ++-- managed-identity-keyvault/README.md | 2 +- managed-identity-storage-blob/README.md | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 1065916..0ad994e 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ languages: products: - azure-spring-apps description: "Sample projects for Azure Spring Apps" -urlFragment: "azure-spring-cloud-samples" +urlFragment: "azure-spring-apps-samples" --- # Azure Spring Apps Samples -![Build](https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples/actions/workflows/build.yml/badge.svg) ![Check Markdown Links](https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples/actions/workflows/markdown-link-check.yml/badge.svg) +![Build](https://github.com/Azure-Samples/azure-spring-apps-samples/actions/workflows/build.yml/badge.svg) ![Check Markdown Links](https://github.com/Azure-Samples/azure-spring-apps-samples/actions/workflows/markdown-link-check.yml/badge.svg) ## Overview diff --git a/config-client-polling/README.md b/config-client-polling/README.md index 682839a..3c7f9af 100644 --- a/config-client-polling/README.md +++ b/config-client-polling/README.md @@ -13,8 +13,8 @@ This sample shows how to auto refresh config server changes by letting the confi 1. Clone this repo and go to folder ```bash - git clone https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples - cd Azure-Spring-Cloud-Samples/config-client-polling + git clone https://github.com/Azure-Samples/azure-spring-apps-samples + cd azure-spring-apps-samples/config-client-polling ``` 1. Package the app using maven diff --git a/custom-config-server-client/README.md b/custom-config-server-client/README.md index 17850eb..0b1b3fa 100644 --- a/custom-config-server-client/README.md +++ b/custom-config-server-client/README.md @@ -15,8 +15,8 @@ As Config Server is a protected resource in Azure Spring Apps service, the clien Clone the sample repository to your develop environment. ```bash -git clone https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples -cd Azure-Spring-Cloud-Samples/custom-config-server-client +git clone https://github.com/Azure-Samples/azure-spring-apps-samples +cd azure-spring-apps-samples/custom-config-server-client ``` ## Provision your Azure Spring Apps instance diff --git a/custom-eureka-client/README.md b/custom-eureka-client/README.md index 8098929..368f7a7 100644 --- a/custom-eureka-client/README.md +++ b/custom-eureka-client/README.md @@ -13,8 +13,8 @@ This sample shows how to access Azure Spring Apps managed Spring Cloud Service R 1. Clone this repo and go to folder ```bash - git clone https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples - cd Azure-Spring-Cloud-Samples/custom-eureka-client + git clone https://github.com/Azure-Samples/azure-spring-apps-samples + cd azure-spring-apps-samples/custom-eureka-client ``` 1. Install Azure CLI extension for Azure Spring Apps diff --git a/hystrix-turbine-sample/Readme.md b/hystrix-turbine-sample/Readme.md index 212c6dc..18abcf5 100644 --- a/hystrix-turbine-sample/Readme.md +++ b/hystrix-turbine-sample/Readme.md @@ -9,8 +9,8 @@ Clone the sample repository to your develop environment. It is forked from [this repository](https://github.com/StackAbuse/spring-cloud/tree/master/spring-turbine), check out the original [blog](https://stackabuse.com/spring-cloud-turbine/) if you want to learn more. ```bash -git clone https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples.git -cd Azure-Spring-Cloud-Samples/hystrix-turbine-sample +git clone https://github.com/Azure-Samples/azure-spring-apps-samples.git +cd azure-spring-apps-samples/hystrix-turbine-sample ``` Build the 3 applications that will be used in this tutorial. diff --git a/java-8-sample/README.md b/java-8-sample/README.md index 403d9bd..934299e 100644 --- a/java-8-sample/README.md +++ b/java-8-sample/README.md @@ -13,8 +13,8 @@ This sample shows how to run Java 8 app in Azure Spring Apps. 1. Clone this repo and go to folder ```bash - git clone https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples - cd Azure-Spring-Cloud-Samples/java-8-sample + git clone https://github.com/Azure-Samples/azure-spring-apps-samples + cd azure-spring-apps-samples/java-8-sample ``` 1. Package the app using maven diff --git a/managed-identity-keyvault/README.md b/managed-identity-keyvault/README.md index 2c5bd0e..0215f58 100644 --- a/managed-identity-keyvault/README.md +++ b/managed-identity-keyvault/README.md @@ -2,7 +2,7 @@ This sample shows how to access Key Vault with managed identity in Azure Spring Apps. -You need include [ManagedIdentityCredentialBuilder](https://docs.microsoft.com/java/api/com.azure.identity.managedidentitycredentialbuilder?view=azure-java-stable) and [SecretClientBuilder](https://docs.microsoft.com/java/api/com.azure.security.keyvault.secrets.secretclientbuilder?view=azure-java-stable) in your code. In this sample project, you could refer to [MainController.java](https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples/blob/master/managed-identity-keyvault/src/main/java/com/microsoft/azure/MainController.java#L28). +You need include [ManagedIdentityCredentialBuilder](https://docs.microsoft.com/java/api/com.azure.identity.managedidentitycredentialbuilder?view=azure-java-stable) and [SecretClientBuilder](https://docs.microsoft.com/java/api/com.azure.security.keyvault.secrets.secretclientbuilder?view=azure-java-stable) in your code. In this sample project, you could refer to [MainController.java](https://github.com/Azure-Samples/azure-spring-apps-samples/blob/main/managed-identity-keyvault/src/main/java/com/microsoft/azure/MainController.java#L28). ## Prerequisite diff --git a/managed-identity-storage-blob/README.md b/managed-identity-storage-blob/README.md index 302877c..0b1a961 100644 --- a/managed-identity-storage-blob/README.md +++ b/managed-identity-storage-blob/README.md @@ -2,7 +2,7 @@ This sample shows how to access Storage Blob with managed identity in Azure Spring Apps. -You need include [ManagedIdentityCredentialBuilder](https://docs.microsoft.com/java/api/com.azure.identity.managedidentitycredentialbuilder?view=azure-java-stable) and [BlobServiceClientBuilder](https://docs.microsoft.com/java/api/com.azure.storage.blob.blobserviceclientbuilder?view=azure-java-stable) in your code. In this sample project, you could refer to [MainController.java](https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples/blob/master/managed-identity-storage-blob/src/main/java/com/microsoft/azure/MainController.java#L37). +You need include [ManagedIdentityCredentialBuilder](https://docs.microsoft.com/java/api/com.azure.identity.managedidentitycredentialbuilder?view=azure-java-stable) and [BlobServiceClientBuilder](https://docs.microsoft.com/java/api/com.azure.storage.blob.blobserviceclientbuilder?view=azure-java-stable) in your code. In this sample project, you could refer to [MainController.java](https://github.com/Azure-Samples/azure-spring-apps-samples/blob/main/managed-identity-storage-blob/src/main/java/com/microsoft/azure/MainController.java#L37). ## Prerequisite