Skip to content

Commit 4f4be06

Browse files
committed
Updated Service bus info
1 parent 0b42c66 commit 4f4be06

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/azure-app-configuration/enable-dynamic-configuration-java-spring-push-refresh.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ In this tutorial, you learn how to:
9292
mvn com.microsoft.azure:azure-webapp-maven-plugin:2.5.0:config
9393
```
9494

95-
1. Open bootstrap.properties and configure Azure App Configuration Push Refresh and Azure Service Bus
95+
1. Open bootstrap.properties and configure Azure App Configuration Push Refresh.
9696

9797
```properties
9898
# Azure App Configuration Properties
@@ -178,7 +178,10 @@ Event Grid Web Hooks require validation on creation. You can validate by followi
178178
:::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." :::
179179
180180
> [!NOTE]
181-
> When subscribing for configuration changes, one or more filters can be used to reduce the number of events sent to your application. These can be configured either as [Event Grid subscription filters](../event-grid/event-filtering.md) or [Service Bus subscription filters](../service-bus-messaging/topic-filters.md). For example, a subscription filter can be used to only subscribe to events for changes in a key that starts with a specific string.
181+
> When subscribing for configuration changes, one or more filters can be used to reduce the number of events sent to your application. These can be configured either as [Event Grid subscription filters](../event-grid/event-filtering.md). For example, a subscription filter can be used to only subscribe to events for changes in a key that starts with a specific string.
182+
183+
> [!NOTE]
184+
> If you have multiple instance of your application running you can use the `appconfiguration-refresh-bus` endpoint which requires setting up Azure Service Bus, which is used to send a message to all instances of your application to refresh their configuration. This is useful if you have multiple instances of your application running and want to ensure that all instances are updated with the latest configuration. This endpoint isn't available unless you have `spring-cloud-bus` as a dependency with it configured. See the [Azure Service Bus Spring Cloud Bus documentation](/azure/developer/java/spring-framework/using-service-bus-in-spring-applications) for more information. The service bus connection only needs to be setup, the Azure App Configuration Library will handel sending and receiving of the messages.
182185
183186
## Verify and test application
184187

0 commit comments

Comments
 (0)