Skip to content

Commit 194ee26

Browse files
committed
Fixed numbering and wording.
1 parent 76c1e4b commit 194ee26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-app-configuration/quickstart-feature-flag-spring-boot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Spring Boot Feature Management libraries extend the framework with comprehen
2626

2727
[!INCLUDE [azure-app-configuration-create](../../includes/azure-app-configuration-create.md)]
2828

29-
1. Select **Feature Manager** > **+Add** to add a feature flag called `Beta`.
29+
6. Select **Feature Manager** > **+Add** to add a feature flag called `Beta`.
3030

3131
> [!div class="mx-imgBorder"]
3232
> ![Enable feature flag named Beta](media/add-beta-feature-flag.png)

articles/azure-app-configuration/use-key-vault-references-spring-boot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ To add a secret to the vault, you need to take just a few additional steps. In t
161161
}
162162
```
163163
164-
1. Create a new file called *AzureCredentials.java*. And add the code below.
164+
1. Create a new file called *AzureCredentials.java* and add the code below.
165165
166166
```java
167167
package com.example;

0 commit comments

Comments
 (0)