Skip to content

Commit 82b57f9

Browse files
Merge branch 'italics-to-bold-5' of github.com:JoshTheTechWriter/azure-docs-pr into italics-to-bold-5
2 parents 86ca7f8 + c58f760 commit 82b57f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/spring-apps/enterprise/how-to-set-up-sso-with-azure-ad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Register your application to establish a trust relationship between your app and
5151

5252
1. From the **Home** screen, select **Microsoft Entra ID** from the left menu.
5353
1. Select **App Registrations** under **Manage**, then select **New registration**.
54-
1. Enter a display name for your application under **Name**, then select an account type to register under *Supported account types*.
54+
1. Enter a display name for your application under **Name**, then select an account type to register under **Supported account types**.
5555
1. In *Redirect URI (optional)* select **Web**, then enter the URL from the above section in the text box. The redirect URI is the location where Microsoft Entra ID redirects your client and sends security tokens after authentication.
5656
1. Select **Register** to finish registering the application.
5757

articles/spring-apps/enterprise/includes/quickstart-deploy-restful-api-app/update-application-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To reuse the Spring Apps instance creation steps in other articles, a separate m
1515

1616
Use the following steps to update the YAML file to use your Microsoft Entra registered application information to establish a relationship with the RESTful API application:
1717

18-
1. Locate **src/main/resources/application.yml** file for the `simple-todo-api` app. Update the configuration in the `spring.cloud.azure.active-directory` section to match the following example. Be sure to replace the placeholders with the values you created previously.
18+
1. Locate **src/main/resources/application.yml** file for the `simple-todo-api` app. Update the configuration in the **spring.cloud.azure.active-directory** section to match the following example. Be sure to replace the placeholders with the values you created previously.
1919

2020
```yaml
2121
spring:

articles/spring-apps/enterprise/includes/tutorial-authenticate-client-with-gateway/authenticate-client-with-gateway-consumption-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The Books RESTful API app acts as a resource server, which is protected by Micro
159159

160160
### 3.5. Update the configuration of Books Service app
161161

162-
Locate **books-service/src/main/resources/application.yml** file for the `books-service` app. Update the configuration in the `spring.cloud.azure.active-directory` section to match the following example. Be sure to replace the placeholders with the values you created previously.
162+
Locate **books-service/src/main/resources/application.yml** file for the `books-service` app. Update the configuration in the **spring.cloud.azure.active-directory** section to match the following example. Be sure to replace the placeholders with the values you created previously.
163163

164164
```yaml
165165
spring:

0 commit comments

Comments
 (0)