You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/how-to-enterprise-config-server.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ The following table shows some examples of patterns for configuring your service
141
141
142
142
:::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.":::
143
143
144
-
## Attach your Config Server repository to Azure Spring Apps
144
+
## Configure Git repository against Config Server
145
145
146
146
Now that your configuration files are saved in a repository, use the following steps to connect Azure Spring Apps to the repository.
147
147
@@ -192,7 +192,7 @@ Use the steps in this section to enter repository information for a public or pr
192
192
193
193
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.
194
194
195
-
### Enter repository information into a YAML file
195
+
### Configure Git repository by Importing a YAML file
196
196
197
197
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.
198
198
@@ -213,7 +213,7 @@ Select the **Import settings** button, and then select the YAML file from your p
213
213
214
214
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.
215
215
216
-
## Use Azure Repos for Azure Spring Apps configuration
216
+
## Configure Azure Repos against Config Server
217
217
218
218
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.
219
219
@@ -239,7 +239,7 @@ Use the following steps to get your repo URL and credentials.
239
239
240
240
1. Select **Generate Git Credentials** to display a username and password, which should be saved for use in the following section.
241
241
242
-
### Configure Azure Spring Apps to access the Git repository
242
+
### Configure the Git repository against Config Server
243
243
244
244
1. Sign in to the [Azure portal](https://portal.azure.com).
245
245
@@ -258,9 +258,9 @@ Use the following steps to get your repo URL and credentials.
258
258
259
259
:::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.":::
260
260
261
-
### Bind a service to the Spring Cloud Config Server
261
+
### **Bind** **an app** to Spring Cloud Config Server
262
262
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.
264
264
265
265
```azurecli
266
266
az spring config-server bind \
@@ -269,7 +269,7 @@ az spring config-server bind \
269
269
--app <app-name>
270
270
```
271
271
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:
273
273
274
274
:::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.":::
0 commit comments