Skip to content

Commit 92d4165

Browse files
committed
updating TOC and minor quickstart changes
1 parent 3f5358b commit 92d4165

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/azure-app-configuration/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
href: manage-feature-flags.md
4848
- name: Use Key Vault references in ASP.NET Core
4949
href: use-key-vault-references-dotnet-core.md
50+
- name: Use Key Vault references in Spring Boot
51+
href: use-key-vault-references-spring-boot.md
5052
- name: Integrate with a CI/CD pipeline
5153
href: integrate-ci-cd-pipeline.md
5254
- name: Samples

articles/azure-app-configuration/quickstart-java-spring-app.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Quickstart to learn how to use Azure App Configuration | Microsoft Docs
33
description: A quickstart for using Azure App Configuration with Java Spring apps.
44
services: azure-app-configuration
55
documentationcenter: ''
6-
author: yidon
7-
manager: jeffya
6+
author: lisaguthrie
7+
manager: maiye
88
editor: ''
99

1010
ms.assetid:
@@ -13,8 +13,8 @@ ms.devlang: java
1313
ms.topic: quickstart
1414
ms.tgt_pltfrm: Spring
1515
ms.workload: tbd
16-
ms.date: 01/08/2019
17-
ms.author: yidon
16+
ms.date: 12/17/2019
17+
ms.author: lcozzens
1818

1919
#Customer intent: As a Java Spring developer, I want to manage all my app settings in one place.
2020
---
@@ -65,7 +65,7 @@ You use the [Spring Initializr](https://start.spring.io/) to create a new Spring
6565
<dependency>
6666
<groupId>com.microsoft.azure</groupId>
6767
<artifactId>spring-cloud-starter-azure-appconfiguration-config</artifactId>
68-
<version>1.1.0.M5</version>
68+
<version>1.1.0.M6</version>
6969
</dependency>
7070
```
7171

0 commit comments

Comments
 (0)