diff --git a/aad/spring-cloud-azure-starter-active-directory-b2c/aad-b2c-resource-server/README.md b/aad/spring-cloud-azure-starter-active-directory-b2c/aad-b2c-resource-server/README.md index 5ead49a62..684f587ee 100644 --- a/aad/spring-cloud-azure-starter-active-directory-b2c/aad-b2c-resource-server/README.md +++ b/aad/spring-cloud-azure-starter-active-directory-b2c/aad-b2c-resource-server/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-active-directory-b2c -name: Developing REST API application developed by Spring Boot and protected by Azure Active Directory B2C +name: Developing REST API Application Developed by Spring Boot and Protected by Azure Active Directory B2C description: This sample demonstrates how to develop REST API application developed by Spring Boot and protected by Azure Active Directory B2C. --- -# Sample for Azure AD B2C Resource server Spring Boot +# Developing REST API Application Developed by Spring Boot and Protected by Azure Active Directory B2C ## Key concepts This sample illustrates how to use `spring-cloud-azure-starter-active-directory-b2c` package to work in a resource server and validate tokens. diff --git a/aad/spring-cloud-azure-starter-active-directory-b2c/aad-b2c-web-application/README.md b/aad/spring-cloud-azure-starter-active-directory-b2c/aad-b2c-web-application/README.md index cb87f0e58..e60f658cb 100644 --- a/aad/spring-cloud-azure-starter-active-directory-b2c/aad-b2c-web-application/README.md +++ b/aad/spring-cloud-azure-starter-active-directory-b2c/aad-b2c-web-application/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-active-directory-b2c -name: Developing Spring Boot web application supports login by Azure Active Directory B2C account +name: Developing Spring Boot Web Application Supports Login by Azure Active Directory B2C Account description: This sample demonstrates how to develop a Spring Boot web application supports login by Azure Active Directory B2C account. --- -# Sample for Azure AD B2C Spring Boot +# Developing Spring Boot Web Application Supports Login by Azure Active Directory B2C Account ## Key concepts This sample illustrates how to use `spring-cloud-azure-starter-active-directory-b2c` package to work with OAuth 2.0 and OpenID Connect protocols with Azure Active Diretory B2C. diff --git a/aad/spring-cloud-azure-starter-active-directory/aad-web-application-and-resource-server/README.md b/aad/spring-cloud-azure-starter-active-directory/aad-web-application-and-resource-server/README.md index f88a9aa20..566fbdb87 100644 --- a/aad/spring-cloud-azure-starter-active-directory/aad-web-application-and-resource-server/README.md +++ b/aad/spring-cloud-azure-starter-active-directory/aad-web-application-and-resource-server/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-active-directory -name: Developing Spring Boot web application supports login by Azure Active Directory account and expose REST API +name: Developing Spring Boot Web Application Supports Login by Azure Active Directory Account and Expose REST API description: This sample demonstrates how to develop a Spring Boot web application supports login by Azure AD account and expose REST API at the same time. --- -# OAuth 2.0 Sample for Azure AD Spring Boot Starter +# Developing Spring Boot Web Application Supports Login by Azure Active Directory Account and Expose REST API ## Key concepts diff --git a/aad/spring-cloud-azure-starter-active-directory/web-client-access-resource-server/README.md b/aad/spring-cloud-azure-starter-active-directory/web-client-access-resource-server/README.md index dea108e83..ee90ba73d 100644 --- a/aad/spring-cloud-azure-starter-active-directory/web-client-access-resource-server/README.md +++ b/aad/spring-cloud-azure-starter-active-directory/web-client-access-resource-server/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-active-directory -name: Developing Spring Boot web application supports login by Azure Active Directory account and access resource server +name: Developing Spring Boot Web Application Supports Login by Azure Active Directory Account and Access Resource Server description: This sample demonstrates how to develop a Spring Boot web application supports login by Azure Active Directory account and access REST API protected by Azure Active Directory. --- -# Spring Boot application with Azure Active Directory +# Developing Spring Boot Web Application Supports Login by Azure Active Directory Account and Access Resource Server ## What You Need diff --git a/aad/spring-security/reactive/webflux/oauth2/spring-cloud-gateway/README.md b/aad/spring-security/reactive/webflux/oauth2/spring-cloud-gateway/README.md index 0165c79e0..e0fc6d54e 100644 --- a/aad/spring-security/reactive/webflux/oauth2/spring-cloud-gateway/README.md +++ b/aad/spring-security/reactive/webflux/oauth2/spring-cloud-gateway/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-active-directory -name: Protecting REST API behind gateway by validating token issued by Azure Active Directory in gateway +name: Protecting REST API Behind Gateway by Validating Token Issued by Azure Active Directory in Gateway description: This sample demonstrates how to protect REST API behind gateway by validating token issued by Azure Active Directory in gateway. --- -# Spring Boot application with Azure Active Directory +# Protecting REST API Behind Gateway by Validating Token Issued by Azure Active Directory in Gateway ## What You Need diff --git a/aad/spring-security/servlet/oauth2/client-access-multiple-resource-server/README.md b/aad/spring-security/servlet/oauth2/client-access-multiple-resource-server/README.md index 0e7d29582..437bfdb2d 100644 --- a/aad/spring-security/servlet/oauth2/client-access-multiple-resource-server/README.md +++ b/aad/spring-security/servlet/oauth2/client-access-multiple-resource-server/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-active-directory -name: Developing a Spring Boot web application that can access multiple resource-servers protected by Azure Active Directory +name: Developing a Spring Boot Web Application That Can Access Multiple Resource-Servers Protected by Azure Active Directory description: This sample demonstrates how to develop a Spring Boot web application that can access multiple resource-servers protected by Azure Active Directory. --- -# Spring Boot application with Azure Active Directory +# Developing a Spring Boot Web Application That Can Access Multiple Resource-Servers Protected by Azure Active Directory ## What You Need diff --git a/aad/spring-security/servlet/oauth2/client-access-resource-server/README.md b/aad/spring-security/servlet/oauth2/client-access-resource-server/README.md index d1120f648..e8b83eb74 100644 --- a/aad/spring-security/servlet/oauth2/client-access-resource-server/README.md +++ b/aad/spring-security/servlet/oauth2/client-access-resource-server/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-active-directory -name: Developing a Spring Boot web application that can access resource-server protected by Azure Active Directory +name: Developing a Spring Boot Web Application That Can Access Resource-Server Protected by Azure Active Directory description: This sample demonstrates how to develop a Spring Boot web application that can access resource-server protected by Azure Active Directory. --- -# Spring Boot application with Azure Active Directory +# Developing a Spring Boot Web Application That Can Access Resource-Server Protected by Azure Active Directory ## What You Need diff --git a/aad/spring-security/servlet/oauth2/login-authenticate-using-private-key-jwt/README.md b/aad/spring-security/servlet/oauth2/login-authenticate-using-private-key-jwt/README.md index 7ea542457..9ce33b872 100644 --- a/aad/spring-security/servlet/oauth2/login-authenticate-using-private-key-jwt/README.md +++ b/aad/spring-security/servlet/oauth2/login-authenticate-using-private-key-jwt/README.md @@ -4,6 +4,9 @@ languages: - java products: - azure-active-directory -name: Developing a Spring Bott web application supports login by Azure Active Directory account via certificate +name: Developing a Spring Bott Web Application Supports Login by Azure Active Directory Account via Certificate description: This sample demonstrates how to develop a Spring Boot web application supports login by Azure Active Directory account via certificate. ---- \ No newline at end of file +--- + +# Developing a Spring Bott Web Application Supports Login by Azure Active Directory Account via Certificate + diff --git a/aad/spring-security/servlet/oauth2/login/README.md b/aad/spring-security/servlet/oauth2/login/README.md index 9f055c30a..0a609fc70 100644 --- a/aad/spring-security/servlet/oauth2/login/README.md +++ b/aad/spring-security/servlet/oauth2/login/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-active-directory -name: Developing a Spring Boot web application supports login by Azure Active Directory account +name: Developing a Spring Boot Web Application Supports Login by Azure Active Directory Account description: This sample demonstrates how to develop a Spring Boot web application supports login by Azure Active Directory account. --- -# Spring Boot application with Azure Active Directory +# Developing a Spring Boot Web Application Supports Login by Azure Active Directory Account ## What You Need diff --git a/aad/spring-security/servlet/oauth2/resource-server-check-permissions-by-claims-in-access-token/README.md b/aad/spring-security/servlet/oauth2/resource-server-check-permissions-by-claims-in-access-token/README.md index 6b15ca9dd..91117f828 100644 --- a/aad/spring-security/servlet/oauth2/resource-server-check-permissions-by-claims-in-access-token/README.md +++ b/aad/spring-security/servlet/oauth2/resource-server-check-permissions-by-claims-in-access-token/README.md @@ -8,7 +8,7 @@ name: Developing a Spring Boot REST API application protected by Azure Active Di description: This sample demonstrates how to develop a Spring Boot REST API application protected by Azure Active Directory that can check permission by claims in token. --- -# Spring Boot application with Azure Active Directory +# Developing a Spring Boot REST API Application Protected by Azure Active Directory That Can Check Permission by Claims in Token ## What You Need diff --git a/aad/spring-security/servlet/oauth2/resource-server-support-on-behalf-of-flow/README.md b/aad/spring-security/servlet/oauth2/resource-server-support-on-behalf-of-flow/README.md index 7cb82f7a2..5426a0a84 100644 --- a/aad/spring-security/servlet/oauth2/resource-server-support-on-behalf-of-flow/README.md +++ b/aad/spring-security/servlet/oauth2/resource-server-support-on-behalf-of-flow/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-active-directory -name: Developing a REST API that can require a new token to access another REST API protected by Azure Active Directory. +name: Developing a REST API that can require a new token to access another REST API protected by Azure Active Directory description: This sample demonstrates how to develop a REST API that can require a new token to access another REST API protected by Azure Active Directory. --- -# Spring Boot application with Azure Active Directory +# Developing a REST API That Can Require a New Token to Access Another REST API Protected by Azure Active Directory ## What You Need diff --git a/appconfiguration/azure-spring-cloud-appconfiguration-config/azure-spring-cloud-appconfiguration-config-convert-sample/README.md b/appconfiguration/azure-spring-cloud-appconfiguration-config/azure-spring-cloud-appconfiguration-config-convert-sample/README.md index 2301e1c24..00cd5fe6d 100644 --- a/appconfiguration/azure-spring-cloud-appconfiguration-config/azure-spring-cloud-appconfiguration-config-convert-sample/README.md +++ b/appconfiguration/azure-spring-cloud-appconfiguration-config/azure-spring-cloud-appconfiguration-config-convert-sample/README.md @@ -4,6 +4,9 @@ languages: - java products: - azure-app-configuration -name: Converting a Spring Boot application with Cosmos DB to be using App Configuration and Key Vault +name: Converting a Spring Boot Application With Cosmos Db to Be Using App Configuration and Key Vault description: This sample demonstrates how to convert a Spring Boot application with Cosmos DB to be using App Configuration and Key Vault. ---- \ No newline at end of file +--- + +# Converting a Spring Boot Application With Cosmos Db to Be Using App Configuration and Key Vault + diff --git a/appconfiguration/azure-spring-cloud-appconfiguration-config/azure-spring-cloud-appconfiguration-config-sample/README.md b/appconfiguration/azure-spring-cloud-appconfiguration-config/azure-spring-cloud-appconfiguration-config-sample/README.md index 95d9886d6..a61da0faf 100644 --- a/appconfiguration/azure-spring-cloud-appconfiguration-config/azure-spring-cloud-appconfiguration-config-sample/README.md +++ b/appconfiguration/azure-spring-cloud-appconfiguration-config/azure-spring-cloud-appconfiguration-config-sample/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-app-configuration -name: Loading configuration properties from App Configuration in Spring Boot application +name: Loading Configuration Properties From App Configuration in Spring Boot Application description: This sample demonstrates how to load configuration properties from App Configuration to Spring Environment in Spring Boot application. --- -# Spring Cloud Azure Config Sample +# Loading Configuration Properties From App Configuration in Spring Boot Application This sample describes how to use [azure-spring-cloud-starter-appconfiguration-config](https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-starter-appconfiguration-config_2.8.0/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config) to load configuration properties from App Configuration Service to Spring Environment. diff --git a/appconfiguration/azure-spring-cloud-feature-management-web/azure-spring-cloud-feature-management-web-sample/README.md b/appconfiguration/azure-spring-cloud-feature-management-web/azure-spring-cloud-feature-management-web-sample/README.md index a9730038d..add43646b 100644 --- a/appconfiguration/azure-spring-cloud-feature-management-web/azure-spring-cloud-feature-management-web-sample/README.md +++ b/appconfiguration/azure-spring-cloud-feature-management-web/azure-spring-cloud-feature-management-web-sample/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-app-configuration -name: Managing features and get configurations from App Configuration in Spring Boot web application +name: Managing Features and Get Configurations From App Configuration in Spring Boot Web Application description: This sample demonstrates how to manage features and how to get configurations from App Configuration to Spring Environment in Spring Boot web application. --- -# Feature Management Web Sample shared library for Java +# Managing Features and Get Configurations From App Configuration in Spring Boot Web Application This sample describes how to use [azure-spring-cloud-feature-management](https://github.com/Azure/azure-sdk-for-java/blob/azure-spring-cloud-feature-management_2.7.0/sdk/appconfiguration/azure-spring-cloud-feature-management/README.md) to manage features and how to get configurations from App Configuration Service to Spring Environment. diff --git a/appconfiguration/azure-spring-cloud-feature-management/azure-spring-cloud-feature-management-sample/README.md b/appconfiguration/azure-spring-cloud-feature-management/azure-spring-cloud-feature-management-sample/README.md index c95908914..a67e50667 100644 --- a/appconfiguration/azure-spring-cloud-feature-management/azure-spring-cloud-feature-management-sample/README.md +++ b/appconfiguration/azure-spring-cloud-feature-management/azure-spring-cloud-feature-management-sample/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-app-configuration -name: Managing features and get configurations from App Configuration in Spring Boot application +name: Managing Features and Get Configurations From App Configuration in Spring Boot Application description: This sample demonstrates how to manage features and how to get configurations from App Configuration to Spring Environment in Spring Boot application. --- -# Feature Management Sample shared library for Java +# Managing Features and Get Configurations From App Configuration in Spring Boot Application This sample describes how to use [azure-spring-cloud-feature-management](https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-feature-management_2.7.0/sdk/appconfiguration/azure-spring-cloud-feature-management/README.md) to manage features and how to get configurations from App Configuration Service to Spring Environment. diff --git a/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/azure-spring-cloud-starter-appconfiguration-config-sample/README.md b/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/azure-spring-cloud-starter-appconfiguration-config-sample/README.md index b93b2bc6a..3736339fd 100644 --- a/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/azure-spring-cloud-starter-appconfiguration-config-sample/README.md +++ b/appconfiguration/azure-spring-cloud-starter-appconfiguration-config/azure-spring-cloud-starter-appconfiguration-config-sample/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-app-configuration -name: Refreshing configuration properties from App Configuration in Spring Boot application +name: Refreshing Configuration Properties From App Configuration in Spring Boot Application description: This sample demonstrates how to refresh configuration properties from App Configuration in Spring Boot application. --- -# Azure App Configuration Refresh Sample +# Refreshing Configuration Properties From App Configuration in Spring Boot Application ## Prerequisite diff --git a/appconfiguration/spring-cloud-azure-starter-appconfiguration/appconfiguration-client/README.md b/appconfiguration/spring-cloud-azure-starter-appconfiguration/appconfiguration-client/README.md index 8282b7cd9..98473ecef 100644 --- a/appconfiguration/spring-cloud-azure-starter-appconfiguration/appconfiguration-client/README.md +++ b/appconfiguration/spring-cloud-azure-starter-appconfiguration/appconfiguration-client/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-app-configuration -name: Loading configuration properties from App Configuration by autoconfigured SDK client in Spring Boot application +name: Loading Configuration Properties From App Configuration by Autoconfigured SDK Client in Spring Boot Application description: This sample demonstrates how to load configuration properties from App Configuration by autoconfigured SDK client in Spring Boot application. --- -# Using Spring Cloud Azure App Configuration Starter +# Loading Configuration Properties From App Configuration by Autoconfigured SDK Client in Spring Boot Application This sample illustrates the simplest usage of `spring-cloud-azure-starter-appconfiguration`. diff --git a/cache/spring-cloud-azure-starter/spring-cloud-azure-sample-cache/README.md b/cache/spring-cloud-azure-starter/spring-cloud-azure-sample-cache/README.md index 632e1a9e5..ee2b54682 100644 --- a/cache/spring-cloud-azure-starter/spring-cloud-azure-sample-cache/README.md +++ b/cache/spring-cloud-azure-starter/spring-cloud-azure-sample-cache/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-cache-redis -name: Caching data to Azure Cache for Redis in Spring Boot application +name: Caching Data to Azure Cache for Redis in Spring Boot Application description: This sample demonstrates how to cache data to Azure Cache for Redis in Spring Boot application. --- -# Spring Cloud Azure Sample redis cache +# Caching Data to Azure Cache for Redis in Spring Boot Application Redis support is based on spring-boot-starter-data-redis, which obtains and Automatic configuration of redis properties through Azure Redis Cache Management SDK. diff --git a/cosmos/azure-spring-data-cosmos/cosmos-aad-sample/README.md b/cosmos/azure-spring-data-cosmos/cosmos-aad-sample/README.md index 69b4ebc8d..5fa652b74 100644 --- a/cosmos/azure-spring-data-cosmos/cosmos-aad-sample/README.md +++ b/cosmos/azure-spring-data-cosmos/cosmos-aad-sample/README.md @@ -1,10 +1,20 @@ -# Azure Cosmos DB Spring Data RBAC with Azure AD Sample +--- +page_type: sample +languages: +- java +products: +- azure-cosmos-db +name: Using Azure Cosmos DB RBAC by Spring Data +description: This sample demonstrate basic Spring Data code for Java SQL API to connect to Azure Cosmos DB using built-in role-based access control (RBAC), and authenticating using Azure AD. +--- + +# Using Azure Cosmos DB RBAC by Spring Data [Azure Cosmos DB](https://learn.microsoft.com/azure/cosmos-db/introduction) [Spring Data](https://spring.io/projects/spring-data) [RBAC](https://en.wikipedia.org/wiki/Role-based_access_control) with [Azure AD](https://learn.microsoft.com/azure/active-directory/fundamentals/active-directory-whatis) Sample project. ## Features -This repo provides basic Spring Data sample code for Java SQL API to connect to Azure Cosmos DB using built-in role-based access control (RBAC), and authenticating using Azure AD. See instructions below on setting up the RBAC/Azure AD requirements to access your Cosmos DB account and run the app successfully. +This sample demonstrate basic Spring Data code for Java SQL API to connect to Azure Cosmos DB using built-in role-based access control (RBAC), and authenticating using Azure AD. See instructions below on setting up the RBAC/Azure AD requirements to access your Cosmos DB account and run the app successfully. ## Getting Started diff --git a/cosmos/azure-spring-data-cosmos/cosmos-multi-database-multi-account/README.md b/cosmos/azure-spring-data-cosmos/cosmos-multi-database-multi-account/README.md index c18277947..f0f9bdc25 100644 --- a/cosmos/azure-spring-data-cosmos/cosmos-multi-database-multi-account/README.md +++ b/cosmos/azure-spring-data-cosmos/cosmos-multi-database-multi-account/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-cosmos-db -name: Using Azure Cosmos DB by Spring Data in Spring Boot application - Multi database and multi account +name: Using Azure Cosmos DB by Spring Data in Spring Boot Application - Multi Database and Multi Account description: This sample demonstrates how to use Azure Cosmos DB by Spring Data in Spring Boot application - Multi database and multi account. --- -# Azure Spring Boot Sample Cosmos Multi Database Multi Account for Java +# Using Azure Cosmos DB by Spring Data in Spring Boot Application - Multi Database and Multi Account This guide demonstrates how to use Azure Cosmos DB via `azure-spring-data-cosmos` to store data in and retrieve data from your Azure Cosmos DB. diff --git a/cosmos/azure-spring-data-cosmos/cosmos-multi-database-single-account/README.md b/cosmos/azure-spring-data-cosmos/cosmos-multi-database-single-account/README.md index 416c0230b..20c69bcd8 100644 --- a/cosmos/azure-spring-data-cosmos/cosmos-multi-database-single-account/README.md +++ b/cosmos/azure-spring-data-cosmos/cosmos-multi-database-single-account/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-cosmos-db -name: Using Azure Cosmos DB by Spring Data in Spring Boot application - Multi database and single account +name: Using Azure Cosmos DB by Spring Data in Spring Boot Application - Multi Database and Single Account description: This sample demonstrates how to use Azure Cosmos DB by Spring Data in Spring Boot application - Multi database and single account. --- -# Azure Spring Boot Sample Cosmos Multi Database Single Account for Java +# Using Azure Cosmos DB by Spring Data in Spring Boot Application - Multi Database and Single Account This guide demonstrates how to use Azure Cosmos DB via `azure-spring-data-cosmos` to store data in and retrieve data from your Azure Cosmos DB. ## What You Will Build diff --git a/cosmos/azure-spring-data-cosmos/cosmos-mvc-sample/README.md b/cosmos/azure-spring-data-cosmos/cosmos-mvc-sample/README.md index f186d4137..65a22e912 100644 --- a/cosmos/azure-spring-data-cosmos/cosmos-mvc-sample/README.md +++ b/cosmos/azure-spring-data-cosmos/cosmos-mvc-sample/README.md @@ -1,5 +1,15 @@ -# Spring MVC with Azure Cosmos DB - sample -Sample e-commerce application built with Spring Boot (MVC on servlet stack) and [Spring Data Cosmos Client Library](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-spring-data-cosmos) for [Azure Cosmos DB SQL API](https://learn.microsoft.com/azure/cosmos-db/introduction). +--- +page_type: sample +languages: +- java +products: +- azure-cosmos-db +name: Using Azure Cosmos DB in Spring Boot (MVC On Servlet) Application +description: This sample demonstrates how to use Azure Cosmos DB in Spring Boot (MVC on servlet stack) application. +--- + +# Using Azure Cosmos DB in Spring Boot (MVC On Servlet) Application + This sample demonstrates how to use [Spring Data Cosmos Client Library](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-spring-data-cosmos) for [Azure Cosmos DB SQL API](https://learn.microsoft.com/azure/cosmos-db/introduction) in Spring Boot (MVC on servlet stack) application. ![Image](BookStore.png) diff --git a/cosmos/azure-spring-data-cosmos/cosmos-quickstart-samples/README.md b/cosmos/azure-spring-data-cosmos/cosmos-quickstart-samples/README.md index d22006049..a590793c8 100644 --- a/cosmos/azure-spring-data-cosmos/cosmos-quickstart-samples/README.md +++ b/cosmos/azure-spring-data-cosmos/cosmos-quickstart-samples/README.md @@ -1,4 +1,14 @@ -# Azure Cosmos DB Spring Data Sample +--- +page_type: sample +languages: +- java +products: +- azure-cosmos-db +name: Using Azure Cosmos DB By Spring Data in Spring Boot Application +description: This sample demonstrates how to use Azure Cosmos DB in Spring Boot application. +--- + +# Using Azure Cosmos DB By Spring Data in Spring Boot Application Azure [Spring Data](https://spring.io/projects/spring-data) [Azure Cosmos DB](https://learn.microsoft.com/azure/cosmos-db/introduction) Quickstart sample project. diff --git a/cosmos/spring-cloud-azure-starter-cosmos/spring-cloud-azure-cosmos-sample/README.md b/cosmos/spring-cloud-azure-starter-cosmos/spring-cloud-azure-cosmos-sample/README.md index a840904ff..43d9cf8d1 100644 --- a/cosmos/spring-cloud-azure-starter-cosmos/spring-cloud-azure-cosmos-sample/README.md +++ b/cosmos/spring-cloud-azure-starter-cosmos/spring-cloud-azure-cosmos-sample/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-cosmos-db -name: Accessing Azure Cosmos DB with autoconfigured CosmosClient in Spring Boot application +name: Accessing Azure Cosmos DB With Autoconfigured Cosmosclient in Spring Boot Application description: This sample demonstrates how to access Azure Cosmos DB with autoconfigured CosmosClient in Spring Boot application. --- -# Using Cosmos DB With CosmosClient +# Accessing Azure Cosmos DB With Autoconfigured Cosmosclient in Spring Boot Application This guide walks you through the process of accessing Azure Cosmos DB with CosmosClient. diff --git a/cosmos/spring-cloud-azure-starter-data-cosmos/spring-cloud-azure-data-cosmos-aks-sample/README.md b/cosmos/spring-cloud-azure-starter-data-cosmos/spring-cloud-azure-data-cosmos-aks-sample/README.md index 16a0fc675..523d3635b 100644 --- a/cosmos/spring-cloud-azure-starter-data-cosmos/spring-cloud-azure-data-cosmos-aks-sample/README.md +++ b/cosmos/spring-cloud-azure-starter-data-cosmos/spring-cloud-azure-data-cosmos-aks-sample/README.md @@ -1,4 +1,14 @@ -# Tutorial - Spring Boot application with Azure Cosmos DB SQL API and Azure Kubernetes Service +--- +page_type: sample +languages: +- java +products: +- azure-cosmos-db +name: Using Azure Cosmos DB in Spring Boot Application And Deploy To Azure Kubernetes Service +description: This sample demonstrates how to use Azure Cosmos DB in Spring Boot application and deploy to AKS. +--- + +# Using Azure Cosmos DB in Spring Boot Application And Deploy To Azure Kubernetes Service In this tutorial, you will setup and build a Spring Boot application to perform operations on data in an [Azure Cosmos DB](https://learn.microsoft.com/azure/cosmos-db/introduction) SQL API account. You will then package the image using [Docker](https://docs.docker.com/), push it to [Azure Container Registry](https://azure.microsoft.com/products/container-registry/). Finally, you will deploy to [Azure Kubernetes Service](https://azure.microsoft.com/products/kubernetes-service/) and access the REST APIs exposed by the application. diff --git a/cosmos/spring-cloud-azure-starter-data-cosmos/spring-cloud-azure-data-cosmos-sample/README.md b/cosmos/spring-cloud-azure-starter-data-cosmos/spring-cloud-azure-data-cosmos-sample/README.md index c2839c9b4..31e999f06 100644 --- a/cosmos/spring-cloud-azure-starter-data-cosmos/spring-cloud-azure-data-cosmos-sample/README.md +++ b/cosmos/spring-cloud-azure-starter-data-cosmos/spring-cloud-azure-data-cosmos-sample/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-cosmos-db -name: Using Azure Cosmos DB by Spring Data in Spring Boot application +name: Using Azure Cosmos DB by Spring Data in Spring Boot Application description: This sample demonstrates how to use Azure Cosmos DB by Spring Data in Spring Boot application. --- -# Using Spring Cloud Azure Starter Data Cosmos +# Using Azure Cosmos DB by Spring Data in Spring Boot Application This guide demonstrates how to use Azure Cosmos DB via Spring Boot Starter `spring-cloud-azure-starter-data-cosmos` to store data in and retrieve data from your Azure Cosmos DB. ## What You Will Build diff --git a/eventhubs/spring-cloud-azure-starter-eventhubs/eventhubs-client/README.md b/eventhubs/spring-cloud-azure-starter-eventhubs/eventhubs-client/README.md index 247c871de..e99b4c4b1 100644 --- a/eventhubs/spring-cloud-azure-starter-eventhubs/eventhubs-client/README.md +++ b/eventhubs/spring-cloud-azure-starter-eventhubs/eventhubs-client/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-event-hubs -name: Sending and receiving message by Azure Event Hubs and autoconfigured SDK client in Spring Boot application +name: Sending and Receiving Message by Azure Event Hubs and Autoconfigured SDK Client in Spring Boot Application description: This sample demonstrates how to send and receive message by Azure Event Hubs and autoconfigured SDK client in Spring Boot application. --- -# Using Azure Event Hubs with Spring Cloud Azure Starter Event Hubs +# Sending and Receiving Message by Azure Event Hubs and Autoconfigured SDK Client in Spring Boot Application This code sample demonstrates how to use the client of `Azure Event Hubs SDK` to interact with `Azure Event Hubs`. diff --git a/eventhubs/spring-cloud-azure-starter-integration-eventhubs/eventhubs-integration/README.md b/eventhubs/spring-cloud-azure-starter-integration-eventhubs/eventhubs-integration/README.md index 35a6a5dfe..0b88bb852 100644 --- a/eventhubs/spring-cloud-azure-starter-integration-eventhubs/eventhubs-integration/README.md +++ b/eventhubs/spring-cloud-azure-starter-integration-eventhubs/eventhubs-integration/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-event-hubs -name: Sending and receiving message by Azure Event Hubs and Spring Integration in Spring Boot application +name: Sending and Receiving Message by Azure Event Hubs and Spring Integration in Spring Boot Application description: This sample demonstrates how to send and receive message by Azure Event Hubs and Spring Integration in Spring Boot application. --- -# Using Spring Integration for Azure Event Hubs +# Sending and Receiving Message by Azure Event Hubs and Spring Integration in Spring Boot Application This sample demonstrates how to use `Spring Integration` for `Azure Event Hubs`. diff --git a/eventhubs/spring-cloud-azure-starter/spring-cloud-azure-sample-eventhubs-kafka/README.md b/eventhubs/spring-cloud-azure-starter/spring-cloud-azure-sample-eventhubs-kafka/README.md index 71a10d935..6b2f8ebec 100644 --- a/eventhubs/spring-cloud-azure-starter/spring-cloud-azure-sample-eventhubs-kafka/README.md +++ b/eventhubs/spring-cloud-azure-starter/spring-cloud-azure-sample-eventhubs-kafka/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-event-hubs -name: Sending and receiving message by Azure Event Hubs and Spring Cloud Stream Binder Kafka in Spring Boot application +name: Sending and Receiving Message by Azure Event Hubs and Spring Cloud Stream Binder Kafka in Spring Boot Application description: This sample demonstrates how to send and receive message by Azure Event Hubs and Spring Cloud Stream Binder Kafka in Spring Boot application. --- -# Spring Cloud Azure Sample Stream Event Hubs Kafka +# Sending and Receiving Message by Azure Event Hubs and Spring Cloud Stream Binder Kafka in Spring Boot Application This sample demonstrates how to use the Spring Cloud Azure Starter and Spring Cloud Starter Stream Kafka for Azure Event Hubs ([Basic pricing tier is not supported](https://azure.microsoft.com/pricing/details/event-hubs/#explore-pricing-options)). The sample app exposes a RESTful API to receive string message. Then message is sent through Azure Event Hubs to a bean `consumer` diff --git a/eventhubs/spring-cloud-azure-stream-binder-eventhubs/eventhubs-binder/README.md b/eventhubs/spring-cloud-azure-stream-binder-eventhubs/eventhubs-binder/README.md index 048ee8821..f01143bbe 100644 --- a/eventhubs/spring-cloud-azure-stream-binder-eventhubs/eventhubs-binder/README.md +++ b/eventhubs/spring-cloud-azure-stream-binder-eventhubs/eventhubs-binder/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-event-hubs -name: Sending and receiving message by Azure Event Hubs and Spring Cloud Stream Binder EventHubs in Spring Boot application +name: Sending and Receiving Message by Azure Event Hubs and Spring Cloud Stream Binder Eventhubs in Spring Boot Application description: This sample demonstrates how to send and receive message by Azure Event Hubs and Spring Cloud Stream Binder EventHubs in Spring Boot application. --- -# Using Spring Cloud Stream Binder for Azure Event Hubs +# Sending and Receiving Message by Azure Event Hubs and Spring Cloud Stream Binder Eventhubs in Spring Boot Application This code sample demonstrates how to use the `Spring Cloud Stream Binder` for `Azure Event Hubs`.The sample app has two operating modes. diff --git a/eventhubs/spring-cloud-azure-stream-binder-eventhubs/eventhubs-multibinders/README.md b/eventhubs/spring-cloud-azure-stream-binder-eventhubs/eventhubs-multibinders/README.md index f2d4c9d39..8af928002 100644 --- a/eventhubs/spring-cloud-azure-stream-binder-eventhubs/eventhubs-multibinders/README.md +++ b/eventhubs/spring-cloud-azure-stream-binder-eventhubs/eventhubs-multibinders/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-event-hubs -name: Sending and receiving message by Azure Event Hubs and Spring Cloud Stream Binder EventHubs (multi binder) in Spring Boot application +name: Sending and Receiving Message by Azure Event Hubs and Spring Cloud Stream Binder Event Hubs (Multi Binder) In Spring Boot Application description: This sample demonstrates how to send and receive message by Azure Event Hubs and Spring Cloud Stream Binder EventHubs (multi binder) in Spring Boot application. --- -# Using Spring Cloud Stream Binder for Multiple Event Hubs Namespaces +# Sending and Receiving Message by Azure Event Hubs and Spring Cloud Stream Binder Event Hubs (Multi Binder) In Spring Boot Application This sample demonstrates how to use the `Spring Cloud Stream Binder` for multiple `Azure Event Hubs` namespaces. In this sample you will bind to diff --git a/keyvault/azure-securtiy-keyvault-jca/README.md b/keyvault/azure-securtiy-keyvault-jca/README.md index ee9346b76..6d3d47c36 100644 --- a/keyvault/azure-securtiy-keyvault-jca/README.md +++ b/keyvault/azure-securtiy-keyvault-jca/README.md @@ -4,7 +4,9 @@ languages: - java products: - azure-key-vault -name: Enabling https connection by certificate stored in Azure Key Vault in Java application +name: Enabling HTTPS Connection by Certificate Stored in Azure Key Vault in Java Application description: This sample demonstrates how to enable HTTPS connection by certificate stored in Azure Key Vault in Java application. --- +# Enabling HTTPS Connection by Certificate Stored in Azure Key Vault in Java Application + diff --git a/keyvault/azure-spring-boot-starter-keyvault-certificates/README.md b/keyvault/azure-spring-boot-starter-keyvault-certificates/README.md index 83d008bac..48eaa22b2 100644 --- a/keyvault/azure-spring-boot-starter-keyvault-certificates/README.md +++ b/keyvault/azure-spring-boot-starter-keyvault-certificates/README.md @@ -4,7 +4,9 @@ languages: - java products: - azure-key-vault -name: Enabling https connection by certificate stored in Azure Key Vault in Spring Boot application +name: Enabling HTTPS Connection by Certificate Stored in Azure Key Vault in Spring Boot Application description: This sample demonstrates how to enable HTTPS connection by certificate stored in Azure Key Vault in Spring Boot application. --- +# Enabling HTTPS Connection by Certificate Stored in Azure Key Vault in Spring Boot Application + diff --git a/keyvault/spring-cloud-azure-starter-keyvault-secrets/property-source/README.md b/keyvault/spring-cloud-azure-starter-keyvault-secrets/property-source/README.md index a96c23563..f4c59f337 100644 --- a/keyvault/spring-cloud-azure-starter-keyvault-secrets/property-source/README.md +++ b/keyvault/spring-cloud-azure-starter-keyvault-secrets/property-source/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-key-vault -name: Loading secrets from Azure Key Vault to PropertySource in Spring Boot application +name: Loading Secrets From Azure Key Vault to Property Source in Spring Boot Application description: This sample demonstrates how to load secrets from Azure Key Vault to PropertySource in Spring Boot application. --- -# Loading secrets from Azure Key Vault to PropertySource +# Loading Secrets From Azure Key Vault to Property Source in Spring Boot Application This sample demonstrates how to load secrets from Azure Key Vault to PropertySource. [Link to reference doc](https://microsoft.github.io/spring-cloud-azure/4.2.0/reference/html/index.html). diff --git a/keyvault/spring-cloud-azure-starter-keyvault-secrets/secret-client/README.md b/keyvault/spring-cloud-azure-starter-keyvault-secrets/secret-client/README.md index 134f48e89..42c980457 100644 --- a/keyvault/spring-cloud-azure-starter-keyvault-secrets/secret-client/README.md +++ b/keyvault/spring-cloud-azure-starter-keyvault-secrets/secret-client/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-key-vault -name: Managing secrets stored in Azure Key Vault by autoconfigured SDK client in Spring Boot application +name: Managing Secrets Stored in Azure Key Vault by Autoconfigured SDK Client in Spring Boot Application description: This sample demonstrates how to manage secrets stored in Azure Key Vault by autoconfigured SDK client in Spring Boot application. --- -# Using Key Vault Secrets With Spring Cloud Azure Key Vault Secrets Starter +# Managing Secrets Stored in Azure Key Vault by Autoconfigured SDK Client in Spring Boot Application This sample illustrates the simplest usage of `spring-cloud-azure-starter-keyvault-secrets`. To learn all features, please refer to [reference doc](https://microsoft.github.io/spring-cloud-azure/current/reference/html/index.html#secret-management). diff --git a/servicebus/spring-cloud-azure-starter-integration-servicebus/multiple-namespaces/README.md b/servicebus/spring-cloud-azure-starter-integration-servicebus/multiple-namespaces/README.md index aac673622..18277af5e 100644 --- a/servicebus/spring-cloud-azure-starter-integration-servicebus/multiple-namespaces/README.md +++ b/servicebus/spring-cloud-azure-starter-integration-servicebus/multiple-namespaces/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-service-bus -name: Sending and receiving message by Azure Service Bus (multiple namespaces) and Spring Integration in Spring Boot application +name: Sending and Receiving Message by Azure Service Bus (Multiple Namespaces) And Spring Integration in Spring Boot Application description: This sample demonstrates how to send and receive message by Azure Service Bus (multiple namespaces) and Spring Integration in Spring Boot application. --- -# Using Spring Integration to Interact with Multiple Azure Service Bus Namespaces +# Sending and Receiving Message by Azure Service Bus (Multiple Namespaces) And Spring Integration in Spring Boot Application This code sample demonstrates how to use Spring Integration to interact with multiple Azure Service Bus namespaces. diff --git a/servicebus/spring-cloud-azure-starter-integration-servicebus/single-namespace/README.md b/servicebus/spring-cloud-azure-starter-integration-servicebus/single-namespace/README.md index 696da67ab..a7138f8ff 100644 --- a/servicebus/spring-cloud-azure-starter-integration-servicebus/single-namespace/README.md +++ b/servicebus/spring-cloud-azure-starter-integration-servicebus/single-namespace/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-service-bus -name: Sending and receiving message by Azure Service Bus (single namespaces) and Spring Integration in Spring Boot application +name: Sending and Receiving Message by Azure Service Bus (Single Namespaces) And Spring Integration in Spring Boot Application description: This sample demonstrates how to send and receive message by Azure Service Bus (single namespaces) and Spring Integration in Spring Boot application. --- -# Using Service Bus Queue and Topic With Spring Integration +# Sending and Receiving Message by Azure Service Bus (Single Namespaces) And Spring Integration in Spring Boot Application This guide walks you through the process of accessing Servicebus Queues and Topics with Spring Integration. diff --git a/servicebus/spring-cloud-azure-starter-servicebus-jms/servicebus-jms-queue/README.md b/servicebus/spring-cloud-azure-starter-servicebus-jms/servicebus-jms-queue/README.md index e534b8f11..583838506 100644 --- a/servicebus/spring-cloud-azure-starter-servicebus-jms/servicebus-jms-queue/README.md +++ b/servicebus/spring-cloud-azure-starter-servicebus-jms/servicebus-jms-queue/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-service-bus -name: Sending and receiving message by Azure Service Bus (queue) and JMS in Spring Boot application +name: Sending and Receiving Message by Azure Service Bus (Queue) And Jms in Spring Boot Application description: This sample demonstrates how to send and receive message by Azure Service Bus (queue) and JMS in Spring Boot application. --- -# Sample for Spring JMS with Azure Service Bus Queue Spring Cloud +# Sending and Receiving Message by Azure Service Bus (Queue) And Jms in Spring Boot Application This sample project demonstrates how to use Spring JMS for Azure Service Bus Queue via Spring Boot Starter `spring-cloud-azure-starter-servicebus-jms`. diff --git a/servicebus/spring-cloud-azure-starter-servicebus-jms/servicebus-jms-topic/README.md b/servicebus/spring-cloud-azure-starter-servicebus-jms/servicebus-jms-topic/README.md index e7d097fe5..80baacd4b 100644 --- a/servicebus/spring-cloud-azure-starter-servicebus-jms/servicebus-jms-topic/README.md +++ b/servicebus/spring-cloud-azure-starter-servicebus-jms/servicebus-jms-topic/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-service-bus -name: Sending and receiving message by Azure Service Bus (topic) and JMS in Spring Boot application +name: Sending and Receiving Message by Azure Service Bus (Topic) And Jms in Spring Boot Application description: This sample demonstrates how to send and receive message by Azure Service Bus (topic) and JMS in Spring Boot application. --- -# Sample for Spring JMS with Azure Service Bus Topic Spring Cloud +# Sending and Receiving Message by Azure Service Bus (Topic) And Jms in Spring Boot Application This sample project demonstrates how to use Spring JMS Topic for Azure Service Bus via Spring Boot Starter `spring-cloud-azure-starter-servicebus-jms`. diff --git a/servicebus/spring-cloud-azure-stream-binder-servicebus/servicebus-multibinders/README.md b/servicebus/spring-cloud-azure-stream-binder-servicebus/servicebus-multibinders/README.md index a581e0e64..96239d519 100644 --- a/servicebus/spring-cloud-azure-stream-binder-servicebus/servicebus-multibinders/README.md +++ b/servicebus/spring-cloud-azure-stream-binder-servicebus/servicebus-multibinders/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-service-bus -name: Sending and receiving message by Azure Service Bus and Spring Cloud Stream Binder (multi binder) in Spring Boot application +name: Sending and Receiving Message by Azure Service Bus and Spring Cloud Stream Binder (Multi Binder) In Spring Boot Application description: This sample demonstrates how to send and receive message by Azure Service Bus and Spring Cloud Stream Binder (multi binder) in Spring Boot application. --- -# Spring Cloud Azure Stream Binder for Multiple Service Bus Namespaces Code Sample shared library for Java +# Sending and Receiving Message by Azure Service Bus and Spring Cloud Stream Binder (Multi Binder) In Spring Boot Application This code sample demonstrates how to use the Spring Cloud Stream Binder for multiple Azure Service Bus namespaces. In this sample you will bind to two Service Bus namespaces separately through diff --git a/servicebus/spring-cloud-azure-stream-binder-servicebus/servicebus-queue-binder-arm/README.md b/servicebus/spring-cloud-azure-stream-binder-servicebus/servicebus-queue-binder-arm/README.md index f98090b27..f663d5c4b 100644 --- a/servicebus/spring-cloud-azure-stream-binder-servicebus/servicebus-queue-binder-arm/README.md +++ b/servicebus/spring-cloud-azure-stream-binder-servicebus/servicebus-queue-binder-arm/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-service-bus -name: Sending and receiving message by Azure Service Bus (queue) (retrieving connection string via ARM) and Spring Cloud Stream Binder in Spring Boot application. +name: Sending and Receiving Message by Azure Service Bus (Queue) (Retrieving Connection String via Arm) And Spring Cloud Stream Binder in Spring Boot Application description: This sample demonstrates how to send and receive message by Azure Service Bus (queue) (retrieving connection string via ARM) and Spring Cloud Stream Binder in Spring Boot application. --- -# Spring Cloud Azure Stream Binder for Service Bus Queue by retrieving connecting string via Azure Resource Manager (ARM) +# Sending and Receiving Message by Azure Service Bus (Queue) (Retrieving Connection String via Arm) And Spring Cloud Stream Binder in Spring Boot Application This code sample demonstrates how to use the Spring Cloud Stream binder for diff --git a/servicebus/spring-cloud-azure-stream-binder-servicebus/servicebus-queue-binder/README.md b/servicebus/spring-cloud-azure-stream-binder-servicebus/servicebus-queue-binder/README.md index 0fee189bc..73ff946f8 100644 --- a/servicebus/spring-cloud-azure-stream-binder-servicebus/servicebus-queue-binder/README.md +++ b/servicebus/spring-cloud-azure-stream-binder-servicebus/servicebus-queue-binder/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-service-bus -name: Sending and receiving message by Azure Service Bus (queue) and Spring Cloud Stream Binder in Spring Boot application +name: Sending and Receiving Message by Azure Service Bus (Queue) And Spring Cloud Stream Binder in Spring Boot Application description: This sample demonstrates how to send and receive message by Azure Service Bus (queue) and Spring Cloud Stream Binder in Spring Boot application. --- -# Spring Cloud Azure Stream Binder for Service Bus queue Sample shared library for Java +# Sending and Receiving Message by Azure Service Bus (Queue) And Spring Cloud Stream Binder in Spring Boot Application This code sample demonstrates how to use the Spring Cloud Stream binder for diff --git a/servicebus/spring-cloud-azure-stream-binder-servicebus/servicebus-topic-binder/README.md b/servicebus/spring-cloud-azure-stream-binder-servicebus/servicebus-topic-binder/README.md index bcd6ce191..4a91ebe1f 100644 --- a/servicebus/spring-cloud-azure-stream-binder-servicebus/servicebus-topic-binder/README.md +++ b/servicebus/spring-cloud-azure-stream-binder-servicebus/servicebus-topic-binder/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-service-bus -name: Sending and receiving message by Azure Service Bus (topic) and Spring Cloud Stream Binder in Spring Boot application +name: Sending and Receiving Message by Azure Service Bus (Topic) And Spring Cloud Stream Binder in Spring Boot Application description: This sample demonstrates how to send and receive message by Azure Service Bus (topic) and Spring Cloud Stream Binder in Spring Boot application. --- -# Spring Cloud Azure Stream Binder for Service Bus topic Sample shared library for Java +# Sending and Receiving Message by Azure Service Bus (Topic) And Spring Cloud Stream Binder in Spring Boot Application This code sample demonstrates how to use the Spring Cloud Stream binder for Azure Service Bus topic. The sample app has two operating modes. diff --git a/storage/spring-cloud-azure-starter-integration-storage-queue/storage-queue-integration/README.md b/storage/spring-cloud-azure-starter-integration-storage-queue/storage-queue-integration/README.md index 48e1b9086..697c1e7a7 100644 --- a/storage/spring-cloud-azure-starter-integration-storage-queue/storage-queue-integration/README.md +++ b/storage/spring-cloud-azure-starter-integration-storage-queue/storage-queue-integration/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-queue-storage -name: Sending and receiving message by Azure Storage Queue and Spring Integration in Spring Boot application +name: SEnding and Receiving Message by Azure Storage Queue and Spring Integration in Spring Boot Application description: This sample demonstrates how to send and receive message by Azure Storage Queue and Spring Integration in Spring Boot application. --- -# Using Spring Integration for Azure Storage Queue +# Ending and Receiving Message by Azure Storage Queue and Spring Integration in Spring Boot Application This code sample demonstrates how to use Spring Integration for Azure Storage Queue. diff --git a/storage/spring-cloud-azure-starter-integration-storage-queue/storage-queue-operation/README.md b/storage/spring-cloud-azure-starter-integration-storage-queue/storage-queue-operation/README.md index 749bef9bb..393ddd51b 100644 --- a/storage/spring-cloud-azure-starter-integration-storage-queue/storage-queue-operation/README.md +++ b/storage/spring-cloud-azure-starter-integration-storage-queue/storage-queue-operation/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-queue-storage -name: Sending and receiving message by Azure Storage Queue and StorageQueueTemplate in Spring Boot application +name: Sending and Receiving Message by Azure Storage Queue and StorageQueueTemplate in Spring Boot Application description: This sample demonstrates how to send and receive message by Azure Storage Queue and StorageQueueTemplate in Spring Boot application. --- -# Spring Cloud Azure Storage Queue Operation Code Sample +# Sending and Receiving Message by Azure Storage Queue and StorageQueueTemplate in Spring Boot Application This code sample demonstrates how to use [Storage Queue Template][storage-queue-template]. diff --git a/storage/spring-cloud-azure-starter-storage-blob/storage-blob-sample/README.md b/storage/spring-cloud-azure-starter-storage-blob/storage-blob-sample/README.md index 8b1f5e783..fb25c53c6 100644 --- a/storage/spring-cloud-azure-starter-storage-blob/storage-blob-sample/README.md +++ b/storage/spring-cloud-azure-starter-storage-blob/storage-blob-sample/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-blob-storage -name: Reading and writing files stored in Azure Storage Blob by Spring Resource abstraction in Spring Boot application +name: Reading and Writing Files Stored in Azure Storage Blob by Spring Resource Abstraction in Spring Boot Application description: This sample demonstrates how to read and write files in Azure Storage Blob and Spring Resource abstraction in Spring Boot application. --- -# Using Spring Cloud Azure Storage Blob Starter +# Reading and Writing Files Stored in Azure Storage Blob by Spring Resource Abstraction in Spring Boot Application This code sample demonstrates how to read and write files with the [Spring Resource](https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#resources) abstraction for Azure Storage using the Spring Cloud Azure storage starter. diff --git a/storage/spring-cloud-azure-starter-storage-file-share/storage-file-sample/README.md b/storage/spring-cloud-azure-starter-storage-file-share/storage-file-sample/README.md index c6ef3f734..88f889d15 100644 --- a/storage/spring-cloud-azure-starter-storage-file-share/storage-file-sample/README.md +++ b/storage/spring-cloud-azure-starter-storage-file-share/storage-file-sample/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-files -name: Reading and writing files stored in Azure Files by Spring Resource abstraction in Spring Boot application +name: Reading and Writing Files Stored in Azure Files by Spring Resource Abstraction in Spring Boot Application description: This sample demonstrates how to read and write files in Azure Files and Spring Resource abstraction in Spring Boot application. --- -# Using Spring Cloud Azure Storage File Share Starter +# Reading and Writing Files Stored in Azure Files by Spring Resource Abstraction in Spring Boot Application This code sample demonstrates how to read and write files with the [Spring Resource](https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#resources) abstraction for Azure Storage using the Spring Cloud Azure storage starter. diff --git a/storage/spring-cloud-azure-starter-storage-queue/storage-queue-client/README.md b/storage/spring-cloud-azure-starter-storage-queue/storage-queue-client/README.md index 91afca3d7..f5763021a 100644 --- a/storage/spring-cloud-azure-starter-storage-queue/storage-queue-client/README.md +++ b/storage/spring-cloud-azure-starter-storage-queue/storage-queue-client/README.md @@ -4,11 +4,11 @@ languages: - java products: - azure-queue-storage -name: Sending and receiving message by Azure Storage Queue and SDK client in Spring Boot application +name: Sending and Receiving Message by Azure Storage Queue and Sdk Client in Spring Boot Application description: This sample demonstrates how to send and receive message by Azure Storage Queue and SDK client in Spring Boot application. --- -# Spring Cloud Azure Storage Queue Operation Code Sample +# Sending and Receiving Message by Azure Storage Queue and Sdk Client in Spring Boot Application This code sample demonstrates how to use [Storage Queue Operation][storage-queue-operation].