Skip to content

Commit 75b2479

Browse files
committed
service restart/upgrade
1 parent 2604604 commit 75b2479

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/service-bus-messaging/service-bus-messaging-exceptions.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,15 @@ The following steps may help you with troubleshooting connectivity/certificate/t
144144
You can use equivalent commands if you're using other tools such as `tnc`, `ping`, and so on.
145145
- Obtain a network trace if the previous steps don't help and analyze it using tools such as [Wireshark](https://www.wireshark.org/). Contact [Microsoft Support](https://support.microsoft.com/) if needed.
146146

147+
## Issues that may occur with service upgrades/restarts
148+
Backend service upgrades and restarts may cause the following impact to your applications:
149+
150+
- Requests may be momentarily throttled.
151+
- There may be a drop in incoming messages/requests.
152+
- The log file may contain error messages.
153+
- The applications may be disconnected from the service for a few seconds.
154+
155+
If the application code utilizes SDK, the retry policy is already built in and active. The application will reconnect without significant impact to the application/workflow.
147156

148157
## Next steps
149158

0 commit comments

Comments
 (0)