Skip to content

Commit 9ca9fe9

Browse files
authored
Update best-practices.md
typo, capitalization fix
1 parent df1f270 commit 9ca9fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/batch/best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ When provisioning [Batch pools in a virtual network](batch-virtual-network.md),
166166
the guidelines regarding the use of the `BatchNodeManagement` service tag, ports, protocols and direction of the rule.
167167
Use of the service tag is highly recommended and not the underlying Batch service IP addresses as those can change over
168168
time. Using the Batch service IP addresses directly can manifest as instability, interruptions, or outages for your Batch
169-
pools as the Batch service updates IP addresses used over time. If you are currently using Batch servce IP addresses in
169+
pools as the Batch service updates IP addresses used over time. If you are currently using Batch service IP addresses in
170170
your NSG rules, it is recommended to switch to using the service tag.
171171

172172
For User Defined Routes, ensure that you have a process in place to update Batch service IP addresses periodically
@@ -183,7 +183,7 @@ If your requests receive 5xx level HTTP responses and there is a "Connection: cl
183183
Batch service client should observe the recommendation by closing the existing connection, re-resolving DNS for the
184184
Batch account service URL, and attempt following requests on a new connection.
185185

186-
### Retrying Requests Automatically
186+
### Retrying requests automatically
187187

188188
Ensure that your Batch service clients have appropriate retry policies in place to automatically retry your requests, even
189189
during normal operation and not exclusively during any service maintenance time periods. These retry policies should span an

0 commit comments

Comments
 (0)