Skip to content

Commit e32dcd4

Browse files
committed
change as per comments
1 parent 1759c16 commit e32dcd4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/spring-apps/enterprise/how-to-enterprise-config-server.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The following table shows some examples of patterns for configuring your service
141141

142142
:::image type="content" source="media/how-to-config-server/additional-repositories.png" lightbox="media/how-to-config-server/additional-repositories.png" alt-text="Screenshot of Azure portal showing the Config Server page with the Patterns column of the Additional repositories table highlighted.":::
143143

144-
## Attach your Config Server repository to Azure Spring Apps
144+
## Configure Git repository against Config Server
145145

146146
Now that your configuration files are saved in a repository, use the following steps to connect Azure Spring Apps to the repository.
147147

@@ -192,7 +192,7 @@ Use the steps in this section to enter repository information for a public or pr
192192

193193
If you want to configure your service with an optional extra repository, specify the **Uri** and **Authentication** settings as you did for the default repository. Be sure to include a **Name** setting for your pattern, and then select **Apply** to attach it to your instance.
194194

195-
### Enter repository information into a YAML file
195+
### Configure Git repository by Importing a YAML file
196196

197197
If you've written a YAML file with your repository settings, you can import the file directly from your local machine to Azure Spring Apps. The following example shows a simple YAML file for a private repository with basic authentication.
198198

@@ -213,7 +213,7 @@ Select the **Import settings** button, and then select the YAML file from your p
213213
214214
Your **Notifications** displays an `async` operation. Config Server should report success after 1-2 minutes. The information from your YAML file displays in the Azure portal. Select **Apply** to finish the import.
215215

216-
## Use Azure Repos for Azure Spring Apps configuration
216+
## Configure Azure Repos against Config Server
217217

218218
Azure Spring Apps can access Git repositories that are public, secured by SSH, or secured using HTTP basic authentication. HTTP basic authentication is the easiest of the options for creating and managing repositories with Azure Repos.
219219

@@ -239,7 +239,7 @@ Use the following steps to get your repo URL and credentials.
239239

240240
1. Select **Generate Git Credentials** to display a username and password, which should be saved for use in the following section.
241241

242-
### Configure Azure Spring Apps to access the Git repository
242+
### Configure the Git repository against Config Server
243243

244244
1. Sign in to the [Azure portal](https://portal.azure.com).
245245

@@ -258,9 +258,9 @@ Use the following steps to get your repo URL and credentials.
258258

259259
:::image type="content" source="media/how-to-config-server/config-server-azure-repos.png" lightbox="media/how-to-config-server/config-server-azure-repos.png" alt-text="Screenshot of repository configuration settings.":::
260260

261-
### Bind a service to the Spring Cloud Config Server
261+
### **Bind** **an app** to Spring Cloud Config Server
262262

263-
Use the following command to bind the service to Spring Cloud Config Server, enabling it to connect to the server.
263+
Use the following command to bind an app to Spring Cloud Config Server, enabling the app to pull configurations from Config Server.
264264

265265
```azurecli
266266
az spring config-server bind \
@@ -269,7 +269,7 @@ az spring config-server bind \
269269
--app <app-name>
270270
```
271271

272-
You can also set up the application bindings from the Azure portal, as shown in the following screenshot:
272+
You can also set up the app binding from the Azure portal, as shown in the following screenshot:
273273

274274
:::image type="content" source="./media/how-to-enterprise-config-server/spring-cloud-config-server-bind-app.png" alt-text="Screenshot of the Azure portal that shows the Spring Cloud Config Server page with the App binding dropdown highlighted.":::
275275

0 commit comments

Comments
 (0)