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
`AppConfigurationRefresh`'s `refreshConfigurations()` returns a `Future` that is true if a refresh has been triggered, and false if not. False means either the cache expiration time hasn't expired, there was no change, or another thread is currently checking for a refresh.
65
+
`AppConfigurationRefresh`'s `refreshConfigurations()` returns a `Future` that is true if a refresh has been triggered, and false if not. False means either the cache expiration time hasn't expired, there was no change, or another thread is currently checking for a refresh.
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/enable-dynamic-configuration-java-spring-push-refresh.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ In this tutorial, you learn how to:
65
65
</dependency>
66
66
```
67
67
68
-
1.Setup[Maven App Service Deployment](../app-service/quickstart-java.md?tabs=javase) so the application can be deployed to Azure App Service via Maven.
68
+
1.Set up[Maven App Service Deployment](../app-service/quickstart-java.md?tabs=javase) so the application can be deployed to Azure App Service via Maven.
@@ -144,7 +144,7 @@ Event Grid Web Hooks require validation on creation. You can validate by followi
144
144
145
145
1. Click on `Create` to create the event subscription. When `Create` is selected a registration request for the Web Hook will be sent to your application. This is received by the Azure App Configuration client library, verified, and returns a valid response.
146
146
147
-
1. Click on `Event Subscriptions`in the `Events` pane to validated that the subscription was created successfully.
147
+
1. Click on `Event Subscriptions`in the `Events` pane to validate that the subscription was created successfully.
148
148
149
149
:::image type="content" source="./media/event-subscription-view-webhook.png" alt-text="Web Hook shows up in a table on the bottom of the page." :::
0 commit comments