Skip to content

Commit 815a69c

Browse files
authored
Update articles/azure-app-configuration/quickstart-feature-flag-spring-boot.md
1 parent d6fb74f commit 815a69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -85,7 +85,7 @@ To create a new Spring Boot project:
8585
## Connect to an App Configuration store
8686

8787

88-
1. Navigate to the `resources` directory of your app and open `bootstrap.properties` or `bootstrap.yaml` file. If the file does not exist, create it. Add the following line to the file.
88+
1. Navigate to the `resources` directory of your app and open the `bootstrap.properties` or `bootstrap.yaml` file. If the file does not exist, create it. Add the following line to the file.
8989

9090
### [Microsoft Entra ID (recommended)](#tab/entra-id)
9191
You use the `DefaultAzureCredential` to authenticate to your App Configuration store. Follow the [instructions](./concept-enable-rbac.md#authentication-with-token-credentials) to assign your credential the **App Configuration Data Reader** role. Be sure to allow sufficient time for the permission to propagate before running your application. Create a new file named *AppConfigCredential.java* and add the following lines:

0 commit comments

Comments
 (0)