Skip to content

Commit

Permalink
Fix error about onboarding sample to sample browser (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
rujche authored Dec 5, 2022
1 parent f66a604 commit ee1a82c
Show file tree
Hide file tree
Showing 48 changed files with 141 additions and 91 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
---
---

# Developing a Spring Bott Web Application Supports Login by Azure Active Directory Account via Certificate

4 changes: 2 additions & 2 deletions aad/spring-security/servlet/oauth2/login/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
---
---

# Converting a Spring Boot Application With Cosmos Db to Be Using App Configuration and Key Vault

Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
14 changes: 12 additions & 2 deletions cosmos/azure-spring-data-cosmos/cosmos-aad-sample/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 12 additions & 2 deletions cosmos/azure-spring-data-cosmos/cosmos-mvc-sample/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
Loading

0 comments on commit ee1a82c

Please sign in to comment.